[==========] Running 24 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 22 tests from AutoRebalancerTest
[ RUN      ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260608 09:47:22.134841   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:35061,127.0.150.189:39717,127.0.150.188:35343
I20260608 09:47:22.136730   602 env_posix.cc:2267] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
I20260608 09:47:22.137805   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:22.155813   609 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:22.155826   608 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:22.157068   602 server_base.cc:1061] running on GCE node
W20260608 09:47:22.155813   611 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:23.364813   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:23.365051   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:23.365211   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912043365195 us; error 0 us; skew 500 ppm
I20260608 09:47:23.366142   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:23.372578   602 webserver.cc:533] Webserver started at http://127.0.150.190:45457/ using document root <none> and password file <none>
I20260608 09:47:23.373412   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:23.373617   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:23.374099   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:23.379864   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "a951f0a629494016afd73a38d8bd0629"
format_stamp: "Formatted at 2026-06-08 09:47:23 on dist-test-slave-g93p"
I20260608 09:47:23.387926   602 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.004s	sys 0.004s
I20260608 09:47:23.393388   617 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:23.394778   602 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 09:47:23.395164   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "a951f0a629494016afd73a38d8bd0629"
format_stamp: "Formatted at 2026-06-08 09:47:23 on dist-test-slave-g93p"
I20260608 09:47:23.395534   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:23.450981   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:23.452543   602 env_posix.cc:2267] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
I20260608 09:47:23.453006   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:23.525475   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:35061
I20260608 09:47:23.525571   668 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:35061 every 8 connection(s)
I20260608 09:47:23.532151   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 09:47:23.534255   669 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 09:47:23.539009   671 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:23.540704   672 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:23.544270   674 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:23.545110   602 server_base.cc:1061] running on GCE node
I20260608 09:47:23.546036   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:23.546319   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:23.546535   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912043546514 us; error 0 us; skew 500 ppm
I20260608 09:47:23.547425   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:23.551934   602 webserver.cc:533] Webserver started at http://127.0.150.189:40131/ using document root <none> and password file <none>
I20260608 09:47:23.552699   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:23.552980   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:23.553337   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:23.554844   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root/instance:
uuid: "266f858dad8e499e873e419e7893988f"
format_stamp: "Formatted at 2026-06-08 09:47:23 on dist-test-slave-g93p"
I20260608 09:47:23.562565   602 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.008s	sys 0.000s
I20260608 09:47:23.560237   669 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:23.572389   679 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:23.573273   602 fs_manager.cc:730] Time spent opening block manager: real 0.008s	user 0.004s	sys 0.005s
I20260608 09:47:23.573580   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root
uuid: "266f858dad8e499e873e419e7893988f"
format_stamp: "Formatted at 2026-06-08 09:47:23 on dist-test-slave-g93p"
I20260608 09:47:23.573843   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:23.593737   669 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } has no permanent_uuid. Determining permanent_uuid...
W20260608 09:47:23.596987   619 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.189:39717: connect: Connection refused (error 111)
W20260608 09:47:23.601787   669 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.189:39717: Network error: Client connection negotiation failed: client connection to 127.0.150.189:39717: connect: Connection refused (error 111)
I20260608 09:47:23.624730   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:23.626575   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:23.651942   669 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } attempt: 1
W20260608 09:47:23.658820   669 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.189:39717: Network error: Client connection negotiation failed: client connection to 127.0.150.189:39717: connect: Connection refused (error 111)
I20260608 09:47:23.702544   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.189:39717
I20260608 09:47:23.703154   733 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.189:39717 every 8 connection(s)
I20260608 09:47:23.707871   734 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:23.708770   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:23.715538   736 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:23.715569   734 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } has no permanent_uuid. Determining permanent_uuid...
W20260608 09:47:23.717388   737 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:23.722762   602 server_base.cc:1061] running on GCE node
W20260608 09:47:23.723712   739 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:23.724701   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:23.724949   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:23.725135   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912043725116 us; error 0 us; skew 500 ppm
I20260608 09:47:23.725792   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:23.727701   669 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } attempt: 2
I20260608 09:47:23.729528   602 webserver.cc:533] Webserver started at http://127.0.150.188:32963/ using document root <none> and password file <none>
I20260608 09:47:23.730337   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:23.730615   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:23.731000   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:23.733707   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-2-root/instance:
uuid: "4a2377ac250547e4b1996f289a98e774"
format_stamp: "Formatted at 2026-06-08 09:47:23 on dist-test-slave-g93p"
I20260608 09:47:23.736217   734 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:23.742770   602 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.007s	sys 0.000s
I20260608 09:47:23.746124   669 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } has no permanent_uuid. Determining permanent_uuid...
W20260608 09:47:23.752782   669 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.188:35343: Network error: Client connection negotiation failed: client connection to 127.0.150.188:35343: connect: Connection refused (error 111)
I20260608 09:47:23.753334   747 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:23.754138   734 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:23.754673   602 fs_manager.cc:730] Time spent opening block manager: real 0.009s	user 0.003s	sys 0.005s
I20260608 09:47:23.754920   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-2-root
uuid: "4a2377ac250547e4b1996f289a98e774"
format_stamp: "Formatted at 2026-06-08 09:47:23 on dist-test-slave-g93p"
I20260608 09:47:23.755157   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-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)
W20260608 09:47:23.761727   734 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.188:35343: Network error: Client connection negotiation failed: client connection to 127.0.150.188:35343: connect: Connection refused (error 111)
I20260608 09:47:23.773821   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:23.775192   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:23.793352   734 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } attempt: 1
I20260608 09:47:23.796280   669 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } attempt: 1
W20260608 09:47:23.802711   734 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.188:35343: Network error: Client connection negotiation failed: client connection to 127.0.150.188:35343: connect: Connection refused (error 111)
W20260608 09:47:23.803651   669 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.188:35343: Network error: Client connection negotiation failed: client connection to 127.0.150.188:35343: connect: Connection refused (error 111)
I20260608 09:47:23.855160   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.188:35343
I20260608 09:47:23.855427   800 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.188:35343 every 8 connection(s)
I20260608 09:47:23.859573   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:47:23.860952   801 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:23.866065   801 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:23.871114   669 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } attempt: 2
I20260608 09:47:23.878240   734 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } attempt: 2
I20260608 09:47:23.881367   801 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:23.894441   801 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:23.898077   669 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629: Bootstrap starting.
I20260608 09:47:23.903507   734 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f: Bootstrap starting.
I20260608 09:47:23.907305   669 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:23.910313   801 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774: Bootstrap starting.
I20260608 09:47:23.910384   669 log.cc:826] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629: Log is configured to *not* fsync() on all Append() calls
I20260608 09:47:23.912117   734 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:23.916740   669 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629: No bootstrap required, opened a new log
I20260608 09:47:23.917019   801 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:23.920651   734 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f: No bootstrap required, opened a new log
I20260608 09:47:23.924077   801 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774: No bootstrap required, opened a new log
I20260608 09:47:23.937629   669 raft_consensus.cc:359] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } }
I20260608 09:47:23.937649   734 raft_consensus.cc:359] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } }
I20260608 09:47:23.937649   801 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } }
I20260608 09:47:23.938719   734 raft_consensus.cc:385] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:23.938766   801 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:23.938421   669 raft_consensus.cc:385] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:23.939096   734 raft_consensus.cc:740] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 266f858dad8e499e873e419e7893988f, State: Initialized, Role: FOLLOWER
I20260608 09:47:23.939158   801 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a2377ac250547e4b1996f289a98e774, State: Initialized, Role: FOLLOWER
I20260608 09:47:23.939244   669 raft_consensus.cc:740] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a951f0a629494016afd73a38d8bd0629, State: Initialized, Role: FOLLOWER
I20260608 09:47:23.940215   669 consensus_queue.cc:260] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } }
I20260608 09:47:23.940217   734 consensus_queue.cc:260] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } }
I20260608 09:47:23.940299   801 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } }
I20260608 09:47:23.945508   809 sys_catalog.cc:455] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [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: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:23.946036   811 sys_catalog.cc:455] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [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: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:23.947386   811 sys_catalog.cc:458] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:23.946429   809 sys_catalog.cc:458] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:23.948215   669 sys_catalog.cc:565] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:47:23.950003   734 sys_catalog.cc:565] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:47:23.950213   801 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:47:23.950618   810 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [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: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:23.951871   810 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [sys.catalog]: This master's current role is: FOLLOWER
W20260608 09:47:23.959203   623 tablet.cc:2404] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629: Can't schedule compaction. Clean time has not been advanced past its initial value.
W20260608 09:47:24.011140   841 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 09:47:24.011644   841 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 09:47:24.016047   838 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 09:47:24.016446   838 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 09:47:24.016541   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 09:47:24.016875   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260608 09:47:24.019721   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:24.020813   845 catalog_manager.cc:1593] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 09:47:24.021076   845 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260608 09:47:24.031036   846 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:24.031891   847 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:24.036691   602 server_base.cc:1061] running on GCE node
W20260608 09:47:24.036708   849 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:24.037804   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:24.038100   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:24.038295   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912044038278 us; error 0 us; skew 500 ppm
I20260608 09:47:24.038887   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:24.041447   602 webserver.cc:533] Webserver started at http://127.0.150.129:36555/ using document root <none> and password file <none>
I20260608 09:47:24.042050   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:24.042272   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:24.042551   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:24.043758   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "15833a99a6094415abfcca3a9cba1c99"
format_stamp: "Formatted at 2026-06-08 09:47:24 on dist-test-slave-g93p"
I20260608 09:47:24.049139   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 09:47:24.053138   854 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:24.054054   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 09:47:24.054386   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "15833a99a6094415abfcca3a9cba1c99"
format_stamp: "Formatted at 2026-06-08 09:47:24 on dist-test-slave-g93p"
I20260608 09:47:24.054761   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:24.085713   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:24.087313   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:24.089145   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:24.094573   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:24.094828   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:24.095124   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:24.095345   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:24.202950   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:36603
I20260608 09:47:24.203001   916 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:36603 every 8 connection(s)
I20260608 09:47:24.249244   917 heartbeater.cc:344] Connected to a master server at 127.0.150.188:35343
I20260608 09:47:24.249763   917 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:24.250037   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 09:47:24.251053   917 heartbeater.cc:507] Master 127.0.150.188:35343 requested a full tablet report, sending...
I20260608 09:47:24.258877   766 ts_manager.cc:194] Registered new tserver with Master: 15833a99a6094415abfcca3a9cba1c99 (127.0.150.129:36603)
I20260608 09:47:24.263494   918 heartbeater.cc:344] Connected to a master server at 127.0.150.189:39717
I20260608 09:47:24.263914   918 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:24.264915   918 heartbeater.cc:507] Master 127.0.150.189:39717 requested a full tablet report, sending...
I20260608 09:47:24.268695   699 ts_manager.cc:194] Registered new tserver with Master: 15833a99a6094415abfcca3a9cba1c99 (127.0.150.129:36603)
I20260608 09:47:24.274345   919 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35061
I20260608 09:47:24.274781   919 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:24.275949   919 heartbeater.cc:507] Master 127.0.150.190:35061 requested a full tablet report, sending...
W20260608 09:47:24.277889   924 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:24.281318   634 ts_manager.cc:194] Registered new tserver with Master: 15833a99a6094415abfcca3a9cba1c99 (127.0.150.129:36603)
W20260608 09:47:24.282096   925 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:24.290410   927 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:24.292013   602 server_base.cc:1061] running on GCE node
I20260608 09:47:24.292836   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:24.293040   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:24.293227   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912044293192 us; error 0 us; skew 500 ppm
I20260608 09:47:24.293805   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:24.296707   602 webserver.cc:533] Webserver started at http://127.0.150.130:33485/ using document root <none> and password file <none>
I20260608 09:47:24.297235   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:24.297435   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:24.297730   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:24.298803   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "0e75830101244ab7bd190581bc1eac0b"
format_stamp: "Formatted at 2026-06-08 09:47:24 on dist-test-slave-g93p"
I20260608 09:47:24.303799   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:47:24.307367   932 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:24.308212   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 09:47:24.308501   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "0e75830101244ab7bd190581bc1eac0b"
format_stamp: "Formatted at 2026-06-08 09:47:24 on dist-test-slave-g93p"
I20260608 09:47:24.308764   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:24.322346   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:24.323632   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:24.325421   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:24.329510   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:24.329698   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:24.330045   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:24.330233   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:24.347225   809 raft_consensus.cc:493] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:24.348090   809 raft_consensus.cc:515] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } }
I20260608 09:47:24.353639   709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a951f0a629494016afd73a38d8bd0629" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "266f858dad8e499e873e419e7893988f" is_pre_election: true
I20260608 09:47:24.353870   776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a951f0a629494016afd73a38d8bd0629" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a2377ac250547e4b1996f289a98e774" is_pre_election: true
I20260608 09:47:24.354998   709 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a951f0a629494016afd73a38d8bd0629 in term 0.
I20260608 09:47:24.355738   809 leader_election.cc:290] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 266f858dad8e499e873e419e7893988f (127.0.150.189:39717), 4a2377ac250547e4b1996f289a98e774 (127.0.150.188:35343)
I20260608 09:47:24.355005   776 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a951f0a629494016afd73a38d8bd0629 in term 0.
I20260608 09:47:24.357146   619 leader_election.cc:304] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [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: 266f858dad8e499e873e419e7893988f, a951f0a629494016afd73a38d8bd0629; no voters: 
I20260608 09:47:24.358347   809 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:24.358781   809 raft_consensus.cc:493] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:24.359160   809 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:24.367393   809 raft_consensus.cc:515] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } }
I20260608 09:47:24.371374   709 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a951f0a629494016afd73a38d8bd0629" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "266f858dad8e499e873e419e7893988f"
I20260608 09:47:24.372012   709 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:24.373853   776 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a951f0a629494016afd73a38d8bd0629" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4a2377ac250547e4b1996f289a98e774"
I20260608 09:47:24.374607   776 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:24.380148   709 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a951f0a629494016afd73a38d8bd0629 in term 1.
I20260608 09:47:24.381686   619 leader_election.cc:304] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [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: 266f858dad8e499e873e419e7893988f, a951f0a629494016afd73a38d8bd0629; no voters: 
I20260608 09:47:24.385265   776 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a951f0a629494016afd73a38d8bd0629 in term 1.
I20260608 09:47:24.387101   809 leader_election.cc:290] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [CANDIDATE]: Term 1 election: Requested vote from peers 266f858dad8e499e873e419e7893988f (127.0.150.189:39717), 4a2377ac250547e4b1996f289a98e774 (127.0.150.188:35343)
I20260608 09:47:24.387902   809 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:24.388514   809 raft_consensus.cc:697] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 1 LEADER]: Becoming Leader. State: Replica: a951f0a629494016afd73a38d8bd0629, State: Running, Role: LEADER
I20260608 09:47:24.389788   809 consensus_queue.cc:237] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [LEADER]: Queue going to LEADER mode. State: All 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: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } }
I20260608 09:47:24.412415   955 sys_catalog.cc:455] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a951f0a629494016afd73a38d8bd0629. Latest consensus state: current_term: 1 leader_uuid: "a951f0a629494016afd73a38d8bd0629" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:24.413789   955 sys_catalog.cc:458] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:24.424475   967 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:47:24.436018   967 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:47:24.456271   776 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [term 1 FOLLOWER]: Refusing update from remote peer a951f0a629494016afd73a38d8bd0629: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:24.457443   709 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [term 1 FOLLOWER]: Refusing update from remote peer a951f0a629494016afd73a38d8bd0629: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:24.458647   955 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:24.459502   809 consensus_queue.cc:1048] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [LEADER]: Connected to new peer: Peer: permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:24.490684   987 sys_catalog.cc:455] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [sys.catalog]: SysCatalogTable state changed. Reason: New leader a951f0a629494016afd73a38d8bd0629. Latest consensus state: current_term: 1 leader_uuid: "a951f0a629494016afd73a38d8bd0629" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:24.491859   987 sys_catalog.cc:458] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:24.508277   989 mvcc.cc:204] Tried to move back new op lower bound from 7294615734072950784 to 7294615733835431936. Current Snapshot: MvccSnapshot[applied={T|T < 7294615734072950784}]
I20260608 09:47:24.514715   809 sys_catalog.cc:455] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a951f0a629494016afd73a38d8bd0629" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:24.515816   809 sys_catalog.cc:458] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:24.518580   986 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a951f0a629494016afd73a38d8bd0629. Latest consensus state: current_term: 1 leader_uuid: "a951f0a629494016afd73a38d8bd0629" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:24.519357   986 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:24.521168   967 catalog_manager.cc:1382] Generated new cluster ID: ad681a436e4b4b12b75bb5240d58fada
I20260608 09:47:24.521482   967 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:47:24.522190   987 sys_catalog.cc:455] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a951f0a629494016afd73a38d8bd0629" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:24.523162   987 sys_catalog.cc:458] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:24.534796   955 sys_catalog.cc:455] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a951f0a629494016afd73a38d8bd0629" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:24.535933   955 sys_catalog.cc:458] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:24.561275   986 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a951f0a629494016afd73a38d8bd0629" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a951f0a629494016afd73a38d8bd0629" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 35061 } } peers { permanent_uuid: "266f858dad8e499e873e419e7893988f" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 39717 } } peers { permanent_uuid: "4a2377ac250547e4b1996f289a98e774" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 35343 } } }
I20260608 09:47:24.562088   986 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:24.587524   967 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:47:24.587872   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:45521
I20260608 09:47:24.588565  1008 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:45521 every 8 connection(s)
I20260608 09:47:24.589650   967 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:47:24.618934   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 09:47:24.640956   967 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629: Generated new TSK 0
I20260608 09:47:24.643230   967 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:47:24.661237  1009 heartbeater.cc:344] Connected to a master server at 127.0.150.188:35343
I20260608 09:47:24.662410  1009 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:24.664093  1009 heartbeater.cc:507] Master 127.0.150.188:35343 requested a full tablet report, sending...
W20260608 09:47:24.665163  1016 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:24.672374  1010 heartbeater.cc:344] Connected to a master server at 127.0.150.189:39717
I20260608 09:47:24.672670   766 ts_manager.cc:194] Registered new tserver with Master: 0e75830101244ab7bd190581bc1eac0b (127.0.150.130:45521)
I20260608 09:47:24.673115  1010 heartbeater.cc:461] Registering TS with master...
W20260608 09:47:24.674515  1017 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:24.672681  1013 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35061
I20260608 09:47:24.675545  1013 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:24.676679  1013 heartbeater.cc:507] Master 127.0.150.190:35061 requested a full tablet report, sending...
I20260608 09:47:24.676724  1010 heartbeater.cc:507] Master 127.0.150.189:39717 requested a full tablet report, sending...
I20260608 09:47:24.680365   699 ts_manager.cc:194] Registered new tserver with Master: 0e75830101244ab7bd190581bc1eac0b (127.0.150.130:45521)
I20260608 09:47:24.683754   634 ts_manager.cc:194] Registered new tserver with Master: 0e75830101244ab7bd190581bc1eac0b (127.0.150.130:45521)
I20260608 09:47:24.686106   634 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35572
W20260608 09:47:24.687335  1019 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:24.690104   602 server_base.cc:1061] running on GCE node
I20260608 09:47:24.691198   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:24.691465   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:24.691658   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912044691643 us; error 0 us; skew 500 ppm
I20260608 09:47:24.692225   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:24.695317   602 webserver.cc:533] Webserver started at http://127.0.150.131:34213/ using document root <none> and password file <none>
I20260608 09:47:24.695840   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:24.696063   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:24.696334   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:24.697485   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "e7dbb37b617f47a19ec478c6ac0d5aa6"
format_stamp: "Formatted at 2026-06-08 09:47:24 on dist-test-slave-g93p"
I20260608 09:47:24.702458   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260608 09:47:24.706331  1024 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:24.707265   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
I20260608 09:47:24.707558   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "e7dbb37b617f47a19ec478c6ac0d5aa6"
format_stamp: "Formatted at 2026-06-08 09:47:24 on dist-test-slave-g93p"
I20260608 09:47:24.707829   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:24.724890   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:24.726219   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:24.728837   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:24.733023   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:24.733222   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:24.733526   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:24.733675   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:24.842355   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:38475
I20260608 09:47:24.842605  1086 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:38475 every 8 connection(s)
I20260608 09:47:24.879204  1087 heartbeater.cc:344] Connected to a master server at 127.0.150.188:35343
I20260608 09:47:24.879721  1087 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:24.880779  1087 heartbeater.cc:507] Master 127.0.150.188:35343 requested a full tablet report, sending...
I20260608 09:47:24.882054  1088 heartbeater.cc:344] Connected to a master server at 127.0.150.189:39717
I20260608 09:47:24.882476  1088 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:24.883404  1088 heartbeater.cc:507] Master 127.0.150.189:39717 requested a full tablet report, sending...
I20260608 09:47:24.884672   766 ts_manager.cc:194] Registered new tserver with Master: e7dbb37b617f47a19ec478c6ac0d5aa6 (127.0.150.131:38475)
I20260608 09:47:24.888332   699 ts_manager.cc:194] Registered new tserver with Master: e7dbb37b617f47a19ec478c6ac0d5aa6 (127.0.150.131:38475)
I20260608 09:47:24.892534  1089 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35061
I20260608 09:47:24.892910  1089 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:24.893748  1089 heartbeater.cc:507] Master 127.0.150.190:35061 requested a full tablet report, sending...
I20260608 09:47:24.896302   634 ts_manager.cc:194] Registered new tserver with Master: e7dbb37b617f47a19ec478c6ac0d5aa6 (127.0.150.131:38475)
I20260608 09:47:24.896649   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.028754675s
I20260608 09:47:24.898157   634 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35574
I20260608 09:47:25.017966   841 catalog_manager.cc:1294] Loaded cluster ID: ad681a436e4b4b12b75bb5240d58fada
I20260608 09:47:25.018342   841 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774: loading cluster ID for follower catalog manager: success
I20260608 09:47:25.021096   838 catalog_manager.cc:1294] Loaded cluster ID: ad681a436e4b4b12b75bb5240d58fada
I20260608 09:47:25.021409   838 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f: loading cluster ID for follower catalog manager: success
I20260608 09:47:25.026312   841 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774: acquiring CA information for follower catalog manager: success
I20260608 09:47:25.026530   838 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f: acquiring CA information for follower catalog manager: success
I20260608 09:47:25.030555   838 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 09:47:25.032546   841 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 09:47:25.287333   634 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35556
I20260608 09:47:25.689555  1013 heartbeater.cc:499] Master 127.0.150.190:35061 was elected leader, sending a full tablet report...
I20260608 09:47:25.901485  1089 heartbeater.cc:499] Master 127.0.150.190:35061 was elected leader, sending a full tablet report...
I20260608 09:47:26.014870   844 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:26.136075   634 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35590:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 09:47:26.247146   882 tablet_service.cc:1511] Processing CreateTablet for tablet 0ca95a98157f4cb7b33a77c152dd8ae9 (DEFAULT_TABLE table=test-workload [id=970f389bdeea4ce5980c7d45143519ee]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:47:26.247548   881 tablet_service.cc:1511] Processing CreateTablet for tablet 7b0223c10d8e4bbe9a9f95bc1253c285 (DEFAULT_TABLE table=test-workload [id=970f389bdeea4ce5980c7d45143519ee]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:47:26.248590   962 tablet_service.cc:1511] Processing CreateTablet for tablet 85d98ccf8d034707b281e62a7419c636 (DEFAULT_TABLE table=test-workload [id=970f389bdeea4ce5980c7d45143519ee]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:47:26.249540   882 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0ca95a98157f4cb7b33a77c152dd8ae9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:26.250097   962 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 85d98ccf8d034707b281e62a7419c636. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:26.250365   881 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7b0223c10d8e4bbe9a9f95bc1253c285. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:26.261485  1052 tablet_service.cc:1511] Processing CreateTablet for tablet df06048958a14c4e997e91775089d2bb (DEFAULT_TABLE table=test-workload [id=970f389bdeea4ce5980c7d45143519ee]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:47:26.263038  1052 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet df06048958a14c4e997e91775089d2bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:26.277763  1124 tablet_bootstrap.cc:492] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99: Bootstrap starting.
I20260608 09:47:26.287516  1125 tablet_bootstrap.cc:492] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b: Bootstrap starting.
I20260608 09:47:26.288213  1124 tablet_bootstrap.cc:654] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:26.290496   919 heartbeater.cc:499] Master 127.0.150.190:35061 was elected leader, sending a full tablet report...
I20260608 09:47:26.291857  1126 tablet_bootstrap.cc:492] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6: Bootstrap starting.
I20260608 09:47:26.297457  1124 tablet_bootstrap.cc:492] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99: No bootstrap required, opened a new log
I20260608 09:47:26.298025  1124 ts_tablet_manager.cc:1403] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.008s
I20260608 09:47:26.301147  1124 raft_consensus.cc:359] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } }
I20260608 09:47:26.301721  1124 raft_consensus.cc:385] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:26.302016  1124 raft_consensus.cc:740] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15833a99a6094415abfcca3a9cba1c99, State: Initialized, Role: FOLLOWER
I20260608 09:47:26.302121  1126 tablet_bootstrap.cc:654] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:26.302769  1124 consensus_queue.cc:260] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } }
I20260608 09:47:26.303323  1124 raft_consensus.cc:399] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:47:26.303879  1124 raft_consensus.cc:493] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:47:26.304220  1124 raft_consensus.cc:3060] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:26.308226  1125 tablet_bootstrap.cc:654] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:26.309957  1124 raft_consensus.cc:515] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } }
I20260608 09:47:26.310693  1124 leader_election.cc:304] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [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: 15833a99a6094415abfcca3a9cba1c99; no voters: 
I20260608 09:47:26.311262  1126 tablet_bootstrap.cc:492] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6: No bootstrap required, opened a new log
I20260608 09:47:26.311829  1126 ts_tablet_manager.cc:1403] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.010s
I20260608 09:47:26.313809  1124 leader_election.cc:290] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:47:26.314440  1129 raft_consensus.cc:2804] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:26.316545  1126 raft_consensus.cc:359] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e7dbb37b617f47a19ec478c6ac0d5aa6" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38475 } }
I20260608 09:47:26.317319  1126 raft_consensus.cc:385] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:26.317696  1126 raft_consensus.cc:740] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e7dbb37b617f47a19ec478c6ac0d5aa6, State: Initialized, Role: FOLLOWER
I20260608 09:47:26.318873  1126 consensus_queue.cc:260] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e7dbb37b617f47a19ec478c6ac0d5aa6" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38475 } }
I20260608 09:47:26.319643  1126 raft_consensus.cc:399] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:47:26.320379  1126 raft_consensus.cc:493] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:47:26.320739  1126 raft_consensus.cc:3060] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:26.322712  1125 tablet_bootstrap.cc:492] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b: No bootstrap required, opened a new log
I20260608 09:47:26.323187  1125 ts_tablet_manager.cc:1403] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b: Time spent bootstrapping tablet: real 0.036s	user 0.005s	sys 0.013s
I20260608 09:47:26.326965  1125 raft_consensus.cc:359] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e75830101244ab7bd190581bc1eac0b" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45521 } }
I20260608 09:47:26.327525  1125 raft_consensus.cc:385] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:26.327570  1129 raft_consensus.cc:697] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 1 LEADER]: Becoming Leader. State: Replica: 15833a99a6094415abfcca3a9cba1c99, State: Running, Role: LEADER
I20260608 09:47:26.327786  1124 ts_tablet_manager.cc:1434] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99: Time spent starting tablet: real 0.029s	user 0.017s	sys 0.012s
I20260608 09:47:26.327937  1125 raft_consensus.cc:740] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0e75830101244ab7bd190581bc1eac0b, State: Initialized, Role: FOLLOWER
I20260608 09:47:26.328567  1129 consensus_queue.cc:237] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [LEADER]: Queue going to LEADER mode. State: All 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: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } }
I20260608 09:47:26.329473  1125 consensus_queue.cc:260] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0e75830101244ab7bd190581bc1eac0b" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45521 } }
I20260608 09:47:26.330302  1125 raft_consensus.cc:399] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:47:26.330193  1126 raft_consensus.cc:515] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e7dbb37b617f47a19ec478c6ac0d5aa6" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38475 } }
I20260608 09:47:26.330533  1124 tablet_bootstrap.cc:492] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99: Bootstrap starting.
I20260608 09:47:26.330914  1125 raft_consensus.cc:493] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:47:26.331661  1125 raft_consensus.cc:3060] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:26.332243  1126 leader_election.cc:304] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [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: e7dbb37b617f47a19ec478c6ac0d5aa6; no voters: 
I20260608 09:47:26.343756  1125 raft_consensus.cc:515] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e75830101244ab7bd190581bc1eac0b" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45521 } }
I20260608 09:47:26.344313  1124 tablet_bootstrap.cc:654] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:26.348577   634 catalog_manager.cc:5696] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 reported cstate change: term changed from 0 to 1, leader changed from <none> to 15833a99a6094415abfcca3a9cba1c99 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "15833a99a6094415abfcca3a9cba1c99" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:26.352907  1126 leader_election.cc:290] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:47:26.353655  1135 raft_consensus.cc:2804] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:26.349071  1125 leader_election.cc:304] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [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: 0e75830101244ab7bd190581bc1eac0b; no voters: 
I20260608 09:47:26.369161  1124 tablet_bootstrap.cc:492] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99: No bootstrap required, opened a new log
I20260608 09:47:26.369745  1124 ts_tablet_manager.cc:1403] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99: Time spent bootstrapping tablet: real 0.039s	user 0.012s	sys 0.017s
I20260608 09:47:26.372428  1135 raft_consensus.cc:697] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 1 LEADER]: Becoming Leader. State: Replica: e7dbb37b617f47a19ec478c6ac0d5aa6, State: Running, Role: LEADER
I20260608 09:47:26.373613  1124 raft_consensus.cc:359] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } }
I20260608 09:47:26.373704  1135 consensus_queue.cc:237] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [LEADER]: Queue going to LEADER mode. State: All 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: "e7dbb37b617f47a19ec478c6ac0d5aa6" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38475 } }
I20260608 09:47:26.374322  1124 raft_consensus.cc:385] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:26.374680  1124 raft_consensus.cc:740] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15833a99a6094415abfcca3a9cba1c99, State: Initialized, Role: FOLLOWER
I20260608 09:47:26.375572  1124 consensus_queue.cc:260] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } }
I20260608 09:47:26.376698  1124 raft_consensus.cc:399] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:47:26.377029  1124 raft_consensus.cc:493] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:47:26.377381  1124 raft_consensus.cc:3060] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:26.389325  1124 raft_consensus.cc:515] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } }
I20260608 09:47:26.391131  1124 leader_election.cc:304] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [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: 15833a99a6094415abfcca3a9cba1c99; no voters: 
I20260608 09:47:26.391897  1124 leader_election.cc:290] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:47:26.392295  1132 raft_consensus.cc:2804] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:26.393270  1132 raft_consensus.cc:697] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 1 LEADER]: Becoming Leader. State: Replica: 15833a99a6094415abfcca3a9cba1c99, State: Running, Role: LEADER
I20260608 09:47:26.393600  1124 ts_tablet_manager.cc:1434] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99: Time spent starting tablet: real 0.023s	user 0.015s	sys 0.003s
I20260608 09:47:26.394039  1132 consensus_queue.cc:237] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [LEADER]: Queue going to LEADER mode. State: All 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: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } }
I20260608 09:47:26.407259  1126 ts_tablet_manager.cc:1434] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6: Time spent starting tablet: real 0.095s	user 0.011s	sys 0.024s
I20260608 09:47:26.411461  1125 leader_election.cc:290] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:47:26.411995  1139 raft_consensus.cc:2804] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:26.415390   634 catalog_manager.cc:5696] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 reported cstate change: term changed from 0 to 1, leader changed from <none> to e7dbb37b617f47a19ec478c6ac0d5aa6 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "e7dbb37b617f47a19ec478c6ac0d5aa6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e7dbb37b617f47a19ec478c6ac0d5aa6" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38475 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:26.487537  1125 ts_tablet_manager.cc:1434] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b: Time spent starting tablet: real 0.164s	user 0.044s	sys 0.067s
I20260608 09:47:26.484687  1139 raft_consensus.cc:697] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 1 LEADER]: Becoming Leader. State: Replica: 0e75830101244ab7bd190581bc1eac0b, State: Running, Role: LEADER
I20260608 09:47:26.490491  1139 consensus_queue.cc:237] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [LEADER]: Queue going to LEADER mode. State: All 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: "0e75830101244ab7bd190581bc1eac0b" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45521 } }
I20260608 09:47:26.491940   634 catalog_manager.cc:5696] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 reported cstate change: term changed from 0 to 1, leader changed from <none> to 15833a99a6094415abfcca3a9cba1c99 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "15833a99a6094415abfcca3a9cba1c99" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "15833a99a6094415abfcca3a9cba1c99" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36603 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:26.503549   632 catalog_manager.cc:5696] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b reported cstate change: term changed from 0 to 1, leader changed from <none> to 0e75830101244ab7bd190581bc1eac0b (127.0.150.130). New cstate: current_term: 1 leader_uuid: "0e75830101244ab7bd190581bc1eac0b" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e75830101244ab7bd190581bc1eac0b" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45521 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:26.547225   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:47:26.566452   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:26.567270   602 tablet_replica.cc:333] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99: stopping tablet replica
I20260608 09:47:26.567867   602 raft_consensus.cc:2243] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:26.568336   602 raft_consensus.cc:2272] T 0ca95a98157f4cb7b33a77c152dd8ae9 P 15833a99a6094415abfcca3a9cba1c99 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:26.571105   602 tablet_replica.cc:333] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99: stopping tablet replica
I20260608 09:47:26.571539   602 raft_consensus.cc:2243] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:26.571969   602 raft_consensus.cc:2272] T 7b0223c10d8e4bbe9a9f95bc1253c285 P 15833a99a6094415abfcca3a9cba1c99 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:26.801594   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:47:26.811635   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:47:26.828305   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:26.829070   602 tablet_replica.cc:333] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b: stopping tablet replica
I20260608 09:47:26.829591   602 raft_consensus.cc:2243] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:26.830086   602 raft_consensus.cc:2272] T 85d98ccf8d034707b281e62a7419c636 P 0e75830101244ab7bd190581bc1eac0b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:26.848800   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:47:26.857362   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:47:26.872083   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:26.872877   602 tablet_replica.cc:333] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6: stopping tablet replica
I20260608 09:47:26.873407   602 raft_consensus.cc:2243] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:26.873854   602 raft_consensus.cc:2272] T df06048958a14c4e997e91775089d2bb P e7dbb37b617f47a19ec478c6ac0d5aa6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:26.882870   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:47:26.891039   602 master.cc:562] Master@127.0.150.190:35061 shutting down...
I20260608 09:47:26.992811   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:26.993742   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:26.994177   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P a951f0a629494016afd73a38d8bd0629: stopping tablet replica
I20260608 09:47:27.014810   602 master.cc:584] Master@127.0.150.190:35061 shutdown complete.
I20260608 09:47:27.026127   602 master.cc:562] Master@127.0.150.189:39717 shutting down...
I20260608 09:47:27.040756   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:27.041307   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:27.041630   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 266f858dad8e499e873e419e7893988f: stopping tablet replica
I20260608 09:47:27.075426   602 master.cc:584] Master@127.0.150.189:39717 shutdown complete.
I20260608 09:47:27.087146   602 master.cc:562] Master@127.0.150.188:35343 shutting down...
I20260608 09:47:27.100911   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:27.101438   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:27.101753   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4a2377ac250547e4b1996f289a98e774: stopping tablet replica
I20260608 09:47:27.119477   602 master.cc:584] Master@127.0.150.188:35343 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (5014 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260608 09:47:27.146023   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:43927
I20260608 09:47:27.147186   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:27.151984  1148 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:27.153200  1149 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:27.153934  1151 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:27.154374   602 server_base.cc:1061] running on GCE node
I20260608 09:47:27.155085   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:27.155297   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:27.155495   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912047155472 us; error 0 us; skew 500 ppm
I20260608 09:47:27.156064   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:27.158403   602 webserver.cc:533] Webserver started at http://127.0.150.190:36589/ using document root <none> and password file <none>
I20260608 09:47:27.158941   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:27.159161   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:27.159466   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:27.160548   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "339aff5a77794cc09b9d770a8f6ac4e8"
format_stamp: "Formatted at 2026-06-08 09:47:27 on dist-test-slave-g93p"
I20260608 09:47:27.165192   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:47:27.168615  1156 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.169492   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.001s
I20260608 09:47:27.169732   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "339aff5a77794cc09b9d770a8f6ac4e8"
format_stamp: "Formatted at 2026-06-08 09:47:27 on dist-test-slave-g93p"
I20260608 09:47:27.170029   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:27.187126   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:27.188146   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:27.222716   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:43927
I20260608 09:47:27.222826  1207 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:43927 every 8 connection(s)
I20260608 09:47:27.226693  1208 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:27.235831  1208 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8: Bootstrap starting.
I20260608 09:47:27.240166  1208 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:27.244664  1208 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8: No bootstrap required, opened a new log
I20260608 09:47:27.246727  1208 raft_consensus.cc:359] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "339aff5a77794cc09b9d770a8f6ac4e8" member_type: VOTER }
I20260608 09:47:27.247135  1208 raft_consensus.cc:385] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:27.247380  1208 raft_consensus.cc:740] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 339aff5a77794cc09b9d770a8f6ac4e8, State: Initialized, Role: FOLLOWER
I20260608 09:47:27.248037  1208 consensus_queue.cc:260] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "339aff5a77794cc09b9d770a8f6ac4e8" member_type: VOTER }
I20260608 09:47:27.248512  1208 raft_consensus.cc:399] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:47:27.248764  1208 raft_consensus.cc:493] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:47:27.249066  1208 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:27.252997  1208 raft_consensus.cc:515] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "339aff5a77794cc09b9d770a8f6ac4e8" member_type: VOTER }
I20260608 09:47:27.253556  1208 leader_election.cc:304] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [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: 339aff5a77794cc09b9d770a8f6ac4e8; no voters: 
I20260608 09:47:27.254738  1208 leader_election.cc:290] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:47:27.255156  1211 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:27.256610  1211 raft_consensus.cc:697] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 1 LEADER]: Becoming Leader. State: Replica: 339aff5a77794cc09b9d770a8f6ac4e8, State: Running, Role: LEADER
I20260608 09:47:27.257239  1211 consensus_queue.cc:237] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [LEADER]: Queue going to LEADER mode. State: All 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: "339aff5a77794cc09b9d770a8f6ac4e8" member_type: VOTER }
I20260608 09:47:27.257792  1208 sys_catalog.cc:565] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:47:27.260308  1212 sys_catalog.cc:455] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "339aff5a77794cc09b9d770a8f6ac4e8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "339aff5a77794cc09b9d770a8f6ac4e8" member_type: VOTER } }
I20260608 09:47:27.260399  1213 sys_catalog.cc:455] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 339aff5a77794cc09b9d770a8f6ac4e8. Latest consensus state: current_term: 1 leader_uuid: "339aff5a77794cc09b9d770a8f6ac4e8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "339aff5a77794cc09b9d770a8f6ac4e8" member_type: VOTER } }
I20260608 09:47:27.261168  1212 sys_catalog.cc:458] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:27.261263  1213 sys_catalog.cc:458] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:27.265069  1217 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:47:27.273706  1217 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:47:27.274761   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:47:27.283068  1217 catalog_manager.cc:1382] Generated new cluster ID: c17ce42bb918484095cf3bffd6634708
I20260608 09:47:27.283313  1217 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:47:27.300374  1217 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:47:27.301728  1217 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:47:27.316790  1217 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8: Generated new TSK 0
I20260608 09:47:27.317376  1217 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:47:27.341149   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:27.347240  1229 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:27.348426  1230 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:27.349756  1232 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:27.350144   602 server_base.cc:1061] running on GCE node
I20260608 09:47:27.351018   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:27.351246   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:27.351434   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912047351416 us; error 0 us; skew 500 ppm
I20260608 09:47:27.352018   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:27.354436   602 webserver.cc:533] Webserver started at http://127.0.150.129:42313/ using document root <none> and password file <none>
I20260608 09:47:27.354969   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:27.355171   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:27.355468   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:27.356570   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "c3f7462a75264478bd88360a8f96b97a"
format_stamp: "Formatted at 2026-06-08 09:47:27 on dist-test-slave-g93p"
I20260608 09:47:27.361187   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:47:27.364538  1237 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.365355   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:47:27.365701   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "c3f7462a75264478bd88360a8f96b97a"
format_stamp: "Formatted at 2026-06-08 09:47:27 on dist-test-slave-g93p"
I20260608 09:47:27.366057   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:27.390062   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:27.391116   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:27.392517   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:27.394819   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:27.395031   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.395278   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:27.395447   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.432215   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:41585
I20260608 09:47:27.432335  1299 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:41585 every 8 connection(s)
I20260608 09:47:27.437392   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:27.444737  1304 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:27.446992  1305 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:27.447572   602 server_base.cc:1061] running on GCE node
W20260608 09:47:27.448143  1308 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:27.449154   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:27.449424   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:27.449658   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912047449637 us; error 0 us; skew 500 ppm
I20260608 09:47:27.449776  1300 heartbeater.cc:344] Connected to a master server at 127.0.150.190:43927
I20260608 09:47:27.450237  1300 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:27.450413   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:27.451056  1300 heartbeater.cc:507] Master 127.0.150.190:43927 requested a full tablet report, sending...
I20260608 09:47:27.453042   602 webserver.cc:533] Webserver started at http://127.0.150.130:37375/ using document root <none> and password file <none>
I20260608 09:47:27.453509  1173 ts_manager.cc:194] Registered new tserver with Master: c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585)
I20260608 09:47:27.453755   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:27.454073   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:27.454414   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:27.455822   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "35226220709b41f384d554a857c29415"
format_stamp: "Formatted at 2026-06-08 09:47:27 on dist-test-slave-g93p"
I20260608 09:47:27.455950  1173 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35094
I20260608 09:47:27.460588   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 09:47:27.463855  1312 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.464668   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:47:27.464968   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "35226220709b41f384d554a857c29415"
format_stamp: "Formatted at 2026-06-08 09:47:27 on dist-test-slave-g93p"
I20260608 09:47:27.465235   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:27.480870   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:27.482055   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:27.483443   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:27.485680   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:27.485925   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.486179   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:27.486356   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.523774   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:46793
I20260608 09:47:27.523880  1374 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:46793 every 8 connection(s)
I20260608 09:47:27.528731   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:27.535352  1378 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:27.536332  1379 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:27.538486   602 server_base.cc:1061] running on GCE node
W20260608 09:47:27.539237  1381 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:27.540177   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:27.540452   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:27.540678   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912047540657 us; error 0 us; skew 500 ppm
I20260608 09:47:27.541455   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:27.541419  1375 heartbeater.cc:344] Connected to a master server at 127.0.150.190:43927
I20260608 09:47:27.542090  1375 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:27.542960  1375 heartbeater.cc:507] Master 127.0.150.190:43927 requested a full tablet report, sending...
I20260608 09:47:27.544112   602 webserver.cc:533] Webserver started at http://127.0.150.131:34645/ using document root <none> and password file <none>
I20260608 09:47:27.544718   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:27.544922   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:27.545231   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:27.545157  1173 ts_manager.cc:194] Registered new tserver with Master: 35226220709b41f384d554a857c29415 (127.0.150.130:46793)
I20260608 09:47:27.546473   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "c35d12c21d7944f48a0aadab24eebfae"
format_stamp: "Formatted at 2026-06-08 09:47:27 on dist-test-slave-g93p"
I20260608 09:47:27.546679  1173 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35100
I20260608 09:47:27.551095   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:47:27.554559  1386 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.555510   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:47:27.555763   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "c35d12c21d7944f48a0aadab24eebfae"
format_stamp: "Formatted at 2026-06-08 09:47:27 on dist-test-slave-g93p"
I20260608 09:47:27.555995   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:27.570708   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:27.571771   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:27.573172   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:27.575496   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:27.575708   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.575966   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:27.576134   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:27.614159   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:45143
I20260608 09:47:27.614279  1448 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:45143 every 8 connection(s)
I20260608 09:47:27.627853  1449 heartbeater.cc:344] Connected to a master server at 127.0.150.190:43927
I20260608 09:47:27.628268  1449 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:27.629009  1449 heartbeater.cc:507] Master 127.0.150.190:43927 requested a full tablet report, sending...
I20260608 09:47:27.630986  1173 ts_manager.cc:194] Registered new tserver with Master: c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:27.632005   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014491427s
I20260608 09:47:27.632405  1173 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35116
I20260608 09:47:28.458680  1300 heartbeater.cc:499] Master 127.0.150.190:43927 was elected leader, sending a full tablet report...
I20260608 09:47:28.549156  1375 heartbeater.cc:499] Master 127.0.150.190:43927 was elected leader, sending a full tablet report...
I20260608 09:47:28.635157  1449 heartbeater.cc:499] Master 127.0.150.190:43927 was elected leader, sending a full tablet report...
I20260608 09:47:28.686532  1173 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35130:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o""\004\001\000\377\377\377\017\004\001\000\376\377\377\037\004\001\000\375\377\377/\004\001\000\374\377\377?\004\001\000\373\377\377O\004\001\000\372\377\377_\004\001\000\371\377\377o"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:47:28.689225  1173 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:47:28.771876  1265 tablet_service.cc:1511] Processing CreateTablet for tablet 66f29963264243c0bd9db9c9c0b952b6 (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 09:47:28.773324  1265 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 66f29963264243c0bd9db9c9c0b952b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.774001  1264 tablet_service.cc:1511] Processing CreateTablet for tablet 817240b549e2490a81a9b95635355c07 (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 09:47:28.774572  1259 tablet_service.cc:1511] Processing CreateTablet for tablet 3ae95f79837b44e9bf7cbe9883ad729f (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 09:47:28.775413  1264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 817240b549e2490a81a9b95635355c07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.777900  1263 tablet_service.cc:1511] Processing CreateTablet for tablet a08fd4a5f34b483899e8f753ac4bf27d (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 09:47:28.779201  1258 tablet_service.cc:1511] Processing CreateTablet for tablet e1207bffa7964589aa478789fe226dcc (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 09:47:28.779768  1262 tablet_service.cc:1511] Processing CreateTablet for tablet 148b3f98d1834698983e27546acd8043 (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 09:47:28.780001  1260 tablet_service.cc:1511] Processing CreateTablet for tablet d3a8cd9130bb4a108cadbec3ec6dab9e (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 09:47:28.781282  1259 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ae95f79837b44e9bf7cbe9883ad729f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.781795  1261 tablet_service.cc:1511] Processing CreateTablet for tablet 6fa4083f576c4e428c67b48d55d7ecdf (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 09:47:28.783512  1258 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1207bffa7964589aa478789fe226dcc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.784864  1340 tablet_service.cc:1511] Processing CreateTablet for tablet 66f29963264243c0bd9db9c9c0b952b6 (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 09:47:28.786196  1340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 66f29963264243c0bd9db9c9c0b952b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.786528  1261 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6fa4083f576c4e428c67b48d55d7ecdf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.789834  1339 tablet_service.cc:1511] Processing CreateTablet for tablet 817240b549e2490a81a9b95635355c07 (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 09:47:28.791508  1339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 817240b549e2490a81a9b95635355c07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.792014  1338 tablet_service.cc:1511] Processing CreateTablet for tablet a08fd4a5f34b483899e8f753ac4bf27d (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 09:47:28.796300  1335 tablet_service.cc:1511] Processing CreateTablet for tablet d3a8cd9130bb4a108cadbec3ec6dab9e (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 09:47:28.797299  1338 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a08fd4a5f34b483899e8f753ac4bf27d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.799074  1335 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3a8cd9130bb4a108cadbec3ec6dab9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.790496  1262 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 148b3f98d1834698983e27546acd8043. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.793234  1334 tablet_service.cc:1511] Processing CreateTablet for tablet 3ae95f79837b44e9bf7cbe9883ad729f (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 09:47:28.794457  1337 tablet_service.cc:1511] Processing CreateTablet for tablet 148b3f98d1834698983e27546acd8043 (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 09:47:28.803296  1334 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ae95f79837b44e9bf7cbe9883ad729f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.804039  1260 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3a8cd9130bb4a108cadbec3ec6dab9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.795117  1336 tablet_service.cc:1511] Processing CreateTablet for tablet 6fa4083f576c4e428c67b48d55d7ecdf (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 09:47:28.807320  1336 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6fa4083f576c4e428c67b48d55d7ecdf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.810238  1337 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 148b3f98d1834698983e27546acd8043. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.810532  1263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a08fd4a5f34b483899e8f753ac4bf27d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.818602  1333 tablet_service.cc:1511] Processing CreateTablet for tablet e1207bffa7964589aa478789fe226dcc (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 09:47:28.819952  1333 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1207bffa7964589aa478789fe226dcc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.853747  1414 tablet_service.cc:1511] Processing CreateTablet for tablet 66f29963264243c0bd9db9c9c0b952b6 (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260608 09:47:28.855182  1414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 66f29963264243c0bd9db9c9c0b952b6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.856084  1408 tablet_service.cc:1511] Processing CreateTablet for tablet 3ae95f79837b44e9bf7cbe9883ad729f (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260608 09:47:28.857494  1408 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3ae95f79837b44e9bf7cbe9883ad729f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.859687  1413 tablet_service.cc:1511] Processing CreateTablet for tablet 817240b549e2490a81a9b95635355c07 (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260608 09:47:28.860796  1412 tablet_service.cc:1511] Processing CreateTablet for tablet a08fd4a5f34b483899e8f753ac4bf27d (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260608 09:47:28.861682  1413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 817240b549e2490a81a9b95635355c07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.860567  1469 tablet_bootstrap.cc:492] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a: Bootstrap starting.
I20260608 09:47:28.863528  1407 tablet_service.cc:1511] Processing CreateTablet for tablet e1207bffa7964589aa478789fe226dcc (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260608 09:47:28.865018  1412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a08fd4a5f34b483899e8f753ac4bf27d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.867161  1409 tablet_service.cc:1511] Processing CreateTablet for tablet d3a8cd9130bb4a108cadbec3ec6dab9e (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260608 09:47:28.871445  1410 tablet_service.cc:1511] Processing CreateTablet for tablet 6fa4083f576c4e428c67b48d55d7ecdf (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260608 09:47:28.872313  1411 tablet_service.cc:1511] Processing CreateTablet for tablet 148b3f98d1834698983e27546acd8043 (DEFAULT_TABLE table=test-workload [id=223c1a08f99f4af187c2ff6964c227e3]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260608 09:47:28.874668  1409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d3a8cd9130bb4a108cadbec3ec6dab9e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.878513  1411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 148b3f98d1834698983e27546acd8043. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.901190  1407 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1207bffa7964589aa478789fe226dcc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.904450  1410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6fa4083f576c4e428c67b48d55d7ecdf. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:28.908360  1470 tablet_bootstrap.cc:492] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415: Bootstrap starting.
I20260608 09:47:28.911826  1469 tablet_bootstrap.cc:654] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:28.923776  1471 tablet_bootstrap.cc:492] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae: Bootstrap starting.
I20260608 09:47:28.927214  1470 tablet_bootstrap.cc:654] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:28.927875  1469 tablet_bootstrap.cc:492] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a: No bootstrap required, opened a new log
I20260608 09:47:28.928401  1469 ts_tablet_manager.cc:1403] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a: Time spent bootstrapping tablet: real 0.068s	user 0.008s	sys 0.009s
I20260608 09:47:28.930435  1471 tablet_bootstrap.cc:654] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:28.931298  1469 raft_consensus.cc:359] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:28.932049  1469 raft_consensus.cc:385] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:28.932340  1469 raft_consensus.cc:740] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Initialized, Role: FOLLOWER
I20260608 09:47:28.933147  1469 consensus_queue.cc:260] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:28.935894  1470 tablet_bootstrap.cc:492] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415: No bootstrap required, opened a new log
I20260608 09:47:28.936232  1469 ts_tablet_manager.cc:1434] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 09:47:28.936210  1471 tablet_bootstrap.cc:492] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae: No bootstrap required, opened a new log
I20260608 09:47:28.936465  1470 ts_tablet_manager.cc:1403] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415: Time spent bootstrapping tablet: real 0.030s	user 0.009s	sys 0.003s
I20260608 09:47:28.937008  1471 ts_tablet_manager.cc:1403] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260608 09:47:28.937407  1469 tablet_bootstrap.cc:492] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a: Bootstrap starting.
I20260608 09:47:28.939812  1470 raft_consensus.cc:359] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:28.940606  1470 raft_consensus.cc:385] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:28.940577  1471 raft_consensus.cc:359] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:28.941116  1470 raft_consensus.cc:740] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35226220709b41f384d554a857c29415, State: Initialized, Role: FOLLOWER
I20260608 09:47:28.941438  1471 raft_consensus.cc:385] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:28.941784  1471 raft_consensus.cc:740] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Initialized, Role: FOLLOWER
I20260608 09:47:28.942291  1470 consensus_queue.cc:260] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:28.942585  1471 consensus_queue.cc:260] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:28.943959  1469 tablet_bootstrap.cc:654] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:28.952380  1471 ts_tablet_manager.cc:1434] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae: Time spent starting tablet: real 0.015s	user 0.009s	sys 0.005s
I20260608 09:47:28.953951  1477 raft_consensus.cc:493] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:28.954622  1470 ts_tablet_manager.cc:1434] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.010s
I20260608 09:47:28.954517  1477 raft_consensus.cc:515] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:28.956808  1471 tablet_bootstrap.cc:492] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae: Bootstrap starting.
I20260608 09:47:28.957626  1477 leader_election.cc:290] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), 35226220709b41f384d554a857c29415 (127.0.150.130:46793)
I20260608 09:47:28.957866  1470 tablet_bootstrap.cc:492] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415: Bootstrap starting.
I20260608 09:47:28.964663  1470 tablet_bootstrap.cc:654] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:28.964835  1471 tablet_bootstrap.cc:654] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:28.968396  1469 tablet_bootstrap.cc:492] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a: No bootstrap required, opened a new log
I20260608 09:47:28.968926  1469 ts_tablet_manager.cc:1403] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a: Time spent bootstrapping tablet: real 0.032s	user 0.008s	sys 0.004s
I20260608 09:47:28.971825  1469 raft_consensus.cc:359] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:28.972553  1469 raft_consensus.cc:385] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:28.972869  1469 raft_consensus.cc:740] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Initialized, Role: FOLLOWER
I20260608 09:47:28.973785  1469 consensus_queue.cc:260] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:28.976253  1469 ts_tablet_manager.cc:1434] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 09:47:28.977196  1469 tablet_bootstrap.cc:492] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a: Bootstrap starting.
I20260608 09:47:28.985175  1469 tablet_bootstrap.cc:654] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:28.997581  1470 tablet_bootstrap.cc:492] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415: No bootstrap required, opened a new log
I20260608 09:47:28.998423  1470 ts_tablet_manager.cc:1403] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415: Time spent bootstrapping tablet: real 0.041s	user 0.011s	sys 0.010s
I20260608 09:47:29.000450  1469 tablet_bootstrap.cc:492] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a: No bootstrap required, opened a new log
I20260608 09:47:29.000947  1469 ts_tablet_manager.cc:1403] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a: Time spent bootstrapping tablet: real 0.024s	user 0.005s	sys 0.004s
I20260608 09:47:29.002913  1470 raft_consensus.cc:359] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.004024  1470 raft_consensus.cc:385] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.004452  1470 raft_consensus.cc:740] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35226220709b41f384d554a857c29415, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.004341  1469 raft_consensus.cc:359] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.005219  1469 raft_consensus.cc:385] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.005550  1469 raft_consensus.cc:740] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.005674  1470 consensus_queue.cc:260] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.006575  1471 tablet_bootstrap.cc:492] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae: No bootstrap required, opened a new log
I20260608 09:47:29.007126  1471 ts_tablet_manager.cc:1403] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae: Time spent bootstrapping tablet: real 0.051s	user 0.020s	sys 0.027s
I20260608 09:47:29.009048  1470 ts_tablet_manager.cc:1434] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.006s
I20260608 09:47:29.009181  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "817240b549e2490a81a9b95635355c07" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a" is_pre_election: true
I20260608 09:47:29.009920  1275 raft_consensus.cc:2468] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c35d12c21d7944f48a0aadab24eebfae in term 0.
I20260608 09:47:29.010123  1470 tablet_bootstrap.cc:492] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415: Bootstrap starting.
I20260608 09:47:29.010473  1471 raft_consensus.cc:359] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.011188  1471 raft_consensus.cc:385] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.011548  1388 leader_election.cc:304] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [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: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a; no voters: 
I20260608 09:47:29.006479  1469 consensus_queue.cc:260] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.012807  1477 raft_consensus.cc:2804] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:29.013190  1477 raft_consensus.cc:493] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:29.013521  1477 raft_consensus.cc:3060] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.011549  1471 raft_consensus.cc:740] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.014824  1469 ts_tablet_manager.cc:1434] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.001s
I20260608 09:47:29.015812  1469 tablet_bootstrap.cc:492] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a: Bootstrap starting.
I20260608 09:47:29.015422  1471 consensus_queue.cc:260] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.018296  1471 ts_tablet_manager.cc:1434] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 09:47:29.019208  1471 tablet_bootstrap.cc:492] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae: Bootstrap starting.
I20260608 09:47:29.019606  1470 tablet_bootstrap.cc:654] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.027402  1471 tablet_bootstrap.cc:654] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.034197  1477 raft_consensus.cc:515] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.037998  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "817240b549e2490a81a9b95635355c07" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a"
I20260608 09:47:29.038813  1275 raft_consensus.cc:3060] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.051633  1469 tablet_bootstrap.cc:654] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.052863  1470 tablet_bootstrap.cc:492] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415: No bootstrap required, opened a new log
I20260608 09:47:29.052991  1471 tablet_bootstrap.cc:492] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae: No bootstrap required, opened a new log
I20260608 09:47:29.053527  1471 ts_tablet_manager.cc:1403] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae: Time spent bootstrapping tablet: real 0.035s	user 0.009s	sys 0.020s
I20260608 09:47:29.053381  1470 ts_tablet_manager.cc:1403] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415: Time spent bootstrapping tablet: real 0.044s	user 0.034s	sys 0.002s
I20260608 09:47:29.056455  1275 raft_consensus.cc:2468] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c35d12c21d7944f48a0aadab24eebfae in term 1.
I20260608 09:47:29.056461  1471 raft_consensus.cc:359] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.057238  1470 raft_consensus.cc:359] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.059100  1470 raft_consensus.cc:385] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.058459  1477 leader_election.cc:290] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 1 election: Requested vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), 35226220709b41f384d554a857c29415 (127.0.150.130:46793)
I20260608 09:47:29.058941  1471 raft_consensus.cc:385] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.059502  1470 raft_consensus.cc:740] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35226220709b41f384d554a857c29415, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.059942  1471 raft_consensus.cc:740] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.060084  1350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "817240b549e2490a81a9b95635355c07" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415" is_pre_election: true
I20260608 09:47:29.060814  1471 consensus_queue.cc:260] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.060680  1470 consensus_queue.cc:260] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.062173  1349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "817240b549e2490a81a9b95635355c07" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415"
I20260608 09:47:29.062897  1471 ts_tablet_manager.cc:1434] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.002s
I20260608 09:47:29.062992  1470 ts_tablet_manager.cc:1434] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 09:47:29.064257  1470 tablet_bootstrap.cc:492] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415: Bootstrap starting.
W20260608 09:47:29.064239  1390 leader_election.cc:343] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 35226220709b41f384d554a857c29415 (127.0.150.130:46793): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.061822  1388 leader_election.cc:304] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [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: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a; no voters: 
W20260608 09:47:29.066211  1390 leader_election.cc:343] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 35226220709b41f384d554a857c29415 (127.0.150.130:46793): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.066772  1477 raft_consensus.cc:2804] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:29.067206  1471 tablet_bootstrap.cc:492] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae: Bootstrap starting.
I20260608 09:47:29.067267  1477 raft_consensus.cc:697] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 1 LEADER]: Becoming Leader. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Running, Role: LEADER
I20260608 09:47:29.068285  1477 consensus_queue.cc:237] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Queue going to LEADER mode. State: All 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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.069285  1475 raft_consensus.cc:493] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.069909  1475 raft_consensus.cc:515] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:29.075631  1469 tablet_bootstrap.cc:492] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a: No bootstrap required, opened a new log
I20260608 09:47:29.076138  1469 ts_tablet_manager.cc:1403] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a: Time spent bootstrapping tablet: real 0.061s	user 0.010s	sys 0.006s
I20260608 09:47:29.076210  1475 leader_election.cc:290] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143), 35226220709b41f384d554a857c29415 (127.0.150.130:46793)
I20260608 09:47:29.079844  1469 raft_consensus.cc:359] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.080798  1469 raft_consensus.cc:385] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.083796  1471 tablet_bootstrap.cc:654] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.081218  1469 raft_consensus.cc:740] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.087863  1469 consensus_queue.cc:260] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.097290  1469 ts_tablet_manager.cc:1434] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.002s
I20260608 09:47:29.098397  1469 tablet_bootstrap.cc:492] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a: Bootstrap starting.
I20260608 09:47:29.098791  1470 tablet_bootstrap.cc:654] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.105010  1476 raft_consensus.cc:493] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.105782  1476 raft_consensus.cc:515] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.106107  1170 catalog_manager.cc:5696] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae reported cstate change: term changed from 0 to 1, leader changed from <none> to c35d12c21d7944f48a0aadab24eebfae (127.0.150.131). New cstate: current_term: 1 leader_uuid: "c35d12c21d7944f48a0aadab24eebfae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:29.128073  1469 tablet_bootstrap.cc:654] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.128561  1471 tablet_bootstrap.cc:492] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae: No bootstrap required, opened a new log
I20260608 09:47:29.129204  1471 ts_tablet_manager.cc:1403] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae: Time spent bootstrapping tablet: real 0.062s	user 0.013s	sys 0.001s
I20260608 09:47:29.115867  1476 leader_election.cc:290] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.138800  1471 raft_consensus.cc:359] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:29.139801  1471 raft_consensus.cc:385] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.140183  1471 raft_consensus.cc:740] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.143739  1470 tablet_bootstrap.cc:492] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415: No bootstrap required, opened a new log
I20260608 09:47:29.144399  1470 ts_tablet_manager.cc:1403] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415: Time spent bootstrapping tablet: real 0.081s	user 0.008s	sys 0.028s
I20260608 09:47:29.144270  1424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae" is_pre_election: true
I20260608 09:47:29.147328  1471 consensus_queue.cc:260] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:29.148370  1424 raft_consensus.cc:2468] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 0.
I20260608 09:47:29.159365  1349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415" is_pre_election: true
W20260608 09:47:29.161684  1241 leader_election.cc:343] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 35226220709b41f384d554a857c29415 (127.0.150.130:46793): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.162339  1471 ts_tablet_manager.cc:1434] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae: Time spent starting tablet: real 0.033s	user 0.009s	sys 0.003s
I20260608 09:47:29.163177  1471 tablet_bootstrap.cc:492] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae: Bootstrap starting.
I20260608 09:47:29.165311  1241 leader_election.cc:304] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [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: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a; no voters: 35226220709b41f384d554a857c29415
I20260608 09:47:29.165447  1470 raft_consensus.cc:359] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.166254  1470 raft_consensus.cc:385] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.166561  1475 raft_consensus.cc:2804] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:29.166577  1470 raft_consensus.cc:740] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35226220709b41f384d554a857c29415, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.167182  1475 raft_consensus.cc:493] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:29.167649  1475 raft_consensus.cc:3060] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.167795  1470 consensus_queue.cc:260] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.175659  1475 raft_consensus.cc:515] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:29.176415  1470 ts_tablet_manager.cc:1434] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415: Time spent starting tablet: real 0.032s	user 0.009s	sys 0.001s
I20260608 09:47:29.177589  1470 tablet_bootstrap.cc:492] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415: Bootstrap starting.
I20260608 09:47:29.178025  1469 tablet_bootstrap.cc:492] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a: No bootstrap required, opened a new log
I20260608 09:47:29.178508  1469 ts_tablet_manager.cc:1403] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a: Time spent bootstrapping tablet: real 0.080s	user 0.012s	sys 0.019s
I20260608 09:47:29.179147  1424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae"
I20260608 09:47:29.180261  1424 raft_consensus.cc:3060] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.184940  1349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415"
I20260608 09:47:29.185938  1475 leader_election.cc:290] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 election: Requested vote from peers c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143), 35226220709b41f384d554a857c29415 (127.0.150.130:46793)
W20260608 09:47:29.186616  1241 leader_election.cc:343] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 35226220709b41f384d554a857c29415 (127.0.150.130:46793): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.189055  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1207bffa7964589aa478789fe226dcc" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a" is_pre_election: true
W20260608 09:47:29.190513  1314 leader_election.cc:343] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.193066  1469 raft_consensus.cc:359] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.193590  1469 raft_consensus.cc:385] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.193785  1469 raft_consensus.cc:740] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.194155  1470 tablet_bootstrap.cc:654] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.194459  1469 consensus_queue.cc:260] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.197338  1469 ts_tablet_manager.cc:1434] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a: Time spent starting tablet: real 0.019s	user 0.004s	sys 0.003s
I20260608 09:47:29.198786  1469 tablet_bootstrap.cc:492] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a: Bootstrap starting.
I20260608 09:47:29.202123  1471 tablet_bootstrap.cc:654] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.194948  1424 raft_consensus.cc:2468] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 1.
I20260608 09:47:29.209105  1469 tablet_bootstrap.cc:654] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.209462  1470 tablet_bootstrap.cc:492] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415: No bootstrap required, opened a new log
I20260608 09:47:29.209337  1241 leader_election.cc:304] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [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: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a; no voters: 35226220709b41f384d554a857c29415
I20260608 09:47:29.209977  1470 ts_tablet_manager.cc:1403] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415: Time spent bootstrapping tablet: real 0.033s	user 0.007s	sys 0.015s
I20260608 09:47:29.210788  1475 raft_consensus.cc:2804] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:29.213713  1424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1207bffa7964589aa478789fe226dcc" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae" is_pre_election: true
I20260608 09:47:29.214193  1475 raft_consensus.cc:697] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Becoming Leader. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Running, Role: LEADER
I20260608 09:47:29.213721  1471 tablet_bootstrap.cc:492] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae: No bootstrap required, opened a new log
I20260608 09:47:29.215086  1475 consensus_queue.cc:237] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [LEADER]: Queue going to LEADER mode. State: All 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: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:29.215574  1471 ts_tablet_manager.cc:1403] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae: Time spent bootstrapping tablet: real 0.053s	user 0.006s	sys 0.008s
I20260608 09:47:29.215437  1470 raft_consensus.cc:359] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.216180  1470 raft_consensus.cc:385] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.216516  1470 raft_consensus.cc:740] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35226220709b41f384d554a857c29415, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.217669  1470 consensus_queue.cc:260] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
W20260608 09:47:29.218215  1316 leader_election.cc:343] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.218887  1316 leader_election.cc:304] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [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: 35226220709b41f384d554a857c29415; no voters: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a
I20260608 09:47:29.223357  1476 raft_consensus.cc:2749] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:47:29.220371  1470 ts_tablet_manager.cc:1434] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.002s
I20260608 09:47:29.225348  1470 tablet_bootstrap.cc:492] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415: Bootstrap starting.
I20260608 09:47:29.233048  1471 raft_consensus.cc:359] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.234076  1471 raft_consensus.cc:385] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.234426  1471 raft_consensus.cc:740] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.238216  1471 consensus_queue.cc:260] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.240272  1469 tablet_bootstrap.cc:492] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a: No bootstrap required, opened a new log
I20260608 09:47:29.240700  1471 ts_tablet_manager.cc:1434] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.002s
I20260608 09:47:29.240756  1469 ts_tablet_manager.cc:1403] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a: Time spent bootstrapping tablet: real 0.042s	user 0.016s	sys 0.016s
I20260608 09:47:29.241349  1470 tablet_bootstrap.cc:654] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.244462  1469 raft_consensus.cc:359] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.241832  1471 tablet_bootstrap.cc:492] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae: Bootstrap starting.
I20260608 09:47:29.245180  1469 raft_consensus.cc:385] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.245630  1469 raft_consensus.cc:740] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.246409  1475 raft_consensus.cc:493] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.247406  1499 raft_consensus.cc:493] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.246491  1469 consensus_queue.cc:260] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.247133  1475 raft_consensus.cc:515] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.247915  1499 raft_consensus.cc:515] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.249662  1475 leader_election.cc:290] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 35226220709b41f384d554a857c29415 (127.0.150.130:46793), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.250093  1499 leader_election.cc:290] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 35226220709b41f384d554a857c29415 (127.0.150.130:46793), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.252275  1349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ae95f79837b44e9bf7cbe9883ad729f" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415" is_pre_election: true
I20260608 09:47:29.252907  1349 raft_consensus.cc:2468] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 0.
I20260608 09:47:29.253886  1471 tablet_bootstrap.cc:654] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.254451  1423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a08fd4a5f34b483899e8f753ac4bf27d" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae" is_pre_election: true
I20260608 09:47:29.253934  1424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ae95f79837b44e9bf7cbe9883ad729f" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae" is_pre_election: true
I20260608 09:47:29.255535  1423 raft_consensus.cc:2468] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 0.
I20260608 09:47:29.255736  1424 raft_consensus.cc:2468] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 0.
I20260608 09:47:29.257019  1469 ts_tablet_manager.cc:1434] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.003s
I20260608 09:47:29.257578  1241 leader_election.cc:304] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [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: 35226220709b41f384d554a857c29415, c3f7462a75264478bd88360a8f96b97a; no voters: 
I20260608 09:47:29.258303  1469 tablet_bootstrap.cc:492] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a: Bootstrap starting.
I20260608 09:47:29.259753  1349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a08fd4a5f34b483899e8f753ac4bf27d" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415" is_pre_election: true
I20260608 09:47:29.260402  1349 raft_consensus.cc:2468] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 0.
I20260608 09:47:29.260125  1170 catalog_manager.cc:5696] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a reported cstate change: term changed from 0 to 1, leader changed from <none> to c3f7462a75264478bd88360a8f96b97a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "c3f7462a75264478bd88360a8f96b97a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:29.258585  1241 leader_election.cc:304] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [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: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a; no voters: 
I20260608 09:47:29.263835  1476 raft_consensus.cc:493] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.264312  1499 raft_consensus.cc:2804] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:29.264297  1476 raft_consensus.cc:515] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.264844  1499 raft_consensus.cc:493] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:29.265277  1499 raft_consensus.cc:3060] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.265652  1502 raft_consensus.cc:2804] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:29.266141  1502 raft_consensus.cc:493] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:29.266613  1502 raft_consensus.cc:3060] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.267656  1424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fa4083f576c4e428c67b48d55d7ecdf" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae" is_pre_election: true
I20260608 09:47:29.268270  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fa4083f576c4e428c67b48d55d7ecdf" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a" is_pre_election: true
I20260608 09:47:29.268918  1275 raft_consensus.cc:2468] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35226220709b41f384d554a857c29415 in term 0.
I20260608 09:47:29.270293  1314 leader_election.cc:304] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [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: 35226220709b41f384d554a857c29415, c3f7462a75264478bd88360a8f96b97a; no voters: 
W20260608 09:47:29.271296  1221 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
W20260608 09:47:29.272321  1316 leader_election.cc:343] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.273789  1226 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:29.275089  1502 raft_consensus.cc:515] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.278251  1502 leader_election.cc:290] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 election: Requested vote from peers 35226220709b41f384d554a857c29415 (127.0.150.130:46793), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.271306  1476 leader_election.cc:290] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.279748  1476 raft_consensus.cc:2804] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:29.281376  1424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a08fd4a5f34b483899e8f753ac4bf27d" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae"
I20260608 09:47:29.282349  1476 raft_consensus.cc:493] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:29.282460  1424 raft_consensus.cc:3060] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.283517  1476 raft_consensus.cc:3060] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.285197  1469 tablet_bootstrap.cc:654] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.286345  1471 tablet_bootstrap.cc:492] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae: No bootstrap required, opened a new log
I20260608 09:47:29.286866  1471 ts_tablet_manager.cc:1403] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae: Time spent bootstrapping tablet: real 0.045s	user 0.017s	sys 0.003s
I20260608 09:47:29.281553  1470 tablet_bootstrap.cc:492] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415: No bootstrap required, opened a new log
I20260608 09:47:29.291301  1470 ts_tablet_manager.cc:1403] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415: Time spent bootstrapping tablet: real 0.066s	user 0.010s	sys 0.010s
I20260608 09:47:29.291116  1471 raft_consensus.cc:359] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.292093  1471 raft_consensus.cc:385] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.292485  1471 raft_consensus.cc:740] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Initialized, Role: FOLLOWER
W20260608 09:47:29.283116  1226 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 09:47:29.293788  1471 consensus_queue.cc:260] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.295194  1470 raft_consensus.cc:359] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.295962  1470 raft_consensus.cc:385] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.296281  1470 raft_consensus.cc:740] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35226220709b41f384d554a857c29415, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.301484  1476 raft_consensus.cc:515] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.302625  1470 consensus_queue.cc:260] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.305701  1470 ts_tablet_manager.cc:1434] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.000s
I20260608 09:47:29.306262  1349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a08fd4a5f34b483899e8f753ac4bf27d" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415"
I20260608 09:47:29.300197  1424 raft_consensus.cc:2468] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 1.
I20260608 09:47:29.300302  1499 raft_consensus.cc:515] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.306841  1349 raft_consensus.cc:3060] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.301232  1469 tablet_bootstrap.cc:492] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a: No bootstrap required, opened a new log
I20260608 09:47:29.307482  1241 leader_election.cc:304] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [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: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a; no voters: 
I20260608 09:47:29.307761  1469 ts_tablet_manager.cc:1403] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a: Time spent bootstrapping tablet: real 0.050s	user 0.009s	sys 0.007s
I20260608 09:47:29.306475  1470 tablet_bootstrap.cc:492] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415: Bootstrap starting.
I20260608 09:47:29.298866  1471 ts_tablet_manager.cc:1434] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 09:47:29.308313  1502 raft_consensus.cc:2804] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:29.309124  1471 tablet_bootstrap.cc:492] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae: Bootstrap starting.
I20260608 09:47:29.309046  1502 raft_consensus.cc:697] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Becoming Leader. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Running, Role: LEADER
I20260608 09:47:29.305833  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fa4083f576c4e428c67b48d55d7ecdf" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a"
I20260608 09:47:29.310125  1502 consensus_queue.cc:237] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [LEADER]: Queue going to LEADER mode. State: All 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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.312752  1469 raft_consensus.cc:359] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.313446  1469 raft_consensus.cc:385] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.313774  1469 raft_consensus.cc:740] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.314242  1350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ae95f79837b44e9bf7cbe9883ad729f" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415"
I20260608 09:47:29.314790  1350 raft_consensus.cc:3060] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.314532  1469 consensus_queue.cc:260] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.317330  1469 ts_tablet_manager.cc:1434] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260608 09:47:29.317451  1471 tablet_bootstrap.cc:654] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.318056  1476 leader_election.cc:290] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 election: Requested vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.319161  1424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fa4083f576c4e428c67b48d55d7ecdf" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae"
I20260608 09:47:29.320545  1423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3ae95f79837b44e9bf7cbe9883ad729f" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae"
I20260608 09:47:29.321065  1423 raft_consensus.cc:3060] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Advancing to term 1
W20260608 09:47:29.321341  1316 leader_election.cc:343] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.310091  1275 raft_consensus.cc:3060] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.322696  1499 leader_election.cc:290] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 election: Requested vote from peers 35226220709b41f384d554a857c29415 (127.0.150.130:46793), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.323832  1477 raft_consensus.cc:493] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.324293  1477 raft_consensus.cc:515] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.327396  1469 tablet_bootstrap.cc:492] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a: Bootstrap starting.
I20260608 09:47:29.330354  1348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a8cd9130bb4a108cadbec3ec6dab9e" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415" is_pre_election: true
I20260608 09:47:29.333698  1274 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a8cd9130bb4a108cadbec3ec6dab9e" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a" is_pre_election: true
I20260608 09:47:29.334365  1274 raft_consensus.cc:2468] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c35d12c21d7944f48a0aadab24eebfae in term 0.
W20260608 09:47:29.338012  1390 leader_election.cc:343] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 35226220709b41f384d554a857c29415 (127.0.150.130:46793): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.329413  1477 leader_election.cc:290] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), 35226220709b41f384d554a857c29415 (127.0.150.130:46793)
I20260608 09:47:29.340143  1388 leader_election.cc:304] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [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: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a; no voters: 35226220709b41f384d554a857c29415
I20260608 09:47:29.342846  1470 tablet_bootstrap.cc:654] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.334983  1349 raft_consensus.cc:2468] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 1.
I20260608 09:47:29.348604  1170 catalog_manager.cc:5696] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a reported cstate change: term changed from 0 to 1, leader changed from <none> to c3f7462a75264478bd88360a8f96b97a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "c3f7462a75264478bd88360a8f96b97a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:29.347190  1477 raft_consensus.cc:2804] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:29.354745  1477 raft_consensus.cc:493] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:29.355137  1477 raft_consensus.cc:3060] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.365157  1275 raft_consensus.cc:2468] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35226220709b41f384d554a857c29415 in term 1.
I20260608 09:47:29.367844  1314 leader_election.cc:304] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [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: 35226220709b41f384d554a857c29415, c3f7462a75264478bd88360a8f96b97a; no voters: c35d12c21d7944f48a0aadab24eebfae
I20260608 09:47:29.369402  1476 raft_consensus.cc:2804] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:29.361822  1350 raft_consensus.cc:2468] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 1.
I20260608 09:47:29.370093  1476 raft_consensus.cc:697] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 1 LEADER]: Becoming Leader. State: Replica: 35226220709b41f384d554a857c29415, State: Running, Role: LEADER
I20260608 09:47:29.372277  1241 leader_election.cc:304] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [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: 35226220709b41f384d554a857c29415, c3f7462a75264478bd88360a8f96b97a; no voters: 
I20260608 09:47:29.344002  1423 raft_consensus.cc:2468] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 1.
I20260608 09:47:29.372407  1476 consensus_queue.cc:237] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [LEADER]: Queue going to LEADER mode. State: All 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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.373170  1502 raft_consensus.cc:2804] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:29.373660  1502 raft_consensus.cc:697] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Becoming Leader. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Running, Role: LEADER
I20260608 09:47:29.374480  1502 consensus_queue.cc:237] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [LEADER]: Queue going to LEADER mode. State: All 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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.380079  1477 raft_consensus.cc:515] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.382316  1477 leader_election.cc:290] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 1 election: Requested vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), 35226220709b41f384d554a857c29415 (127.0.150.130:46793)
I20260608 09:47:29.383693  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a8cd9130bb4a108cadbec3ec6dab9e" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a"
I20260608 09:47:29.386065  1350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a8cd9130bb4a108cadbec3ec6dab9e" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415"
I20260608 09:47:29.384368  1275 raft_consensus.cc:3060] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.387717  1469 tablet_bootstrap.cc:654] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a: Neither blocks nor log segments found. Creating new log.
W20260608 09:47:29.389119  1390 leader_election.cc:343] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 35226220709b41f384d554a857c29415 (127.0.150.130:46793): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:29.392014  1471 tablet_bootstrap.cc:492] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae: No bootstrap required, opened a new log
I20260608 09:47:29.392715  1471 ts_tablet_manager.cc:1403] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae: Time spent bootstrapping tablet: real 0.084s	user 0.029s	sys 0.016s
I20260608 09:47:29.393679  1470 tablet_bootstrap.cc:492] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415: No bootstrap required, opened a new log
I20260608 09:47:29.396551  1470 ts_tablet_manager.cc:1403] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415: Time spent bootstrapping tablet: real 0.090s	user 0.015s	sys 0.023s
I20260608 09:47:29.396734  1471 raft_consensus.cc:359] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.398984  1471 raft_consensus.cc:385] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.399302  1471 raft_consensus.cc:740] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.400408  1171 catalog_manager.cc:5696] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a reported cstate change: term changed from 0 to 1, leader changed from <none> to c3f7462a75264478bd88360a8f96b97a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "c3f7462a75264478bd88360a8f96b97a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:29.401476  1471 consensus_queue.cc:260] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.404502  1471 ts_tablet_manager.cc:1434] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 09:47:29.406563  1471 tablet_bootstrap.cc:492] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae: Bootstrap starting.
I20260608 09:47:29.406668  1470 raft_consensus.cc:359] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.410756  1275 raft_consensus.cc:2468] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c35d12c21d7944f48a0aadab24eebfae in term 1.
I20260608 09:47:29.404346  1172 catalog_manager.cc:5696] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 reported cstate change: term changed from 0 to 1, leader changed from <none> to 35226220709b41f384d554a857c29415 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "35226220709b41f384d554a857c29415" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:29.412210  1388 leader_election.cc:304] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [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: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a; no voters: 35226220709b41f384d554a857c29415
I20260608 09:47:29.413527  1477 raft_consensus.cc:2804] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:29.414275  1477 raft_consensus.cc:697] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 1 LEADER]: Becoming Leader. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Running, Role: LEADER
I20260608 09:47:29.415041  1477 consensus_queue.cc:237] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Queue going to LEADER mode. State: All 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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.416119  1471 tablet_bootstrap.cc:654] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.417995  1470 raft_consensus.cc:385] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.418387  1470 raft_consensus.cc:740] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35226220709b41f384d554a857c29415, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.419243  1470 consensus_queue.cc:260] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.419898  1469 tablet_bootstrap.cc:492] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a: No bootstrap required, opened a new log
I20260608 09:47:29.420643  1469 ts_tablet_manager.cc:1403] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a: Time spent bootstrapping tablet: real 0.093s	user 0.015s	sys 0.006s
I20260608 09:47:29.422257  1470 ts_tablet_manager.cc:1434] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415: Time spent starting tablet: real 0.025s	user 0.006s	sys 0.003s
I20260608 09:47:29.423261  1470 tablet_bootstrap.cc:492] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415: Bootstrap starting.
I20260608 09:47:29.424013  1469 raft_consensus.cc:359] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.424677  1469 raft_consensus.cc:385] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.424947  1469 raft_consensus.cc:740] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.434402  1470 tablet_bootstrap.cc:654] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:29.446099  1171 catalog_manager.cc:5696] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae reported cstate change: term changed from 0 to 1, leader changed from <none> to c35d12c21d7944f48a0aadab24eebfae (127.0.150.131). New cstate: current_term: 1 leader_uuid: "c35d12c21d7944f48a0aadab24eebfae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:29.447335  1470 tablet_bootstrap.cc:492] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415: No bootstrap required, opened a new log
I20260608 09:47:29.447813  1470 ts_tablet_manager.cc:1403] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415: Time spent bootstrapping tablet: real 0.025s	user 0.011s	sys 0.007s
I20260608 09:47:29.447924  1471 tablet_bootstrap.cc:492] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae: No bootstrap required, opened a new log
I20260608 09:47:29.448729  1471 ts_tablet_manager.cc:1403] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae: Time spent bootstrapping tablet: real 0.042s	user 0.023s	sys 0.010s
I20260608 09:47:29.450855  1470 raft_consensus.cc:359] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:29.451056  1471 raft_consensus.cc:359] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.451992  1470 raft_consensus.cc:385] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.452051  1471 raft_consensus.cc:385] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:29.452527  1470 raft_consensus.cc:740] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35226220709b41f384d554a857c29415, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.452579  1471 raft_consensus.cc:740] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Initialized, Role: FOLLOWER
I20260608 09:47:29.453588  1471 consensus_queue.cc:260] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.453706  1470 consensus_queue.cc:260] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:29.455691  1471 ts_tablet_manager.cc:1434] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 09:47:29.457767  1469 consensus_queue.cc:260] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.459904  1469 ts_tablet_manager.cc:1434] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a: Time spent starting tablet: real 0.039s	user 0.003s	sys 0.003s
I20260608 09:47:29.460646  1470 ts_tablet_manager.cc:1434] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.001s
I20260608 09:47:29.476513  1476 raft_consensus.cc:493] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.476998  1476 raft_consensus.cc:515] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.480062  1476 leader_election.cc:290] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.480779  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a8cd9130bb4a108cadbec3ec6dab9e" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a" is_pre_election: true
I20260608 09:47:29.481573  1275 raft_consensus.cc:2393] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 35226220709b41f384d554a857c29415 in current term 1: Already voted for candidate c35d12c21d7944f48a0aadab24eebfae in this term.
I20260608 09:47:29.481709  1423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d3a8cd9130bb4a108cadbec3ec6dab9e" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae" is_pre_election: true
I20260608 09:47:29.483085  1316 leader_election.cc:304] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [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: 35226220709b41f384d554a857c29415; no voters: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a
I20260608 09:47:29.484053  1476 raft_consensus.cc:3060] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.492228  1476 raft_consensus.cc:2749] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:47:29.501452  1477 consensus_queue.cc:1048] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.513258  1350 raft_consensus.cc:3060] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.520229  1477 consensus_queue.cc:1048] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.533232  1476 raft_consensus.cc:493] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.533775  1476 raft_consensus.cc:515] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.535952  1476 leader_election.cc:290] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.536557  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "148b3f98d1834698983e27546acd8043" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a" is_pre_election: true
I20260608 09:47:29.536942  1423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "148b3f98d1834698983e27546acd8043" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae" is_pre_election: true
I20260608 09:47:29.537700  1275 raft_consensus.cc:2468] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35226220709b41f384d554a857c29415 in term 0.
I20260608 09:47:29.537909  1423 raft_consensus.cc:2468] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 35226220709b41f384d554a857c29415 in term 0.
I20260608 09:47:29.538802  1314 leader_election.cc:304] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [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: 35226220709b41f384d554a857c29415, c3f7462a75264478bd88360a8f96b97a; no voters: 
I20260608 09:47:29.539486  1476 raft_consensus.cc:2804] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:29.539798  1476 raft_consensus.cc:493] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:29.540071  1476 raft_consensus.cc:3060] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.544337  1476 raft_consensus.cc:515] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.545912  1476 leader_election.cc:290] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 election: Requested vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.547052  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "148b3f98d1834698983e27546acd8043" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a"
I20260608 09:47:29.547183  1423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "148b3f98d1834698983e27546acd8043" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae"
I20260608 09:47:29.547541  1275 raft_consensus.cc:3060] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.547772  1423 raft_consensus.cc:3060] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.552001  1275 raft_consensus.cc:2468] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35226220709b41f384d554a857c29415 in term 1.
I20260608 09:47:29.552196  1423 raft_consensus.cc:2468] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 35226220709b41f384d554a857c29415 in term 1.
I20260608 09:47:29.552971  1314 leader_election.cc:304] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [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: 35226220709b41f384d554a857c29415, c3f7462a75264478bd88360a8f96b97a; no voters: 
I20260608 09:47:29.553748  1476 raft_consensus.cc:2804] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:29.554205  1476 raft_consensus.cc:697] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 1 LEADER]: Becoming Leader. State: Replica: 35226220709b41f384d554a857c29415, State: Running, Role: LEADER
I20260608 09:47:29.554889  1476 consensus_queue.cc:237] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [LEADER]: Queue going to LEADER mode. State: All 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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.562423  1172 catalog_manager.cc:5696] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 reported cstate change: term changed from 0 to 1, leader changed from <none> to 35226220709b41f384d554a857c29415 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "35226220709b41f384d554a857c29415" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:29.598598  1476 raft_consensus.cc:493] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.599104  1476 raft_consensus.cc:515] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:29.600838  1476 leader_election.cc:290] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143), c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585)
I20260608 09:47:29.601558  1423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae" is_pre_election: true
I20260608 09:47:29.601779  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6" candidate_uuid: "35226220709b41f384d554a857c29415" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a" is_pre_election: true
I20260608 09:47:29.602378  1423 raft_consensus.cc:2393] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 35226220709b41f384d554a857c29415 in current term 1: Already voted for candidate c3f7462a75264478bd88360a8f96b97a in this term.
I20260608 09:47:29.603368  1316 leader_election.cc:304] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [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: 35226220709b41f384d554a857c29415; no voters: c35d12c21d7944f48a0aadab24eebfae, c3f7462a75264478bd88360a8f96b97a
I20260608 09:47:29.603996  1476 raft_consensus.cc:3060] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.608323  1476 raft_consensus.cc:2749] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:47:29.712067  1477 raft_consensus.cc:493] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.712556  1477 raft_consensus.cc:515] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.714322  1477 leader_election.cc:290] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585), 35226220709b41f384d554a857c29415 (127.0.150.130:46793)
I20260608 09:47:29.715209  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fa4083f576c4e428c67b48d55d7ecdf" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c3f7462a75264478bd88360a8f96b97a" is_pre_election: true
I20260608 09:47:29.715334  1350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fa4083f576c4e428c67b48d55d7ecdf" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415" is_pre_election: true
I20260608 09:47:29.715880  1275 raft_consensus.cc:2393] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c35d12c21d7944f48a0aadab24eebfae in current term 1: Already voted for candidate 35226220709b41f384d554a857c29415 in this term.
I20260608 09:47:29.716624  1502 raft_consensus.cc:493] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:29.716848  1388 leader_election.cc:304] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [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: c35d12c21d7944f48a0aadab24eebfae; no voters: 35226220709b41f384d554a857c29415, c3f7462a75264478bd88360a8f96b97a
I20260608 09:47:29.717087  1502 raft_consensus.cc:515] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.717600  1477 raft_consensus.cc:3060] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.719221  1502 leader_election.cc:290] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 35226220709b41f384d554a857c29415 (127.0.150.130:46793), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.719877  1350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1207bffa7964589aa478789fe226dcc" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415" is_pre_election: true
I20260608 09:47:29.720408  1350 raft_consensus.cc:2468] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 0.
I20260608 09:47:29.720351  1423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1207bffa7964589aa478789fe226dcc" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae" is_pre_election: true
I20260608 09:47:29.721118  1423 raft_consensus.cc:2468] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 0.
I20260608 09:47:29.721477  1241 leader_election.cc:304] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [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: 35226220709b41f384d554a857c29415, c3f7462a75264478bd88360a8f96b97a; no voters: 
I20260608 09:47:29.722239  1502 raft_consensus.cc:2804] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:29.722615  1502 raft_consensus.cc:493] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:29.722970  1502 raft_consensus.cc:3060] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.724123  1477 raft_consensus.cc:2749] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:47:29.727712  1502 raft_consensus.cc:515] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.729175  1502 leader_election.cc:290] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [CANDIDATE]: Term 1 election: Requested vote from peers 35226220709b41f384d554a857c29415 (127.0.150.130:46793), c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:29.729996  1350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1207bffa7964589aa478789fe226dcc" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35226220709b41f384d554a857c29415"
I20260608 09:47:29.730293  1423 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1207bffa7964589aa478789fe226dcc" candidate_uuid: "c3f7462a75264478bd88360a8f96b97a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c35d12c21d7944f48a0aadab24eebfae"
I20260608 09:47:29.730479  1350 raft_consensus.cc:3060] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.730795  1423 raft_consensus.cc:3060] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:29.734869  1350 raft_consensus.cc:2468] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 1.
I20260608 09:47:29.735103  1423 raft_consensus.cc:2468] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c3f7462a75264478bd88360a8f96b97a in term 1.
I20260608 09:47:29.735896  1241 leader_election.cc:304] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [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: 35226220709b41f384d554a857c29415, c3f7462a75264478bd88360a8f96b97a; no voters: 
I20260608 09:47:29.736795  1502 raft_consensus.cc:2804] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:29.737288  1502 raft_consensus.cc:697] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Becoming Leader. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Running, Role: LEADER
I20260608 09:47:29.738103  1502 consensus_queue.cc:237] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [LEADER]: Queue going to LEADER mode. State: All 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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } }
I20260608 09:47:29.745527  1172 catalog_manager.cc:5696] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a reported cstate change: term changed from 0 to 1, leader changed from <none> to c3f7462a75264478bd88360a8f96b97a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "c3f7462a75264478bd88360a8f96b97a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:29.756222  1502 consensus_queue.cc:1048] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.768044  1499 consensus_queue.cc:1048] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.795153  1499 consensus_queue.cc:1048] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.806603  1499 consensus_queue.cc:1048] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.814042  1499 consensus_queue.cc:1048] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.816398  1499 consensus_queue.cc:1048] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.827284  1477 consensus_queue.cc:1048] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.849476  1477 consensus_queue.cc:1048] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.866168  1476 consensus_queue.cc:1048] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:29.880153  1505 consensus_queue.cc:1048] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:47:29.900178   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:29.906126  1535 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:29.907236  1536 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:29.908627  1538 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:29.908898   602 server_base.cc:1061] running on GCE node
I20260608 09:47:29.909832   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:29.910102   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:29.910241   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912049910229 us; error 0 us; skew 500 ppm
I20260608 09:47:29.910754   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:29.913070   602 webserver.cc:533] Webserver started at http://127.0.150.132:39367/ using document root <none> and password file <none>
I20260608 09:47:29.913539   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:29.913708   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:29.913975   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:29.914968   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "42170d5acf584f2aac7f85c46c50cf4b"
format_stamp: "Formatted at 2026-06-08 09:47:29 on dist-test-slave-g93p"
I20260608 09:47:29.919337   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 09:47:29.922601  1543 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:29.923318   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:47:29.923589   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "42170d5acf584f2aac7f85c46c50cf4b"
format_stamp: "Formatted at 2026-06-08 09:47:29 on dist-test-slave-g93p"
I20260608 09:47:29.923821   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:29.959645   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:29.960798   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:29.962177   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:29.964253   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:29.964481   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:29.964740   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:29.964915   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:30.009837  1505 consensus_queue.cc:1048] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:47:30.011103   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:40545
I20260608 09:47:30.011577  1605 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:40545 every 8 connection(s)
I20260608 09:47:30.029059  1476 consensus_queue.cc:1048] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:47:30.044955  1607 heartbeater.cc:344] Connected to a master server at 127.0.150.190:43927
I20260608 09:47:30.045346  1607 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:30.046613  1607 heartbeater.cc:507] Master 127.0.150.190:43927 requested a full tablet report, sending...
I20260608 09:47:30.048702  1171 ts_manager.cc:194] Registered new tserver with Master: 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132:40545)
I20260608 09:47:30.050565  1171 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35142
I20260608 09:47:30.243072  1475 consensus_queue.cc:1048] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [LEADER]: Connected to new peer: Peer: permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:30.257023  1502 consensus_queue.cc:1048] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:31.053004  1607 heartbeater.cc:499] Master 127.0.150.190:43927 was elected leader, sending a full tablet report...
I20260608 09:47:31.293678  1226 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:31.310683  1275 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6"
dest_uuid: "c3f7462a75264478bd88360a8f96b97a"
mode: GRACEFUL
new_leader_uuid: "c35d12c21d7944f48a0aadab24eebfae"
 from {username='slave'} at 127.0.0.1:56854
I20260608 09:47:31.311246  1275 raft_consensus.cc:606] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Received request to transfer leadership to TS c35d12c21d7944f48a0aadab24eebfae
I20260608 09:47:31.312345  1226 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260608 09:47:31.312844  1226 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:31.859086  1613 raft_consensus.cc:993] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a: : Instructing follower c35d12c21d7944f48a0aadab24eebfae to start an election
I20260608 09:47:31.859642  1617 raft_consensus.cc:1081] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Signalling peer c35d12c21d7944f48a0aadab24eebfae to start an election
I20260608 09:47:31.861230  1423 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6"
dest_uuid: "c35d12c21d7944f48a0aadab24eebfae"
 from {username='slave'} at 127.0.0.1:51034
I20260608 09:47:31.861693  1423 raft_consensus.cc:493] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 09:47:31.861975  1423 raft_consensus.cc:3060] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:47:31.866429  1423 raft_consensus.cc:515] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:31.868484  1423 leader_election.cc:290] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [CANDIDATE]: Term 2 election: Requested vote from peers 35226220709b41f384d554a857c29415 (127.0.150.130:46793), c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585)
I20260608 09:47:31.869212  1350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "35226220709b41f384d554a857c29415"
I20260608 09:47:31.869596  1275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "66f29963264243c0bd9db9c9c0b952b6" candidate_uuid: "c35d12c21d7944f48a0aadab24eebfae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "c3f7462a75264478bd88360a8f96b97a"
I20260608 09:47:31.869848  1350 raft_consensus.cc:3060] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:47:31.870239  1275 raft_consensus.cc:3055] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Stepping down as leader of term 1
I20260608 09:47:31.870599  1275 raft_consensus.cc:740] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Becoming Follower/Learner. State: Replica: c3f7462a75264478bd88360a8f96b97a, State: Running, Role: LEADER
I20260608 09:47:31.871519  1275 consensus_queue.cc:260] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [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: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:31.872784  1275 raft_consensus.cc:3060] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:47:31.876958  1350 raft_consensus.cc:2468] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c35d12c21d7944f48a0aadab24eebfae in term 2.
I20260608 09:47:31.878353  1390 leader_election.cc:304] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [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: 35226220709b41f384d554a857c29415, c35d12c21d7944f48a0aadab24eebfae; no voters: 
I20260608 09:47:31.879092  1530 raft_consensus.cc:2804] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:47:31.879238  1275 raft_consensus.cc:2468] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c35d12c21d7944f48a0aadab24eebfae in term 2.
I20260608 09:47:31.880146  1530 raft_consensus.cc:697] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 2 LEADER]: Becoming Leader. State: Replica: c35d12c21d7944f48a0aadab24eebfae, State: Running, Role: LEADER
I20260608 09:47:31.881042  1530 consensus_queue.cc:237] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [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: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } }
I20260608 09:47:31.888324  1173 catalog_manager.cc:5696] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae reported cstate change: term changed from 1 to 2, leader changed from c3f7462a75264478bd88360a8f96b97a (127.0.150.129) to c35d12c21d7944f48a0aadab24eebfae (127.0.150.131). New cstate: current_term: 2 leader_uuid: "c35d12c21d7944f48a0aadab24eebfae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:32.366154  1350 raft_consensus.cc:1275] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 2 FOLLOWER]: Refusing update from remote peer c35d12c21d7944f48a0aadab24eebfae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:47:32.367967  1530 consensus_queue.cc:1048] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:47:32.385586  1275 raft_consensus.cc:1275] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 2 FOLLOWER]: Refusing update from remote peer c35d12c21d7944f48a0aadab24eebfae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:47:32.386970  1530 consensus_queue.cc:1048] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:47:33.314039  1226 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:33.320044  1226 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:47:33.320534  1226 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:35.310830  1423 consensus_queue.cc:237] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } }
I20260608 09:47:35.319586  1275 raft_consensus.cc:1275] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Refusing update from remote peer c35d12c21d7944f48a0aadab24eebfae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:35.320392  1349 raft_consensus.cc:1275] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Refusing update from remote peer c35d12c21d7944f48a0aadab24eebfae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:35.322187  1226 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:35.322139  1639 consensus_queue.cc:1048] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:47:35.323603  1632 consensus_queue.cc:1048] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:47:35.334640  1226 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:47:35.335353  1226 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 09:47:35.339318  1390 consensus_peers.cc:597] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae -> Peer 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132:40545): Couldn't send request to peer 42170d5acf584f2aac7f85c46c50cf4b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d3a8cd9130bb4a108cadbec3ec6dab9e. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:47:35.341446  1638 raft_consensus.cc:2955] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.343019  1349 raft_consensus.cc:2955] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.344413  1275 raft_consensus.cc:2955] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.354876  1171 catalog_manager.cc:5696] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae reported cstate change: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "c35d12c21d7944f48a0aadab24eebfae" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:35.370150  1349 consensus_queue.cc:237] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } attrs { replace: true } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } }
I20260608 09:47:35.382180  1275 raft_consensus.cc:1275] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Refusing update from remote peer 35226220709b41f384d554a857c29415: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:35.383915  1423 raft_consensus.cc:1275] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Refusing update from remote peer 35226220709b41f384d554a857c29415: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:35.384922  1650 consensus_queue.cc:1048] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:47:35.385996  1505 consensus_queue.cc:1048] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 09:47:35.391374  1316 consensus_peers.cc:597] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 -> Peer 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132:40545): Couldn't send request to peer 42170d5acf584f2aac7f85c46c50cf4b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 148b3f98d1834698983e27546acd8043. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:47:35.395892  1505 raft_consensus.cc:2955] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } attrs { replace: true } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.397917  1423 raft_consensus.cc:2955] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } attrs { replace: true } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.399787  1275 raft_consensus.cc:2955] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } attrs { replace: true } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.410063  1172 catalog_manager.cc:5696] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae reported cstate change: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "35226220709b41f384d554a857c29415" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } attrs { replace: true } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.417176  1423 consensus_queue.cc:237] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [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: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } attrs { replace: true } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } }
W20260608 09:47:35.424952  1390 consensus_peers.cc:597] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae -> Peer 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132:40545): Couldn't send request to peer 42170d5acf584f2aac7f85c46c50cf4b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 817240b549e2490a81a9b95635355c07. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:47:35.427011  1275 raft_consensus.cc:1275] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Refusing update from remote peer c35d12c21d7944f48a0aadab24eebfae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:35.427073  1349 raft_consensus.cc:1275] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Refusing update from remote peer c35d12c21d7944f48a0aadab24eebfae: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:35.428660  1638 consensus_queue.cc:1048] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:47:35.429520  1639 consensus_queue.cc:1048] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:47:35.437788  1632 raft_consensus.cc:2955] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } attrs { replace: true } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.439759  1275 raft_consensus.cc:2955] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } attrs { replace: true } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.441015  1349 raft_consensus.cc:2955] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } attrs { replace: true } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.451803  1423 consensus_queue.cc:237] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [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: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } }
I20260608 09:47:35.452243  1172 catalog_manager.cc:5696] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a reported cstate change: config changed from index -1 to 2, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "c35d12c21d7944f48a0aadab24eebfae" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } attrs { replace: true } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } } peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.458580  1275 raft_consensus.cc:1275] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 2 FOLLOWER]: Refusing update from remote peer c35d12c21d7944f48a0aadab24eebfae: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
W20260608 09:47:35.459081  1390 consensus_peers.cc:597] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae -> Peer 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132:40545): Couldn't send request to peer 42170d5acf584f2aac7f85c46c50cf4b. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 66f29963264243c0bd9db9c9c0b952b6. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:47:35.460345  1349 raft_consensus.cc:1275] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 2 FOLLOWER]: Refusing update from remote peer c35d12c21d7944f48a0aadab24eebfae: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:47:35.460165  1638 consensus_queue.cc:1048] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:47:35.462049  1632 consensus_queue.cc:1048] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [LEADER]: Connected to new peer: Peer: permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:47:35.471841  1638 raft_consensus.cc:2955] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.473927  1275 raft_consensus.cc:2955] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.475733  1350 raft_consensus.cc:2955] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.488647  1173 catalog_manager.cc:5696] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a reported cstate change: config changed from index -1 to 3, NON_VOTER 42170d5acf584f2aac7f85c46c50cf4b (127.0.150.132) added. New cstate: current_term: 2 leader_uuid: "c35d12c21d7944f48a0aadab24eebfae" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "c35d12c21d7944f48a0aadab24eebfae" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45143 } } peers { permanent_uuid: "35226220709b41f384d554a857c29415" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46793 } attrs { replace: true } } peers { permanent_uuid: "c3f7462a75264478bd88360a8f96b97a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 41585 } } peers { permanent_uuid: "42170d5acf584f2aac7f85c46c50cf4b" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40545 } attrs { promote: true } } }
I20260608 09:47:35.546443   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:47:35.579376   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:35.580319   602 tablet_replica.cc:333] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a: stopping tablet replica
I20260608 09:47:35.581014   602 raft_consensus.cc:2243] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.581555   602 raft_consensus.cc:2272] T 148b3f98d1834698983e27546acd8043 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.584072   602 tablet_replica.cc:333] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a: stopping tablet replica
I20260608 09:47:35.584606   602 raft_consensus.cc:2243] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:35.585485   602 raft_consensus.cc:2272] T e1207bffa7964589aa478789fe226dcc P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.587504   602 tablet_replica.cc:333] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a: stopping tablet replica
I20260608 09:47:35.588040   602 raft_consensus.cc:2243] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:35.588735   602 raft_consensus.cc:2272] T a08fd4a5f34b483899e8f753ac4bf27d P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.590751   602 tablet_replica.cc:333] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a: stopping tablet replica
I20260608 09:47:35.591274   602 raft_consensus.cc:2243] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:35.591982   602 raft_consensus.cc:2272] T 3ae95f79837b44e9bf7cbe9883ad729f P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.594647   602 tablet_replica.cc:333] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a: stopping tablet replica
I20260608 09:47:35.595386   602 raft_consensus.cc:2243] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.595988   602 raft_consensus.cc:2272] T d3a8cd9130bb4a108cadbec3ec6dab9e P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.598839   602 tablet_replica.cc:333] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a: stopping tablet replica
I20260608 09:47:35.599368   602 raft_consensus.cc:2243] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.599821   602 raft_consensus.cc:2272] T 817240b549e2490a81a9b95635355c07 P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.602041   602 tablet_replica.cc:333] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a: stopping tablet replica
I20260608 09:47:35.602512   602 raft_consensus.cc:2243] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.602936   602 raft_consensus.cc:2272] T 6fa4083f576c4e428c67b48d55d7ecdf P c3f7462a75264478bd88360a8f96b97a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.604629   602 tablet_replica.cc:333] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a: stopping tablet replica
I20260608 09:47:35.605082   602 raft_consensus.cc:2243] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.605520   602 raft_consensus.cc:2272] T 66f29963264243c0bd9db9c9c0b952b6 P c3f7462a75264478bd88360a8f96b97a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.635322   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:47:35.656451   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
W20260608 09:47:35.674283  1314 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:41585: connect: Connection refused (error 111) [suppressed 5 similar messages]
W20260608 09:47:35.678565  1314 consensus_peers.cc:597] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 -> Peer c3f7462a75264478bd88360a8f96b97a (127.0.150.129:41585): Couldn't send request to peer c3f7462a75264478bd88360a8f96b97a. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:41585: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:47:35.695688   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:35.696614   602 tablet_replica.cc:333] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415: stopping tablet replica
I20260608 09:47:35.697405   602 raft_consensus.cc:2243] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.697971   602 raft_consensus.cc:2272] T d3a8cd9130bb4a108cadbec3ec6dab9e P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.700697   602 tablet_replica.cc:333] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415: stopping tablet replica
I20260608 09:47:35.701284   602 raft_consensus.cc:2243] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.701758   602 raft_consensus.cc:2272] T 817240b549e2490a81a9b95635355c07 P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.703981   602 tablet_replica.cc:333] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415: stopping tablet replica
I20260608 09:47:35.704582   602 raft_consensus.cc:2243] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.705041   602 raft_consensus.cc:2272] T a08fd4a5f34b483899e8f753ac4bf27d P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.706933   602 tablet_replica.cc:333] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415: stopping tablet replica
I20260608 09:47:35.707563   602 raft_consensus.cc:2243] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:35.708436   602 raft_consensus.cc:2272] T 148b3f98d1834698983e27546acd8043 P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.710879   602 tablet_replica.cc:333] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415: stopping tablet replica
I20260608 09:47:35.711413   602 raft_consensus.cc:2243] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.711874   602 raft_consensus.cc:2272] T 66f29963264243c0bd9db9c9c0b952b6 P 35226220709b41f384d554a857c29415 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.714193   602 tablet_replica.cc:333] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415: stopping tablet replica
I20260608 09:47:35.714687   602 raft_consensus.cc:2243] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:35.715441   602 raft_consensus.cc:2272] T 6fa4083f576c4e428c67b48d55d7ecdf P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.717619   602 tablet_replica.cc:333] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415: stopping tablet replica
I20260608 09:47:35.718216   602 raft_consensus.cc:2243] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.718632   602 raft_consensus.cc:2272] T e1207bffa7964589aa478789fe226dcc P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.720418   602 tablet_replica.cc:333] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415: stopping tablet replica
I20260608 09:47:35.720885   602 raft_consensus.cc:2243] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.721251   602 raft_consensus.cc:2272] T 3ae95f79837b44e9bf7cbe9883ad729f P 35226220709b41f384d554a857c29415 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.742709   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:47:35.762183   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
W20260608 09:47:35.794209  1390 consensus_peers.cc:597] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae -> Peer 35226220709b41f384d554a857c29415 (127.0.150.130:46793): Couldn't send request to peer 35226220709b41f384d554a857c29415. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:46793: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:47:35.802136   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:35.803071   602 tablet_replica.cc:333] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae: stopping tablet replica
I20260608 09:47:35.803905   602 raft_consensus.cc:2243] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.804548   602 raft_consensus.cc:2272] T 148b3f98d1834698983e27546acd8043 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.807559   602 tablet_replica.cc:333] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae: stopping tablet replica
I20260608 09:47:35.808302   602 raft_consensus.cc:2243] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.808895   602 raft_consensus.cc:2272] T e1207bffa7964589aa478789fe226dcc P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.811275   602 tablet_replica.cc:333] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae: stopping tablet replica
I20260608 09:47:35.812014   602 raft_consensus.cc:2243] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.812505   602 raft_consensus.cc:2272] T a08fd4a5f34b483899e8f753ac4bf27d P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.814942   602 tablet_replica.cc:333] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae: stopping tablet replica
I20260608 09:47:35.815663   602 raft_consensus.cc:2243] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.816144   602 raft_consensus.cc:2272] T 6fa4083f576c4e428c67b48d55d7ecdf P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.818522   602 tablet_replica.cc:333] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae: stopping tablet replica
I20260608 09:47:35.819212   602 raft_consensus.cc:2243] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:47:35.820852   602 raft_consensus.cc:2272] T 66f29963264243c0bd9db9c9c0b952b6 P c35d12c21d7944f48a0aadab24eebfae [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.823488  1665 ts_tablet_manager.cc:933] T d3a8cd9130bb4a108cadbec3ec6dab9e P 42170d5acf584f2aac7f85c46c50cf4b: Initiating tablet copy from peer c35d12c21d7944f48a0aadab24eebfae (127.0.150.131:45143)
I20260608 09:47:35.823892   602 tablet_replica.cc:333] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae: stopping tablet replica
I20260608 09:47:35.824669   602 raft_consensus.cc:2243] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:35.826274   602 raft_consensus.cc:2272] T 817240b549e2490a81a9b95635355c07 P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.826713  1665 tablet_copy_client.cc:323] T d3a8cd9130bb4a108cadbec3ec6dab9e P 42170d5acf584f2aac7f85c46c50cf4b: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:45143
I20260608 09:47:35.829138   602 tablet_replica.cc:333] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae: stopping tablet replica
I20260608 09:47:35.829999   602 raft_consensus.cc:2243] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:35.831029   602 raft_consensus.cc:2272] T d3a8cd9130bb4a108cadbec3ec6dab9e P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.833178   602 tablet_replica.cc:333] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae: stopping tablet replica
I20260608 09:47:35.833629   602 raft_consensus.cc:2243] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:35.834160   602 raft_consensus.cc:2272] T 3ae95f79837b44e9bf7cbe9883ad729f P c35d12c21d7944f48a0aadab24eebfae [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:47:35.857620  1545 connection.cc:466] server connection from 127.0.0.1:50482 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:50482 (request call id 3) could send its response
I20260608 09:47:35.865159   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:47:35.884634   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:47:35.916473   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:35.934046   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:47:35.945376   602 master.cc:562] Master@127.0.150.190:43927 shutting down...
W20260608 09:47:35.964884  1221 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 09:47:35.965137  1221 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 09:47:35.965296  1221 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 09:47:35.966379   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:35.966894   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:35.967255   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 339aff5a77794cc09b9d770a8f6ac4e8: stopping tablet replica
I20260608 09:47:35.986223   602 master.cc:584] Master@127.0.150.190:43927 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (8878 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260608 09:47:36.024904   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:33707,127.0.150.189:46617,127.0.150.188:39569
I20260608 09:47:36.026417   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:36.032295  1669 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:36.032225  1670 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:36.032823  1672 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.034010   602 server_base.cc:1061] running on GCE node
I20260608 09:47:36.034871   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:36.035081   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:36.035264   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912056035219 us; error 0 us; skew 500 ppm
I20260608 09:47:36.035845   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:36.038897   602 webserver.cc:533] Webserver started at http://127.0.150.190:41871/ using document root <none> and password file <none>
I20260608 09:47:36.039438   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:36.039644   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:36.039914   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:36.041078   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "d130a178aab64329814720d51d9eb3dc"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.045598   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:47:36.048996  1677 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.049991   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.003s
I20260608 09:47:36.050287   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "d130a178aab64329814720d51d9eb3dc"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.050565   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:36.066315   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:36.067591   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:36.105103   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:33707
I20260608 09:47:36.105226  1728 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:33707 every 8 connection(s)
I20260608 09:47:36.109433  1729 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:36.109481   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:36.115883  1731 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:36.116205  1732 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.117280  1729 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:36.118561   602 server_base.cc:1061] running on GCE node
W20260608 09:47:36.120718  1734 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.121676   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:36.121928   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:36.122112   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912056122095 us; error 0 us; skew 500 ppm
I20260608 09:47:36.122713   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:36.127504   602 webserver.cc:533] Webserver started at http://127.0.150.189:40441/ using document root <none> and password file <none>
I20260608 09:47:36.128144   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:36.128391   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:36.128760   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:36.130179   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root/instance:
uuid: "1666e6f2eff14f18a9ddaa9bb149da51"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.131302  1729 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:36.135967   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
W20260608 09:47:36.136821  1729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.189:46617: Network error: Client connection negotiation failed: client connection to 127.0.150.189:46617: connect: Connection refused (error 111)
I20260608 09:47:36.139736  1742 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.140506   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 09:47:36.140801   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root
uuid: "1666e6f2eff14f18a9ddaa9bb149da51"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.141095   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:36.150275   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:36.151456   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:36.188285  1729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } attempt: 1
I20260608 09:47:36.188558   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.189:46617
I20260608 09:47:36.188803  1793 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.189:46617 every 8 connection(s)
I20260608 09:47:36.193681   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 09:47:36.193671  1795 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 09:47:36.200770  1797 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:36.202931  1798 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.204038  1795 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:36.204715  1729 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } has no permanent_uuid. Determining permanent_uuid...
W20260608 09:47:36.205825  1800 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.208551   602 server_base.cc:1061] running on GCE node
I20260608 09:47:36.210078   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:36.210361   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:36.210573   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912056210556 us; error 0 us; skew 500 ppm
I20260608 09:47:36.211361   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
W20260608 09:47:36.211373  1729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.188:39569: Network error: Client connection negotiation failed: client connection to 127.0.150.188:39569: connect: Connection refused (error 111)
I20260608 09:47:36.214210   602 webserver.cc:533] Webserver started at http://127.0.150.188:42739/ using document root <none> and password file <none>
I20260608 09:47:36.214779   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:36.215014   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:36.215348   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:36.216466   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-2-root/instance:
uuid: "580fca00aef74c0cb67d7277346b010f"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.218621  1795 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:36.222477   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.007s
I20260608 09:47:36.227380  1806 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.228363   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 09:47:36.228758   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-2-root
uuid: "580fca00aef74c0cb67d7277346b010f"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.229075   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/master-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:36.230100  1795 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } has no permanent_uuid. Determining permanent_uuid...
W20260608 09:47:36.236169  1795 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.188:39569: Network error: Client connection negotiation failed: client connection to 127.0.150.188:39569: connect: Connection refused (error 111)
I20260608 09:47:36.242916   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:36.244164   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:36.245046  1729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } attempt: 1
W20260608 09:47:36.250623  1729 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.150.188:39569: Network error: Client connection negotiation failed: client connection to 127.0.150.188:39569: connect: Connection refused (error 111)
I20260608 09:47:36.283926   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.188:39569
I20260608 09:47:36.284050  1858 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.188:39569 every 8 connection(s)
I20260608 09:47:36.287065   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:47:36.288225  1859 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:36.292675  1795 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } attempt: 1
I20260608 09:47:36.294145  1859 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:36.307337  1859 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:36.311810  1795 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51: Bootstrap starting.
I20260608 09:47:36.317911  1859 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } has no permanent_uuid. Determining permanent_uuid...
I20260608 09:47:36.318465  1795 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:36.319085  1729 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } attempt: 2
I20260608 09:47:36.325057  1795 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51: No bootstrap required, opened a new log
I20260608 09:47:36.328394  1795 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:36.329176  1795 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:36.329547  1795 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1666e6f2eff14f18a9ddaa9bb149da51, State: Initialized, Role: FOLLOWER
I20260608 09:47:36.330610  1795 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:36.339093  1865 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [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: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.341037  1795 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:47:36.339967  1865 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:36.342955  1729 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc: Bootstrap starting.
I20260608 09:47:36.347404  1859 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f: Bootstrap starting.
I20260608 09:47:36.350162  1729 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:36.354966  1859 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:36.361042  1729 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc: No bootstrap required, opened a new log
I20260608 09:47:36.362547  1859 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f: No bootstrap required, opened a new log
I20260608 09:47:36.364192  1729 raft_consensus.cc:359] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:36.364948  1729 raft_consensus.cc:385] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:36.365252  1729 raft_consensus.cc:740] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d130a178aab64329814720d51d9eb3dc, State: Initialized, Role: FOLLOWER
I20260608 09:47:36.365597  1859 raft_consensus.cc:359] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:36.366381  1859 raft_consensus.cc:385] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:36.366164  1729 consensus_queue.cc:260] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:36.366683  1859 raft_consensus.cc:740] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 580fca00aef74c0cb67d7277346b010f, State: Initialized, Role: FOLLOWER
I20260608 09:47:36.367671  1859 consensus_queue.cc:260] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:36.370536  1875 sys_catalog.cc:455] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [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: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.372494  1729 sys_catalog.cc:565] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:47:36.373570  1859 sys_catalog.cc:565] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:47:36.373718  1875 sys_catalog.cc:458] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:36.372480  1877 sys_catalog.cc:455] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [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: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.375342  1877 sys_catalog.cc:458] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [sys.catalog]: This master's current role is: FOLLOWER
W20260608 09:47:36.384322  1882 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 09:47:36.384649  1882 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 09:47:36.391772   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260608 09:47:36.392097   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
W20260608 09:47:36.395069  1900 catalog_manager.cc:1593] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 09:47:36.395355  1900 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 09:47:36.398592   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:36.401118  1902 catalog_manager.cc:1593] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260608 09:47:36.401458  1902 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260608 09:47:36.401780  1877 raft_consensus.cc:493] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:36.402168  1877 raft_consensus.cc:515] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:36.403996  1877 leader_election.cc:290] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d130a178aab64329814720d51d9eb3dc (127.0.150.190:33707), 1666e6f2eff14f18a9ddaa9bb149da51 (127.0.150.189:46617)
I20260608 09:47:36.405635  1769 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "580fca00aef74c0cb67d7277346b010f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" is_pre_election: true
I20260608 09:47:36.405849  1704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "580fca00aef74c0cb67d7277346b010f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d130a178aab64329814720d51d9eb3dc" is_pre_election: true
I20260608 09:47:36.406584  1704 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 580fca00aef74c0cb67d7277346b010f in term 0.
W20260608 09:47:36.407207  1903 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.408231  1807 leader_election.cc:304] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [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: 580fca00aef74c0cb67d7277346b010f, d130a178aab64329814720d51d9eb3dc; no voters: 
W20260608 09:47:36.408819  1904 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.409477  1877 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:36.406584  1769 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 580fca00aef74c0cb67d7277346b010f in term 0.
I20260608 09:47:36.410089  1877 raft_consensus.cc:493] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:36.410619  1877 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:36.413944   602 server_base.cc:1061] running on GCE node
W20260608 09:47:36.414316  1906 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.415323   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:36.415555   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:36.415735   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912056415715 us; error 0 us; skew 500 ppm
I20260608 09:47:36.416321   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:36.417414  1877 raft_consensus.cc:515] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:36.419009   602 webserver.cc:533] Webserver started at http://127.0.150.129:34713/ using document root <none> and password file <none>
I20260608 09:47:36.419669   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:36.419966   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:36.419539  1877 leader_election.cc:290] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [CANDIDATE]: Term 1 election: Requested vote from peers d130a178aab64329814720d51d9eb3dc (127.0.150.190:33707), 1666e6f2eff14f18a9ddaa9bb149da51 (127.0.150.189:46617)
I20260608 09:47:36.420307   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:36.420346  1704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "580fca00aef74c0cb67d7277346b010f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d130a178aab64329814720d51d9eb3dc"
I20260608 09:47:36.420593  1769 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "580fca00aef74c0cb67d7277346b010f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1666e6f2eff14f18a9ddaa9bb149da51"
I20260608 09:47:36.421047  1704 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:36.421042  1769 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:36.422070   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "6779fdd478f74857b8443a54d3743ee1"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.425979  1769 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 580fca00aef74c0cb67d7277346b010f in term 1.
I20260608 09:47:36.427067  1807 leader_election.cc:304] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [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: 1666e6f2eff14f18a9ddaa9bb149da51, 580fca00aef74c0cb67d7277346b010f; no voters: 
I20260608 09:47:36.427937  1877 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:36.428265  1704 raft_consensus.cc:2468] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 580fca00aef74c0cb67d7277346b010f in term 1.
I20260608 09:47:36.428874   602 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.001s
I20260608 09:47:36.429828  1877 raft_consensus.cc:697] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 1 LEADER]: Becoming Leader. State: Replica: 580fca00aef74c0cb67d7277346b010f, State: Running, Role: LEADER
I20260608 09:47:36.430589  1877 consensus_queue.cc:237] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [LEADER]: Queue going to LEADER mode. State: All 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: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:36.433179  1912 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.434242   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 09:47:36.434695   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "6779fdd478f74857b8443a54d3743ee1"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.435124   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:36.436234  1911 sys_catalog.cc:455] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 580fca00aef74c0cb67d7277346b010f. Latest consensus state: current_term: 1 leader_uuid: "580fca00aef74c0cb67d7277346b010f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.436825  1911 sys_catalog.cc:458] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:36.438350  1914 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:47:36.444825  1914 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:47:36.450101   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:36.451582   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:36.453620   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:36.453728  1704 raft_consensus.cc:1275] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 1 FOLLOWER]: Refusing update from remote peer 580fca00aef74c0cb67d7277346b010f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:36.454212  1769 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 1 FOLLOWER]: Refusing update from remote peer 580fca00aef74c0cb67d7277346b010f: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:36.455189  1877 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:36.455883  1911 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [LEADER]: Connected to new peer: Peer: permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:36.456959   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:36.457219   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.457543   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:36.457774   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.468585  1875 sys_catalog.cc:455] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: SysCatalogTable state changed. Reason: New leader 580fca00aef74c0cb67d7277346b010f. Latest consensus state: current_term: 1 leader_uuid: "580fca00aef74c0cb67d7277346b010f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.469586  1875 sys_catalog.cc:458] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:36.473796  1865 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 580fca00aef74c0cb67d7277346b010f. Latest consensus state: current_term: 1 leader_uuid: "580fca00aef74c0cb67d7277346b010f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.474660  1865 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:36.478771  1875 sys_catalog.cc:455] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "580fca00aef74c0cb67d7277346b010f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.479807  1875 sys_catalog.cc:458] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:36.487699  1877 sys_catalog.cc:455] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "580fca00aef74c0cb67d7277346b010f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.488499  1877 sys_catalog.cc:458] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:36.489470  1914 catalog_manager.cc:1382] Generated new cluster ID: 6370989cc1d244b19ea9ebfcc4a4b9ad
I20260608 09:47:36.489248  1877 sys_catalog.cc:455] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "580fca00aef74c0cb67d7277346b010f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.489770  1914 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:47:36.489940  1877 sys_catalog.cc:458] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:36.497352  1865 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "580fca00aef74c0cb67d7277346b010f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:36.498140  1865 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:36.518568  1914 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:47:36.520608  1914 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:47:36.548583  1914 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f: Generated new TSK 0
I20260608 09:47:36.549311  1914 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:47:36.565654   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:46609
I20260608 09:47:36.565764  1985 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:46609 every 8 connection(s)
I20260608 09:47:36.580348   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 09:47:36.587679  1987 heartbeater.cc:344] Connected to a master server at 127.0.150.188:39569
I20260608 09:47:36.588280  1987 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:36.589490  1987 heartbeater.cc:507] Master 127.0.150.188:39569 requested a full tablet report, sending...
I20260608 09:47:36.590040  1986 heartbeater.cc:344] Connected to a master server at 127.0.150.189:46617
I20260608 09:47:36.590493  1986 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:36.591323  1986 heartbeater.cc:507] Master 127.0.150.189:46617 requested a full tablet report, sending...
I20260608 09:47:36.593894  1824 ts_manager.cc:194] Registered new tserver with Master: 6779fdd478f74857b8443a54d3743ee1 (127.0.150.129:46609)
W20260608 09:47:36.594269  1993 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.594591  1759 ts_manager.cc:194] Registered new tserver with Master: 6779fdd478f74857b8443a54d3743ee1 (127.0.150.129:46609)
I20260608 09:47:36.597193  1824 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52610
I20260608 09:47:36.600171  1988 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33707
W20260608 09:47:36.598527  1994 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.600696  1988 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:36.601485  1988 heartbeater.cc:507] Master 127.0.150.190:33707 requested a full tablet report, sending...
W20260608 09:47:36.602938  1996 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.603832   602 server_base.cc:1061] running on GCE node
I20260608 09:47:36.604621  1694 ts_manager.cc:194] Registered new tserver with Master: 6779fdd478f74857b8443a54d3743ee1 (127.0.150.129:46609)
I20260608 09:47:36.604796   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:36.605098   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:36.605279   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912056605264 us; error 0 us; skew 500 ppm
I20260608 09:47:36.605923   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:36.608212   602 webserver.cc:533] Webserver started at http://127.0.150.130:37725/ using document root <none> and password file <none>
I20260608 09:47:36.608783   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:36.609053   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:36.609333   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:36.610544   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "bb97475acc7d4d4c85cb0846240975a1"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.615054   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:47:36.618448  2001 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.619182   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:47:36.619495   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "bb97475acc7d4d4c85cb0846240975a1"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.619769   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:36.650750   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:36.652024   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:36.653383   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:36.656785   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:36.657115   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.657445   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:36.657711   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.699529   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:34423
I20260608 09:47:36.699651  2063 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:34423 every 8 connection(s)
I20260608 09:47:36.710965   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 09:47:36.723080  2065 heartbeater.cc:344] Connected to a master server at 127.0.150.188:39569
I20260608 09:47:36.723735  2065 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:36.724972  2065 heartbeater.cc:507] Master 127.0.150.188:39569 requested a full tablet report, sending...
I20260608 09:47:36.728622  1824 ts_manager.cc:194] Registered new tserver with Master: bb97475acc7d4d4c85cb0846240975a1 (127.0.150.130:34423)
I20260608 09:47:36.731122  1824 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52624
I20260608 09:47:36.736234  2066 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33707
I20260608 09:47:36.736404  2064 heartbeater.cc:344] Connected to a master server at 127.0.150.189:46617
I20260608 09:47:36.736799  2064 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:36.736760  2066 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:36.737644  2064 heartbeater.cc:507] Master 127.0.150.189:46617 requested a full tablet report, sending...
W20260608 09:47:36.738651  2071 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.737689  2066 heartbeater.cc:507] Master 127.0.150.190:33707 requested a full tablet report, sending...
I20260608 09:47:36.741102  1759 ts_manager.cc:194] Registered new tserver with Master: bb97475acc7d4d4c85cb0846240975a1 (127.0.150.130:34423)
I20260608 09:47:36.742471  1694 ts_manager.cc:194] Registered new tserver with Master: bb97475acc7d4d4c85cb0846240975a1 (127.0.150.130:34423)
W20260608 09:47:36.744061  2072 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:36.746094  2074 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:36.746340   602 server_base.cc:1061] running on GCE node
I20260608 09:47:36.747242   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:36.747432   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:36.747577   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912056747564 us; error 0 us; skew 500 ppm
I20260608 09:47:36.748133   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:36.750938   602 webserver.cc:533] Webserver started at http://127.0.150.131:36563/ using document root <none> and password file <none>
I20260608 09:47:36.751447   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:36.751607   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:36.751880   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:36.753026   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "8961e7c4b0fc45879caae2a5f66c3f76"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.757460   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:47:36.760835  2079 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.761607   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 09:47:36.761976   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "8961e7c4b0fc45879caae2a5f66c3f76"
format_stamp: "Formatted at 2026-06-08 09:47:36 on dist-test-slave-g93p"
I20260608 09:47:36.762280   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:36.776314   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:36.777818   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:36.779354   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:36.781615   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:36.781848   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.782171   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:36.782353   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:36.822593   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:42517
I20260608 09:47:36.822738  2141 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:42517 every 8 connection(s)
I20260608 09:47:36.845438  2142 heartbeater.cc:344] Connected to a master server at 127.0.150.189:46617
I20260608 09:47:36.845920  2142 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:36.846807  2142 heartbeater.cc:507] Master 127.0.150.189:46617 requested a full tablet report, sending...
I20260608 09:47:36.849740  1759 ts_manager.cc:194] Registered new tserver with Master: 8961e7c4b0fc45879caae2a5f66c3f76 (127.0.150.131:42517)
I20260608 09:47:36.854465  2144 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33707
I20260608 09:47:36.854844  2144 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:36.855800  2144 heartbeater.cc:507] Master 127.0.150.190:33707 requested a full tablet report, sending...
I20260608 09:47:36.856884  2143 heartbeater.cc:344] Connected to a master server at 127.0.150.188:39569
I20260608 09:47:36.857332  2143 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:36.858166  2143 heartbeater.cc:507] Master 127.0.150.188:39569 requested a full tablet report, sending...
I20260608 09:47:36.858500  1694 ts_manager.cc:194] Registered new tserver with Master: 8961e7c4b0fc45879caae2a5f66c3f76 (127.0.150.131:42517)
I20260608 09:47:36.860435  1824 ts_manager.cc:194] Registered new tserver with Master: 8961e7c4b0fc45879caae2a5f66c3f76 (127.0.150.131:42517)
I20260608 09:47:36.861140   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.009303009s
I20260608 09:47:36.862059  1824 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52640
I20260608 09:47:37.389401  1882 catalog_manager.cc:1294] Loaded cluster ID: 6370989cc1d244b19ea9ebfcc4a4b9ad
I20260608 09:47:37.389717  1882 catalog_manager.cc:1587] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51: loading cluster ID for follower catalog manager: success
I20260608 09:47:37.394424  1882 catalog_manager.cc:1609] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51: acquiring CA information for follower catalog manager: success
I20260608 09:47:37.397799  1882 catalog_manager.cc:1637] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 09:47:37.398948  1900 catalog_manager.cc:1294] Loaded cluster ID: 6370989cc1d244b19ea9ebfcc4a4b9ad
I20260608 09:47:37.399233  1900 catalog_manager.cc:1587] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc: loading cluster ID for follower catalog manager: success
I20260608 09:47:37.404304  1900 catalog_manager.cc:1609] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc: acquiring CA information for follower catalog manager: success
I20260608 09:47:37.407661  1900 catalog_manager.cc:1637] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260608 09:47:37.600428  1987 heartbeater.cc:499] Master 127.0.150.188:39569 was elected leader, sending a full tablet report...
I20260608 09:47:37.735827  2065 heartbeater.cc:499] Master 127.0.150.188:39569 was elected leader, sending a full tablet report...
I20260608 09:47:37.864636  2143 heartbeater.cc:499] Master 127.0.150.188:39569 was elected leader, sending a full tablet report...
I20260608 09:47:38.396765  1901 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:38.471982  1824 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52650:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 09:47:38.555967  2107 tablet_service.cc:1511] Processing CreateTablet for tablet 8bc021433f3941a594e509cf2cad0f39 (DEFAULT_TABLE table=test-workload [id=241557d01ef94857bb41a7a441e69323]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 09:47:38.557364  1951 tablet_service.cc:1511] Processing CreateTablet for tablet 138bf0129ea743778772866a9bdba503 (DEFAULT_TABLE table=test-workload [id=241557d01ef94857bb41a7a441e69323]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 09:47:38.557664  2107 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8bc021433f3941a594e509cf2cad0f39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:38.558602  1951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 138bf0129ea743778772866a9bdba503. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:38.560508  2029 tablet_service.cc:1511] Processing CreateTablet for tablet 68a765e6ae7f46a4bd6ee344f036f706 (DEFAULT_TABLE table=test-workload [id=241557d01ef94857bb41a7a441e69323]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 09:47:38.561853  2029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 68a765e6ae7f46a4bd6ee344f036f706. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:38.571926  2177 tablet_bootstrap.cc:492] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76: Bootstrap starting.
I20260608 09:47:38.577673  2177 tablet_bootstrap.cc:654] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:38.578543  2179 tablet_bootstrap.cc:492] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1: Bootstrap starting.
I20260608 09:47:38.583148  2178 tablet_bootstrap.cc:492] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1: Bootstrap starting.
I20260608 09:47:38.587780  2179 tablet_bootstrap.cc:654] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:38.589138  2178 tablet_bootstrap.cc:654] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:38.591296  2177 tablet_bootstrap.cc:492] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76: No bootstrap required, opened a new log
I20260608 09:47:38.591845  2177 ts_tablet_manager.cc:1403] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.004s
I20260608 09:47:38.593474  2179 tablet_bootstrap.cc:492] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1: No bootstrap required, opened a new log
I20260608 09:47:38.593941  2179 ts_tablet_manager.cc:1403] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.003s
I20260608 09:47:38.594952  2178 tablet_bootstrap.cc:492] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1: No bootstrap required, opened a new log
I20260608 09:47:38.595431  2178 ts_tablet_manager.cc:1403] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.004s
I20260608 09:47:38.595175  2177 raft_consensus.cc:359] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8961e7c4b0fc45879caae2a5f66c3f76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42517 } }
I20260608 09:47:38.595896  2177 raft_consensus.cc:385] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:38.596246  2177 raft_consensus.cc:740] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8961e7c4b0fc45879caae2a5f66c3f76, State: Initialized, Role: FOLLOWER
I20260608 09:47:38.596514  2179 raft_consensus.cc:359] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6779fdd478f74857b8443a54d3743ee1" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 46609 } }
I20260608 09:47:38.597136  2179 raft_consensus.cc:385] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:38.597086  2177 consensus_queue.cc:260] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8961e7c4b0fc45879caae2a5f66c3f76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42517 } }
I20260608 09:47:38.597630  2179 raft_consensus.cc:740] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6779fdd478f74857b8443a54d3743ee1, State: Initialized, Role: FOLLOWER
I20260608 09:47:38.598003  2177 raft_consensus.cc:399] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:47:38.598446  2177 raft_consensus.cc:493] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:47:38.598394  2178 raft_consensus.cc:359] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb97475acc7d4d4c85cb0846240975a1" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34423 } }
I20260608 09:47:38.598668  2179 consensus_queue.cc:260] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6779fdd478f74857b8443a54d3743ee1" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 46609 } }
I20260608 09:47:38.599057  2177 raft_consensus.cc:3060] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:38.599581  2179 raft_consensus.cc:399] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:47:38.599160  2178 raft_consensus.cc:385] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:38.600044  2179 raft_consensus.cc:493] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:47:38.600176  2178 raft_consensus.cc:740] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bb97475acc7d4d4c85cb0846240975a1, State: Initialized, Role: FOLLOWER
I20260608 09:47:38.600518  2179 raft_consensus.cc:3060] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:38.601115  2178 consensus_queue.cc:260] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "bb97475acc7d4d4c85cb0846240975a1" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34423 } }
I20260608 09:47:38.601879  2178 raft_consensus.cc:399] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:47:38.602260  2178 raft_consensus.cc:493] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:47:38.602645  2178 raft_consensus.cc:3060] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:38.606926  2177 raft_consensus.cc:515] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8961e7c4b0fc45879caae2a5f66c3f76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42517 } }
I20260608 09:47:38.607821  2177 leader_election.cc:304] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [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: 8961e7c4b0fc45879caae2a5f66c3f76; no voters: 
I20260608 09:47:38.607867  2179 raft_consensus.cc:515] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6779fdd478f74857b8443a54d3743ee1" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 46609 } }
I20260608 09:47:38.609009  2179 leader_election.cc:304] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [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: 6779fdd478f74857b8443a54d3743ee1; no voters: 
I20260608 09:47:38.609593  2177 leader_election.cc:290] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:47:38.610078  2183 raft_consensus.cc:2804] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:38.609117  2178 raft_consensus.cc:515] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb97475acc7d4d4c85cb0846240975a1" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34423 } }
I20260608 09:47:38.615466  2178 leader_election.cc:304] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [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: bb97475acc7d4d4c85cb0846240975a1; no voters: 
I20260608 09:47:38.617724  2184 raft_consensus.cc:2804] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:38.618340  2179 leader_election.cc:290] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:47:38.621158  2178 leader_election.cc:290] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:47:38.620379  2177 ts_tablet_manager.cc:1434] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76: Time spent starting tablet: real 0.028s	user 0.020s	sys 0.008s
I20260608 09:47:38.622860  2183 raft_consensus.cc:697] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 1 LEADER]: Becoming Leader. State: Replica: 8961e7c4b0fc45879caae2a5f66c3f76, State: Running, Role: LEADER
I20260608 09:47:38.620792  2187 raft_consensus.cc:2804] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:38.623804  2183 consensus_queue.cc:237] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [LEADER]: Queue going to LEADER mode. State: All 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: "8961e7c4b0fc45879caae2a5f66c3f76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42517 } }
I20260608 09:47:38.627296  2178 ts_tablet_manager.cc:1434] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1: Time spent starting tablet: real 0.031s	user 0.021s	sys 0.000s
I20260608 09:47:38.629177  2187 raft_consensus.cc:697] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 1 LEADER]: Becoming Leader. State: Replica: bb97475acc7d4d4c85cb0846240975a1, State: Running, Role: LEADER
I20260608 09:47:38.630270  2187 consensus_queue.cc:237] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [LEADER]: Queue going to LEADER mode. State: All 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: "bb97475acc7d4d4c85cb0846240975a1" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34423 } }
I20260608 09:47:38.634886  2179 ts_tablet_manager.cc:1434] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1: Time spent starting tablet: real 0.041s	user 0.014s	sys 0.016s
I20260608 09:47:38.635936  2184 raft_consensus.cc:697] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 1 LEADER]: Becoming Leader. State: Replica: 6779fdd478f74857b8443a54d3743ee1, State: Running, Role: LEADER
I20260608 09:47:38.637106  2184 consensus_queue.cc:237] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [LEADER]: Queue going to LEADER mode. State: All 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: "6779fdd478f74857b8443a54d3743ee1" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 46609 } }
I20260608 09:47:38.647527  1824 catalog_manager.cc:5696] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8961e7c4b0fc45879caae2a5f66c3f76 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "8961e7c4b0fc45879caae2a5f66c3f76" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8961e7c4b0fc45879caae2a5f66c3f76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42517 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:38.649755  1823 catalog_manager.cc:5696] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 reported cstate change: term changed from 0 to 1, leader changed from <none> to bb97475acc7d4d4c85cb0846240975a1 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "bb97475acc7d4d4c85cb0846240975a1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "bb97475acc7d4d4c85cb0846240975a1" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34423 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:38.667721  1822 catalog_manager.cc:5696] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6779fdd478f74857b8443a54d3743ee1 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "6779fdd478f74857b8443a54d3743ee1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6779fdd478f74857b8443a54d3743ee1" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 46609 } health_report { overall_health: HEALTHY } } }
I20260608 09:47:38.755717   602 master.cc:562] Master@127.0.150.188:39569 shutting down...
I20260608 09:47:38.771307   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:38.772145   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:38.772521   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 580fca00aef74c0cb67d7277346b010f: stopping tablet replica
I20260608 09:47:38.794063   602 master.cc:584] Master@127.0.150.188:39569 shutdown complete.
W20260608 09:47:39.721833  2065 heartbeater.cc:646] Failed to heartbeat to 127.0.150.188:39569 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.150.188:39569: connect: Connection refused (error 111)
I20260608 09:47:40.308538  2202 raft_consensus.cc:493] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 580fca00aef74c0cb67d7277346b010f)
I20260608 09:47:40.309194  2202 raft_consensus.cc:515] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:40.311666  2202 leader_election.cc:290] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1666e6f2eff14f18a9ddaa9bb149da51 (127.0.150.189:46617), 580fca00aef74c0cb67d7277346b010f (127.0.150.188:39569)
W20260608 09:47:40.319438  1679 leader_election.cc:336] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 580fca00aef74c0cb67d7277346b010f (127.0.150.188:39569): Network error: Client connection negotiation failed: client connection to 127.0.150.188:39569: connect: Connection refused (error 111)
I20260608 09:47:40.339486  2205 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 580fca00aef74c0cb67d7277346b010f)
I20260608 09:47:40.340188  2205 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:40.340441  1769 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d130a178aab64329814720d51d9eb3dc" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" is_pre_election: true
I20260608 09:47:40.341091  1769 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d130a178aab64329814720d51d9eb3dc in term 1.
I20260608 09:47:40.342373  2205 leader_election.cc:290] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d130a178aab64329814720d51d9eb3dc (127.0.150.190:33707), 580fca00aef74c0cb67d7277346b010f (127.0.150.188:39569)
I20260608 09:47:40.342451  1678 leader_election.cc:304] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [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: 1666e6f2eff14f18a9ddaa9bb149da51, d130a178aab64329814720d51d9eb3dc; no voters: 580fca00aef74c0cb67d7277346b010f
I20260608 09:47:40.343389  2202 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:47:40.343775  2202 raft_consensus.cc:493] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 1 FOLLOWER]: Starting leader election (detected failure of leader 580fca00aef74c0cb67d7277346b010f)
I20260608 09:47:40.344180  2202 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:47:40.351820  2202 raft_consensus.cc:515] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:40.354825  2202 leader_election.cc:290] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [CANDIDATE]: Term 2 election: Requested vote from peers 1666e6f2eff14f18a9ddaa9bb149da51 (127.0.150.189:46617), 580fca00aef74c0cb67d7277346b010f (127.0.150.188:39569)
I20260608 09:47:40.355926  1769 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "d130a178aab64329814720d51d9eb3dc" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "1666e6f2eff14f18a9ddaa9bb149da51"
I20260608 09:47:40.356585  1769 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:47:40.364341  1769 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d130a178aab64329814720d51d9eb3dc in term 2.
I20260608 09:47:40.365826  1678 leader_election.cc:304] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [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: 1666e6f2eff14f18a9ddaa9bb149da51, d130a178aab64329814720d51d9eb3dc; no voters: 
W20260608 09:47:40.367416  1744 leader_election.cc:336] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 580fca00aef74c0cb67d7277346b010f (127.0.150.188:39569): Network error: Client connection negotiation failed: client connection to 127.0.150.188:39569: connect: Connection refused (error 111)
I20260608 09:47:40.367764  2202 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:47:40.370369  2202 raft_consensus.cc:697] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 2 LEADER]: Becoming Leader. State: Replica: d130a178aab64329814720d51d9eb3dc, State: Running, Role: LEADER
W20260608 09:47:40.371011  1679 leader_election.cc:336] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 580fca00aef74c0cb67d7277346b010f (127.0.150.188:39569): Network error: Client connection negotiation failed: client connection to 127.0.150.188:39569: connect: Connection refused (error 111)
I20260608 09:47:40.371471  2202 consensus_queue.cc:237] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [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: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } }
I20260608 09:47:40.372828  1704 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" candidate_term: 2 candidate_status { last_received { term: 1 index: 9 } } ignore_live_leader: false dest_uuid: "d130a178aab64329814720d51d9eb3dc" is_pre_election: true
I20260608 09:47:40.374714  1743 leader_election.cc:304] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [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: 1666e6f2eff14f18a9ddaa9bb149da51; no voters: 580fca00aef74c0cb67d7277346b010f, d130a178aab64329814720d51d9eb3dc
I20260608 09:47:40.375718  2205 raft_consensus.cc:2749] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:47:40.383359  2209 sys_catalog.cc:455] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: SysCatalogTable state changed. Reason: New leader d130a178aab64329814720d51d9eb3dc. Latest consensus state: current_term: 2 leader_uuid: "d130a178aab64329814720d51d9eb3dc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:40.384011  2209 sys_catalog.cc:458] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:40.385490  2211 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:47:40.390750  2211 catalog_manager.cc:679] Loaded metadata for table test-workload [id=241557d01ef94857bb41a7a441e69323]
I20260608 09:47:40.395380  2211 tablet_loader.cc:96] loaded metadata for tablet 138bf0129ea743778772866a9bdba503 (table test-workload [id=241557d01ef94857bb41a7a441e69323])
I20260608 09:47:40.396550  2211 tablet_loader.cc:96] loaded metadata for tablet 68a765e6ae7f46a4bd6ee344f036f706 (table test-workload [id=241557d01ef94857bb41a7a441e69323])
I20260608 09:47:40.397480  2211 tablet_loader.cc:96] loaded metadata for tablet 8bc021433f3941a594e509cf2cad0f39 (table test-workload [id=241557d01ef94857bb41a7a441e69323])
I20260608 09:47:40.398396  2211 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:47:40.401410  2211 catalog_manager.cc:1294] Loaded cluster ID: 6370989cc1d244b19ea9ebfcc4a4b9ad
I20260608 09:47:40.401683  2211 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:47:40.405076  2211 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:47:40.408041  2211 catalog_manager.cc:6080] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc: Loaded TSK: 0
I20260608 09:47:40.408928  2211 catalog_manager.cc:1549] Initializing in-progress tserver states...
W20260608 09:47:40.822328  1679 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.188:39569: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260608 09:47:40.824753  1679 consensus_peers.cc:597] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc -> Peer 580fca00aef74c0cb67d7277346b010f (127.0.150.188:39569): Couldn't send request to peer 580fca00aef74c0cb67d7277346b010f. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.188:39569: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:47:40.916477  1769 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 2 FOLLOWER]: Refusing update from remote peer d130a178aab64329814720d51d9eb3dc: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 2 index: 10. (index mismatch)
I20260608 09:47:40.918011  2209 consensus_queue.cc:1048] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [LEADER]: Connected to new peer: Peer: permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260608 09:47:40.923117  2215 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d130a178aab64329814720d51d9eb3dc. Latest consensus state: current_term: 2 leader_uuid: "d130a178aab64329814720d51d9eb3dc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:40.923666  2215 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: This master's current role is: FOLLOWER
I20260608 09:47:40.927101  2217 sys_catalog.cc:455] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 2 leader_uuid: "d130a178aab64329814720d51d9eb3dc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:40.927992  2217 sys_catalog.cc:458] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:40.928642  2215 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 2 leader_uuid: "d130a178aab64329814720d51d9eb3dc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d130a178aab64329814720d51d9eb3dc" member_type: VOTER last_known_addr { host: "127.0.150.190" port: 33707 } } peers { permanent_uuid: "1666e6f2eff14f18a9ddaa9bb149da51" member_type: VOTER last_known_addr { host: "127.0.150.189" port: 46617 } } peers { permanent_uuid: "580fca00aef74c0cb67d7277346b010f" member_type: VOTER last_known_addr { host: "127.0.150.188" port: 39569 } } }
I20260608 09:47:40.929334  2215 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [sys.catalog]: This master's current role is: FOLLOWER
W20260608 09:47:41.254582  1790 debug-util.cc:398] Leaking SignalData structure 0x7b08001301c0 after lost signal to thread 605
W20260608 09:47:41.255457  1790 debug-util.cc:398] Leaking SignalData structure 0x7b0800130860 after lost signal to thread 1728
W20260608 09:47:41.256165  1790 debug-util.cc:398] Leaking SignalData structure 0x7b0800130f20 after lost signal to thread 1793
W20260608 09:47:41.257179  1790 debug-util.cc:398] Leaking SignalData structure 0x7b08000349c0 after lost signal to thread 1985
W20260608 09:47:41.258054  1790 debug-util.cc:398] Leaking SignalData structure 0x7b08001f1320 after lost signal to thread 2063
W20260608 09:47:41.258865  1790 debug-util.cc:398] Leaking SignalData structure 0x7b08001af3c0 after lost signal to thread 2141
I20260608 09:47:41.688454  2066 heartbeater.cc:499] Master 127.0.150.190:33707 was elected leader, sending a full tablet report...
I20260608 09:47:41.689013  2144 heartbeater.cc:499] Master 127.0.150.190:33707 was elected leader, sending a full tablet report...
I20260608 09:47:41.689239  1988 heartbeater.cc:499] Master 127.0.150.190:33707 was elected leader, sending a full tablet report...
I20260608 09:47:42.393160  1898 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:42.394039  1898 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:42.524677   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:47:42.574103   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:42.575142   602 tablet_replica.cc:333] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1: stopping tablet replica
I20260608 09:47:42.575840   602 raft_consensus.cc:2243] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:42.576743   602 raft_consensus.cc:2272] T 138bf0129ea743778772866a9bdba503 P 6779fdd478f74857b8443a54d3743ee1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:42.598518   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:47:42.612933   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:47:42.652407   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:42.653373   602 tablet_replica.cc:333] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1: stopping tablet replica
I20260608 09:47:42.654124   602 raft_consensus.cc:2243] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:42.654783   602 raft_consensus.cc:2272] T 68a765e6ae7f46a4bd6ee344f036f706 P bb97475acc7d4d4c85cb0846240975a1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:42.680569   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:47:42.695730   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:47:42.757320   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:47:42.758386   602 tablet_replica.cc:333] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76: stopping tablet replica
I20260608 09:47:42.759183   602 raft_consensus.cc:2243] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:47:42.759971   602 raft_consensus.cc:2272] T 8bc021433f3941a594e509cf2cad0f39 P 8961e7c4b0fc45879caae2a5f66c3f76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:42.782562   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:47:42.796181   602 master.cc:562] Master@127.0.150.190:33707 shutting down...
I20260608 09:47:42.825727   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:47:42.827093   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:42.827526   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P d130a178aab64329814720d51d9eb3dc: stopping tablet replica
I20260608 09:47:42.849076   602 master.cc:584] Master@127.0.150.190:33707 shutdown complete.
I20260608 09:47:42.870048   602 master.cc:562] Master@127.0.150.189:46617 shutting down...
I20260608 09:47:42.896550   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:42.897596   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:42.898026   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1666e6f2eff14f18a9ddaa9bb149da51: stopping tablet replica
I20260608 09:47:43.885373   602 master.cc:584] Master@127.0.150.189:46617 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (7895 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260608 09:47:43.920109   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:38197
I20260608 09:47:43.921257   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:43.927583  2229 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:43.927979  2230 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:43.928844   602 server_base.cc:1061] running on GCE node
W20260608 09:47:43.928761  2232 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:43.929852   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:43.930241   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:43.930368   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912063930355 us; error 0 us; skew 500 ppm
I20260608 09:47:43.930873   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:43.933275   602 webserver.cc:533] Webserver started at http://127.0.150.190:41581/ using document root <none> and password file <none>
I20260608 09:47:43.933775   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:43.933993   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:43.934283   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:43.935532   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "888adc003c844f51ae9c3b433aab0df1"
format_stamp: "Formatted at 2026-06-08 09:47:43 on dist-test-slave-g93p"
I20260608 09:47:43.940167   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 09:47:43.943738  2237 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:43.944535   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 09:47:43.944832   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "888adc003c844f51ae9c3b433aab0df1"
format_stamp: "Formatted at 2026-06-08 09:47:43 on dist-test-slave-g93p"
I20260608 09:47:43.945104   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:43.956578   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:43.957829   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:43.997998   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:38197
I20260608 09:47:43.998101  2289 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:38197 every 8 connection(s)
I20260608 09:47:44.002863  2290 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:44.015198  2290 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1: Bootstrap starting.
I20260608 09:47:44.020397  2290 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:44.025013  2290 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1: No bootstrap required, opened a new log
I20260608 09:47:44.027438  2290 raft_consensus.cc:359] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "888adc003c844f51ae9c3b433aab0df1" member_type: VOTER }
I20260608 09:47:44.027815  2290 raft_consensus.cc:385] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:44.028064  2290 raft_consensus.cc:740] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 888adc003c844f51ae9c3b433aab0df1, State: Initialized, Role: FOLLOWER
I20260608 09:47:44.028597  2290 consensus_queue.cc:260] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "888adc003c844f51ae9c3b433aab0df1" member_type: VOTER }
I20260608 09:47:44.029134  2290 raft_consensus.cc:399] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:47:44.029345  2290 raft_consensus.cc:493] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:47:44.029572  2290 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:44.104494  2290 raft_consensus.cc:515] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "888adc003c844f51ae9c3b433aab0df1" member_type: VOTER }
I20260608 09:47:44.105365  2290 leader_election.cc:304] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [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: 888adc003c844f51ae9c3b433aab0df1; no voters: 
I20260608 09:47:44.107066  2290 leader_election.cc:290] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:47:44.107561  2293 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:44.110451  2293 raft_consensus.cc:697] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 1 LEADER]: Becoming Leader. State: Replica: 888adc003c844f51ae9c3b433aab0df1, State: Running, Role: LEADER
I20260608 09:47:44.111287  2293 consensus_queue.cc:237] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [LEADER]: Queue going to LEADER mode. State: All 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: "888adc003c844f51ae9c3b433aab0df1" member_type: VOTER }
I20260608 09:47:44.111714  2290 sys_catalog.cc:565] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:47:44.115543  2295 sys_catalog.cc:455] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 888adc003c844f51ae9c3b433aab0df1. Latest consensus state: current_term: 1 leader_uuid: "888adc003c844f51ae9c3b433aab0df1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "888adc003c844f51ae9c3b433aab0df1" member_type: VOTER } }
I20260608 09:47:44.116281  2295 sys_catalog.cc:458] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:44.117252  2294 sys_catalog.cc:455] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "888adc003c844f51ae9c3b433aab0df1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "888adc003c844f51ae9c3b433aab0df1" member_type: VOTER } }
I20260608 09:47:44.117955  2294 sys_catalog.cc:458] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [sys.catalog]: This master's current role is: LEADER
I20260608 09:47:44.119356  2301 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:47:44.127805  2301 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:47:44.128772   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:47:44.137461  2301 catalog_manager.cc:1382] Generated new cluster ID: c699fad00a8d45319bc00d687e252bd9
I20260608 09:47:44.137794  2301 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:47:44.153851  2301 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:47:44.155452  2301 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:47:44.176123  2301 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1: Generated new TSK 0
I20260608 09:47:44.176800  2301 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:47:44.195243   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:44.201857  2311 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:44.203157  2312 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:44.204703   602 server_base.cc:1061] running on GCE node
W20260608 09:47:44.204725  2314 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:44.205821   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:44.206146   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:44.206279   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912064206268 us; error 0 us; skew 500 ppm
I20260608 09:47:44.206905   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:44.210014   602 webserver.cc:533] Webserver started at http://127.0.150.129:40825/ using document root <none> and password file <none>
I20260608 09:47:44.210839   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:44.211109   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:44.211467   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:44.212704   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "159f13c9e3634d1db7f59a84cea028d0"
format_stamp: "Formatted at 2026-06-08 09:47:44 on dist-test-slave-g93p"
I20260608 09:47:44.217453   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 09:47:44.220976  2319 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:44.221796   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 09:47:44.222167   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "159f13c9e3634d1db7f59a84cea028d0"
format_stamp: "Formatted at 2026-06-08 09:47:44 on dist-test-slave-g93p"
I20260608 09:47:44.222445   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:44.241071   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:44.242354   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:44.243880   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:44.246495   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:44.246752   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:44.247008   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:44.247219   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:44.289973   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:34471
I20260608 09:47:44.290050  2381 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:34471 every 8 connection(s)
I20260608 09:47:44.295522   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:44.304044  2386 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:44.304201  2387 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:44.307894   602 server_base.cc:1061] running on GCE node
W20260608 09:47:44.308272  2389 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:44.309110   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:44.309387   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:44.309581   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912064309564 us; error 0 us; skew 500 ppm
I20260608 09:47:44.310300   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:44.313639  2382 heartbeater.cc:344] Connected to a master server at 127.0.150.190:38197
I20260608 09:47:44.314092  2382 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:44.314819   602 webserver.cc:533] Webserver started at http://127.0.150.130:44415/ using document root <none> and password file <none>
I20260608 09:47:44.314980  2382 heartbeater.cc:507] Master 127.0.150.190:38197 requested a full tablet report, sending...
I20260608 09:47:44.315310   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:44.315497   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:44.315701   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:44.317049   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "aa43387bf669482783b7cf0111c1a889"
format_stamp: "Formatted at 2026-06-08 09:47:44 on dist-test-slave-g93p"
I20260608 09:47:44.317265  2254 ts_manager.cc:194] Registered new tserver with Master: 159f13c9e3634d1db7f59a84cea028d0 (127.0.150.129:34471)
I20260608 09:47:44.319276  2254 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44990
I20260608 09:47:44.322190   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260608 09:47:44.326210  2394 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:44.326998   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 09:47:44.327293   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "aa43387bf669482783b7cf0111c1a889"
format_stamp: "Formatted at 2026-06-08 09:47:44 on dist-test-slave-g93p"
I20260608 09:47:44.327571   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:44.347690   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:44.348975   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:44.350518   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:44.352921   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:44.353163   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:44.353415   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:44.353617   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:44.394237   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:45631
I20260608 09:47:44.394398  2456 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:45631 every 8 connection(s)
I20260608 09:47:44.400010   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:44.407860  2460 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:44.408478  2461 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:44.410418  2463 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:44.411331   602 server_base.cc:1061] running on GCE node
I20260608 09:47:44.412334   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:44.412597   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:44.412839   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912064412820 us; error 0 us; skew 500 ppm
I20260608 09:47:44.413699   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:44.414546  2457 heartbeater.cc:344] Connected to a master server at 127.0.150.190:38197
I20260608 09:47:44.415026  2457 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:44.416030  2457 heartbeater.cc:507] Master 127.0.150.190:38197 requested a full tablet report, sending...
I20260608 09:47:44.416728   602 webserver.cc:533] Webserver started at http://127.0.150.131:34223/ using document root <none> and password file <none>
I20260608 09:47:44.417318   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:44.417631   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:44.418012   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:44.418711  2254 ts_manager.cc:194] Registered new tserver with Master: aa43387bf669482783b7cf0111c1a889 (127.0.150.130:45631)
I20260608 09:47:44.419631   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "e887235ead424b5e8d9c1469414699e1"
format_stamp: "Formatted at 2026-06-08 09:47:44 on dist-test-slave-g93p"
I20260608 09:47:44.420629  2254 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:44998
I20260608 09:47:44.425136   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 09:47:44.428807  2468 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:44.429772   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:47:44.430671   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "e887235ead424b5e8d9c1469414699e1"
format_stamp: "Formatted at 2026-06-08 09:47:44 on dist-test-slave-g93p"
I20260608 09:47:44.430922   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:44.449201   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:44.450486   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:44.451679   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:44.454052   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:44.454268   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:44.454519   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:44.454707   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:44.495646   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:34951
I20260608 09:47:44.495770  2530 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:34951 every 8 connection(s)
I20260608 09:47:44.510975  2531 heartbeater.cc:344] Connected to a master server at 127.0.150.190:38197
I20260608 09:47:44.511375  2531 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:44.512089  2531 heartbeater.cc:507] Master 127.0.150.190:38197 requested a full tablet report, sending...
I20260608 09:47:44.514129  2254 ts_manager.cc:194] Registered new tserver with Master: e887235ead424b5e8d9c1469414699e1 (127.0.150.131:34951)
I20260608 09:47:44.514957   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01541171s
I20260608 09:47:44.515489  2254 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45002
I20260608 09:47:45.322214  2382 heartbeater.cc:499] Master 127.0.150.190:38197 was elected leader, sending a full tablet report...
I20260608 09:47:45.423391  2457 heartbeater.cc:499] Master 127.0.150.190:38197 was elected leader, sending a full tablet report...
I20260608 09:47:45.517970  2531 heartbeater.cc:499] Master 127.0.150.190:38197 was elected leader, sending a full tablet report...
I20260608 09:47:45.572754  2254 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45008:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377?""\004\001\000\377\377\377?"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:47:45.575277  2254 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:47:45.622855  2496 tablet_service.cc:1511] Processing CreateTablet for tablet b3d09f703d89416fbed09ebab56fd84c (DEFAULT_TABLE table=test-workload [id=83e0c9e7688c4965b7b780ec203e53da]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 09:47:45.624933  2496 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3d09f703d89416fbed09ebab56fd84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:45.631701  2495 tablet_service.cc:1511] Processing CreateTablet for tablet c016b1bf6f794662acbe8cd74444038a (DEFAULT_TABLE table=test-workload [id=83e0c9e7688c4965b7b780ec203e53da]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 09:47:45.633213  2495 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c016b1bf6f794662acbe8cd74444038a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:45.641700  2347 tablet_service.cc:1511] Processing CreateTablet for tablet b3d09f703d89416fbed09ebab56fd84c (DEFAULT_TABLE table=test-workload [id=83e0c9e7688c4965b7b780ec203e53da]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 09:47:45.643339  2347 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3d09f703d89416fbed09ebab56fd84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:45.643942  2422 tablet_service.cc:1511] Processing CreateTablet for tablet b3d09f703d89416fbed09ebab56fd84c (DEFAULT_TABLE table=test-workload [id=83e0c9e7688c4965b7b780ec203e53da]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260608 09:47:45.644541  2421 tablet_service.cc:1511] Processing CreateTablet for tablet c016b1bf6f794662acbe8cd74444038a (DEFAULT_TABLE table=test-workload [id=83e0c9e7688c4965b7b780ec203e53da]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 09:47:45.645394  2422 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3d09f703d89416fbed09ebab56fd84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:45.646129  2421 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c016b1bf6f794662acbe8cd74444038a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:45.641700  2346 tablet_service.cc:1511] Processing CreateTablet for tablet c016b1bf6f794662acbe8cd74444038a (DEFAULT_TABLE table=test-workload [id=83e0c9e7688c4965b7b780ec203e53da]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260608 09:47:45.647253  2346 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c016b1bf6f794662acbe8cd74444038a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:45.655109  2551 tablet_bootstrap.cc:492] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1: Bootstrap starting.
I20260608 09:47:45.662001  2551 tablet_bootstrap.cc:654] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:45.670291  2552 tablet_bootstrap.cc:492] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889: Bootstrap starting.
I20260608 09:47:45.672724  2551 tablet_bootstrap.cc:492] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1: No bootstrap required, opened a new log
I20260608 09:47:45.673308  2551 ts_tablet_manager.cc:1403] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.008s
I20260608 09:47:45.676530  2551 raft_consensus.cc:359] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } }
I20260608 09:47:45.677345  2551 raft_consensus.cc:385] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:45.677734  2551 raft_consensus.cc:740] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e887235ead424b5e8d9c1469414699e1, State: Initialized, Role: FOLLOWER
I20260608 09:47:45.680753  2554 tablet_bootstrap.cc:492] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0: Bootstrap starting.
I20260608 09:47:45.682076  2552 tablet_bootstrap.cc:654] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:45.687304  2551 consensus_queue.cc:260] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } }
I20260608 09:47:45.688444  2555 raft_consensus.cc:493] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:45.689316  2552 tablet_bootstrap.cc:492] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889: No bootstrap required, opened a new log
I20260608 09:47:45.689898  2552 ts_tablet_manager.cc:1403] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.004s
I20260608 09:47:45.691188  2554 tablet_bootstrap.cc:654] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:45.689006  2555 raft_consensus.cc:515] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } }
I20260608 09:47:45.691303  2551 ts_tablet_manager.cc:1434] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1: Time spent starting tablet: real 0.018s	user 0.000s	sys 0.014s
I20260608 09:47:45.692708  2551 tablet_bootstrap.cc:492] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1: Bootstrap starting.
I20260608 09:47:45.695286  2552 raft_consensus.cc:359] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } }
I20260608 09:47:45.696067  2552 raft_consensus.cc:385] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:45.696476  2552 raft_consensus.cc:740] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aa43387bf669482783b7cf0111c1a889, State: Initialized, Role: FOLLOWER
I20260608 09:47:45.697340  2552 consensus_queue.cc:260] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } }
I20260608 09:47:45.699787  2551 tablet_bootstrap.cc:654] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:45.706542  2555 leader_election.cc:290] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers aa43387bf669482783b7cf0111c1a889 (127.0.150.130:45631), 159f13c9e3634d1db7f59a84cea028d0 (127.0.150.129:34471)
I20260608 09:47:45.707868  2554 tablet_bootstrap.cc:492] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0: No bootstrap required, opened a new log
I20260608 09:47:45.708529  2554 ts_tablet_manager.cc:1403] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0: Time spent bootstrapping tablet: real 0.028s	user 0.010s	sys 0.005s
I20260608 09:47:45.711819  2554 raft_consensus.cc:359] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } }
I20260608 09:47:45.712745  2554 raft_consensus.cc:385] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:45.713171  2554 raft_consensus.cc:740] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 159f13c9e3634d1db7f59a84cea028d0, State: Initialized, Role: FOLLOWER
I20260608 09:47:45.714263  2554 consensus_queue.cc:260] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } }
I20260608 09:47:45.720153  2551 tablet_bootstrap.cc:492] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1: No bootstrap required, opened a new log
I20260608 09:47:45.720825  2551 ts_tablet_manager.cc:1403] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1: Time spent bootstrapping tablet: real 0.028s	user 0.012s	sys 0.000s
I20260608 09:47:45.726716  2554 ts_tablet_manager.cc:1434] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.001s
I20260608 09:47:45.727082  2552 ts_tablet_manager.cc:1434] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889: Time spent starting tablet: real 0.037s	user 0.023s	sys 0.008s
I20260608 09:47:45.728322  2552 tablet_bootstrap.cc:492] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889: Bootstrap starting.
I20260608 09:47:45.732663  2551 raft_consensus.cc:359] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } }
I20260608 09:47:45.736253  2551 raft_consensus.cc:385] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:45.737262  2552 tablet_bootstrap.cc:654] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:45.737967  2357 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3d09f703d89416fbed09ebab56fd84c" candidate_uuid: "e887235ead424b5e8d9c1469414699e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "159f13c9e3634d1db7f59a84cea028d0" is_pre_election: true
I20260608 09:47:45.738816  2357 raft_consensus.cc:2468] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e887235ead424b5e8d9c1469414699e1 in term 0.
I20260608 09:47:45.740549  2472 leader_election.cc:304] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [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: 159f13c9e3634d1db7f59a84cea028d0, e887235ead424b5e8d9c1469414699e1; no voters: 
I20260608 09:47:45.741479  2555 raft_consensus.cc:2804] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:45.741919  2555 raft_consensus.cc:493] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:45.742285  2555 raft_consensus.cc:3060] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:45.744166  2552 tablet_bootstrap.cc:492] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889: No bootstrap required, opened a new log
I20260608 09:47:45.744385  2432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3d09f703d89416fbed09ebab56fd84c" candidate_uuid: "e887235ead424b5e8d9c1469414699e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa43387bf669482783b7cf0111c1a889" is_pre_election: true
I20260608 09:47:45.744772  2552 ts_tablet_manager.cc:1403] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.002s
W20260608 09:47:45.746407  2471 leader_election.cc:343] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer aa43387bf669482783b7cf0111c1a889 (127.0.150.130:45631): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:47:45.747831  2552 raft_consensus.cc:359] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } }
I20260608 09:47:45.748389  2552 raft_consensus.cc:385] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:45.748701  2552 raft_consensus.cc:740] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aa43387bf669482783b7cf0111c1a889, State: Initialized, Role: FOLLOWER
I20260608 09:47:45.749559  2552 consensus_queue.cc:260] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } }
I20260608 09:47:45.749765  2555 raft_consensus.cc:515] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } }
I20260608 09:47:45.751533  2552 ts_tablet_manager.cc:1434] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 09:47:45.738189  2551 raft_consensus.cc:740] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e887235ead424b5e8d9c1469414699e1, State: Initialized, Role: FOLLOWER
I20260608 09:47:45.752760  2432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3d09f703d89416fbed09ebab56fd84c" candidate_uuid: "e887235ead424b5e8d9c1469414699e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa43387bf669482783b7cf0111c1a889"
I20260608 09:47:45.753060  2357 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b3d09f703d89416fbed09ebab56fd84c" candidate_uuid: "e887235ead424b5e8d9c1469414699e1" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "159f13c9e3634d1db7f59a84cea028d0"
I20260608 09:47:45.753314  2432 raft_consensus.cc:3060] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:45.753607  2357 raft_consensus.cc:3060] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:45.753327  2551 consensus_queue.cc:260] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } }
I20260608 09:47:45.754468  2554 tablet_bootstrap.cc:492] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0: Bootstrap starting.
I20260608 09:47:45.756036  2551 ts_tablet_manager.cc:1434] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1: Time spent starting tablet: real 0.035s	user 0.009s	sys 0.000s
I20260608 09:47:45.753422  2555 leader_election.cc:290] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [CANDIDATE]: Term 1 election: Requested vote from peers aa43387bf669482783b7cf0111c1a889 (127.0.150.130:45631), 159f13c9e3634d1db7f59a84cea028d0 (127.0.150.129:34471)
I20260608 09:47:45.761119  2357 raft_consensus.cc:2468] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e887235ead424b5e8d9c1469414699e1 in term 1.
I20260608 09:47:45.762287  2554 tablet_bootstrap.cc:654] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0: Neither blocks nor log segments found. Creating new log.
I20260608 09:47:45.762532  2472 leader_election.cc:304] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [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: 159f13c9e3634d1db7f59a84cea028d0, e887235ead424b5e8d9c1469414699e1; no voters: 
I20260608 09:47:45.763276  2432 raft_consensus.cc:2468] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e887235ead424b5e8d9c1469414699e1 in term 1.
I20260608 09:47:45.763564  2555 raft_consensus.cc:2804] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:45.764302  2555 raft_consensus.cc:697] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 1 LEADER]: Becoming Leader. State: Replica: e887235ead424b5e8d9c1469414699e1, State: Running, Role: LEADER
I20260608 09:47:45.765158  2555 consensus_queue.cc:237] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Queue going to LEADER mode. State: All 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: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } }
I20260608 09:47:45.777194  2554 tablet_bootstrap.cc:492] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0: No bootstrap required, opened a new log
I20260608 09:47:45.777659  2554 ts_tablet_manager.cc:1403] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0: Time spent bootstrapping tablet: real 0.050s	user 0.013s	sys 0.007s
I20260608 09:47:45.777863  2253 catalog_manager.cc:5696] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 reported cstate change: term changed from 0 to 1, leader changed from <none> to e887235ead424b5e8d9c1469414699e1 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "e887235ead424b5e8d9c1469414699e1" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:45.779939  2554 raft_consensus.cc:359] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } }
I20260608 09:47:45.780589  2554 raft_consensus.cc:385] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:47:45.780889  2554 raft_consensus.cc:740] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 159f13c9e3634d1db7f59a84cea028d0, State: Initialized, Role: FOLLOWER
I20260608 09:47:45.781659  2554 consensus_queue.cc:260] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } }
I20260608 09:47:45.783769  2554 ts_tablet_manager.cc:1434] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 09:47:45.905318  2563 raft_consensus.cc:493] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:47:45.905853  2563 raft_consensus.cc:515] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } }
I20260608 09:47:45.908478  2563 leader_election.cc:290] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers aa43387bf669482783b7cf0111c1a889 (127.0.150.130:45631), e887235ead424b5e8d9c1469414699e1 (127.0.150.131:34951)
I20260608 09:47:45.919173  2432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c016b1bf6f794662acbe8cd74444038a" candidate_uuid: "159f13c9e3634d1db7f59a84cea028d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa43387bf669482783b7cf0111c1a889" is_pre_election: true
I20260608 09:47:45.919494  2506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c016b1bf6f794662acbe8cd74444038a" candidate_uuid: "159f13c9e3634d1db7f59a84cea028d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e887235ead424b5e8d9c1469414699e1" is_pre_election: true
I20260608 09:47:45.919756  2432 raft_consensus.cc:2468] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 159f13c9e3634d1db7f59a84cea028d0 in term 0.
I20260608 09:47:45.920128  2506 raft_consensus.cc:2468] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 159f13c9e3634d1db7f59a84cea028d0 in term 0.
I20260608 09:47:45.921025  2322 leader_election.cc:304] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [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: 159f13c9e3634d1db7f59a84cea028d0, aa43387bf669482783b7cf0111c1a889; no voters: 
I20260608 09:47:45.921746  2563 raft_consensus.cc:2804] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:47:45.922147  2563 raft_consensus.cc:493] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:47:45.922441  2563 raft_consensus.cc:3060] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:45.927234  2563 raft_consensus.cc:515] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } }
I20260608 09:47:45.929020  2563 leader_election.cc:290] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [CANDIDATE]: Term 1 election: Requested vote from peers aa43387bf669482783b7cf0111c1a889 (127.0.150.130:45631), e887235ead424b5e8d9c1469414699e1 (127.0.150.131:34951)
I20260608 09:47:45.929782  2432 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c016b1bf6f794662acbe8cd74444038a" candidate_uuid: "159f13c9e3634d1db7f59a84cea028d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "aa43387bf669482783b7cf0111c1a889"
I20260608 09:47:45.930008  2506 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c016b1bf6f794662acbe8cd74444038a" candidate_uuid: "159f13c9e3634d1db7f59a84cea028d0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e887235ead424b5e8d9c1469414699e1"
I20260608 09:47:45.930328  2432 raft_consensus.cc:3060] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:45.930558  2506 raft_consensus.cc:3060] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:47:45.935086  2432 raft_consensus.cc:2468] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 159f13c9e3634d1db7f59a84cea028d0 in term 1.
I20260608 09:47:45.935285  2506 raft_consensus.cc:2468] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 159f13c9e3634d1db7f59a84cea028d0 in term 1.
I20260608 09:47:45.936115  2322 leader_election.cc:304] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [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: 159f13c9e3634d1db7f59a84cea028d0, aa43387bf669482783b7cf0111c1a889; no voters: 
I20260608 09:47:45.936856  2563 raft_consensus.cc:2804] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:47:45.937976  2563 raft_consensus.cc:697] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 1 LEADER]: Becoming Leader. State: Replica: 159f13c9e3634d1db7f59a84cea028d0, State: Running, Role: LEADER
I20260608 09:47:45.938709  2563 consensus_queue.cc:237] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [LEADER]: Queue going to LEADER mode. State: All 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: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } }
I20260608 09:47:45.945492  2252 catalog_manager.cc:5696] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 159f13c9e3634d1db7f59a84cea028d0 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "159f13c9e3634d1db7f59a84cea028d0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:46.127105  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:46.129233  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:47:46.129643  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:46.166242  2555 consensus_queue.cc:1048] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:46.178222  2557 consensus_queue.cc:1048] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:47:46.399279  2563 consensus_queue.cc:1048] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:46.410192  2563 consensus_queue.cc:1048] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:47:48.130614  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:48.133116  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:47:48.133617  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:50.134616  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:50.136668  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:47:50.137020  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:52.137959  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:52.140061  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:47:52.140419  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:54.141494  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:54.143733  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:47:54.144083  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:56.145004  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:56.147287  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:47:56.147645  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:57.087092   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:47:57.094650  2584 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:57.094771  2585 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:47:57.096414  2587 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:47:57.098331   602 server_base.cc:1061] running on GCE node
I20260608 09:47:57.099550   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:47:57.099750   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:47:57.099892   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912077099880 us; error 0 us; skew 500 ppm
I20260608 09:47:57.100508   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:47:57.103178   602 webserver.cc:533] Webserver started at http://127.0.150.132:35521/ using document root <none> and password file <none>
I20260608 09:47:57.103700   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:47:57.103871   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:47:57.104112   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:47:57.105453   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "1a0f1b66921644238fc822270bfa5b06"
format_stamp: "Formatted at 2026-06-08 09:47:57 on dist-test-slave-g93p"
I20260608 09:47:57.110513   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 09:47:57.114202  2592 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:57.115022   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:47:57.115283   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "1a0f1b66921644238fc822270bfa5b06"
format_stamp: "Formatted at 2026-06-08 09:47:57 on dist-test-slave-g93p"
I20260608 09:47:57.115556   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:47:57.139911   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:47:57.141300   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:47:57.142828   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:47:57.145224   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:47:57.145449   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:47:57.145732   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:47:57.145941   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 09:47:57.188179   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:36565
I20260608 09:47:57.188293  2654 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:36565 every 8 connection(s)
I20260608 09:47:57.208071  2655 heartbeater.cc:344] Connected to a master server at 127.0.150.190:38197
I20260608 09:47:57.208473  2655 heartbeater.cc:461] Registering TS with master...
I20260608 09:47:57.209203  2655 heartbeater.cc:507] Master 127.0.150.190:38197 requested a full tablet report, sending...
I20260608 09:47:57.211355  2252 ts_manager.cc:194] Registered new tserver with Master: 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132:36565)
I20260608 09:47:57.212917  2252 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58770
I20260608 09:47:58.148568  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:47:58.150712  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:47:58.151010  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:47:58.201421  2506 consensus_queue.cc:237] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [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: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: true } }
I20260608 09:47:58.209939  2357 raft_consensus.cc:1275] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Refusing update from remote peer e887235ead424b5e8d9c1469414699e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:58.210884  2431 raft_consensus.cc:1275] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Refusing update from remote peer e887235ead424b5e8d9c1469414699e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:47:58.212050  2581 consensus_queue.cc:1048] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:47:58.213230  2662 consensus_queue.cc:1048] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:47:58.215297  2655 heartbeater.cc:499] Master 127.0.150.190:38197 was elected leader, sending a full tablet report...
W20260608 09:47:58.225726  2471 consensus_peers.cc:597] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 -> Peer 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132:36565): Couldn't send request to peer 1a0f1b66921644238fc822270bfa5b06. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b3d09f703d89416fbed09ebab56fd84c. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:47:58.224500  2581 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: true } } }
I20260608 09:47:58.227742  2357 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: true } } }
I20260608 09:47:58.229041  2431 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: true } } }
I20260608 09:47:58.242991  2252 catalog_manager.cc:5696] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 reported cstate change: config changed from index -1 to 2, NON_VOTER 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "e887235ead424b5e8d9c1469414699e1" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: true } } }
I20260608 09:47:58.606572  2672 ts_tablet_manager.cc:933] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: Initiating tablet copy from peer e887235ead424b5e8d9c1469414699e1 (127.0.150.131:34951)
I20260608 09:47:58.608605  2672 tablet_copy_client.cc:323] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:34951
I20260608 09:47:58.619436  2516 tablet_copy_service.cc:140] P e887235ead424b5e8d9c1469414699e1: Received BeginTabletCopySession request for tablet b3d09f703d89416fbed09ebab56fd84c from peer 1a0f1b66921644238fc822270bfa5b06 ({username='slave'} at 127.0.0.1:59436)
I20260608 09:47:58.619966  2516 tablet_copy_service.cc:161] P e887235ead424b5e8d9c1469414699e1: Beginning new tablet copy session on tablet b3d09f703d89416fbed09ebab56fd84c from peer 1a0f1b66921644238fc822270bfa5b06 at {username='slave'} at 127.0.0.1:59436: session id = 1a0f1b66921644238fc822270bfa5b06-b3d09f703d89416fbed09ebab56fd84c
I20260608 09:47:58.626156  2516 tablet_copy_source_session.cc:215] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:47:58.629667  2672 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3d09f703d89416fbed09ebab56fd84c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:47:58.640527  2672 tablet_copy_client.cc:806] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: tablet copy: Starting download of 0 data blocks...
I20260608 09:47:58.641142  2672 tablet_copy_client.cc:670] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: tablet copy: Starting download of 1 WAL segments...
I20260608 09:47:58.645710  2672 tablet_copy_client.cc:538] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:47:58.651937  2672 tablet_bootstrap.cc:492] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: Bootstrap starting.
I20260608 09:47:58.672983  2672 tablet_bootstrap.cc:492] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:47:58.673751  2672 tablet_bootstrap.cc:492] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: Bootstrap complete.
I20260608 09:47:58.674357  2672 ts_tablet_manager.cc:1403] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.011s
I20260608 09:47:58.676764  2672 raft_consensus.cc:359] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: true } }
I20260608 09:47:58.677363  2672 raft_consensus.cc:740] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1a0f1b66921644238fc822270bfa5b06, State: Initialized, Role: LEARNER
I20260608 09:47:58.677992  2672 consensus_queue.cc:260] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [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: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: true } }
I20260608 09:47:58.680652  2672 ts_tablet_manager.cc:1434] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 09:47:58.682772  2516 tablet_copy_service.cc:342] P e887235ead424b5e8d9c1469414699e1: Request end of tablet copy session 1a0f1b66921644238fc822270bfa5b06-b3d09f703d89416fbed09ebab56fd84c received from {username='slave'} at 127.0.0.1:59436
I20260608 09:47:58.683255  2516 tablet_copy_service.cc:434] P e887235ead424b5e8d9c1469414699e1: ending tablet copy session 1a0f1b66921644238fc822270bfa5b06-b3d09f703d89416fbed09ebab56fd84c on tablet b3d09f703d89416fbed09ebab56fd84c with peer 1a0f1b66921644238fc822270bfa5b06
I20260608 09:47:59.177152  2630 raft_consensus.cc:1217] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:47:59.648378  2677 raft_consensus.cc:1064] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1: attempting to promote NON_VOTER 1a0f1b66921644238fc822270bfa5b06 to VOTER
I20260608 09:47:59.651444  2677 consensus_queue.cc:237] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [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: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } }
I20260608 09:47:59.660099  2357 raft_consensus.cc:1275] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Refusing update from remote peer e887235ead424b5e8d9c1469414699e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:47:59.660388  2630 raft_consensus.cc:1275] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [term 1 LEARNER]: Refusing update from remote peer e887235ead424b5e8d9c1469414699e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:47:59.662024  2431 raft_consensus.cc:1275] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Refusing update from remote peer e887235ead424b5e8d9c1469414699e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:47:59.662027  2680 consensus_queue.cc:1048] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 09:47:59.663632  2678 consensus_queue.cc:1048] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:47:59.664573  2677 consensus_queue.cc:1048] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:47:59.674554  2680 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } } }
I20260608 09:47:59.676713  2431 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } } }
I20260608 09:47:59.687140  2357 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } } }
I20260608 09:47:59.693024  2629 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } } }
I20260608 09:47:59.690779  2253 catalog_manager.cc:5696] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 reported cstate change: config changed from index 2 to 3, 1a0f1b66921644238fc822270bfa5b06 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e887235ead424b5e8d9c1469414699e1" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "159f13c9e3634d1db7f59a84cea028d0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 34471 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 09:47:59.731206  2506 consensus_queue.cc:237] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [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: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } }
I20260608 09:47:59.736307  2629 raft_consensus.cc:1275] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [term 1 FOLLOWER]: Refusing update from remote peer e887235ead424b5e8d9c1469414699e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:47:59.737008  2431 raft_consensus.cc:1275] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Refusing update from remote peer e887235ead424b5e8d9c1469414699e1: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:47:59.737761  2677 consensus_queue.cc:1048] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:47:59.738628  2678 consensus_queue.cc:1048] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [LEADER]: Connected to new peer: Peer: permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:47:59.745246  2662 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 159f13c9e3634d1db7f59a84cea028d0 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } } }
I20260608 09:47:59.747130  2431 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 159f13c9e3634d1db7f59a84cea028d0 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } } }
I20260608 09:47:59.748201  2629 raft_consensus.cc:2955] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 159f13c9e3634d1db7f59a84cea028d0 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } } }
I20260608 09:47:59.758198  2238 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b3d09f703d89416fbed09ebab56fd84c with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:47:59.761198  2251 catalog_manager.cc:5696] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 reported cstate change: config changed from index 3 to 4, VOTER 159f13c9e3634d1db7f59a84cea028d0 (127.0.150.129) evicted. New cstate: current_term: 1 leader_uuid: "e887235ead424b5e8d9c1469414699e1" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e887235ead424b5e8d9c1469414699e1" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34951 } } peers { permanent_uuid: "aa43387bf669482783b7cf0111c1a889" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45631 } } peers { permanent_uuid: "1a0f1b66921644238fc822270bfa5b06" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 36565 } attrs { promote: false } } }
I20260608 09:47:59.774749  2347 tablet_service.cc:1558] Processing DeleteTablet for tablet b3d09f703d89416fbed09ebab56fd84c with delete_type TABLET_DATA_TOMBSTONED (TS 159f13c9e3634d1db7f59a84cea028d0 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:33286
I20260608 09:47:59.776803  2690 tablet_replica.cc:333] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0: stopping tablet replica
I20260608 09:47:59.777595  2690 raft_consensus.cc:2243] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:47:59.778293  2690 raft_consensus.cc:2272] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:47:59.781466  2690 ts_tablet_manager.cc:1916] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:47:59.792163  2690 ts_tablet_manager.cc:1929] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:47:59.792572  2690 log.cc:1199] T b3d09f703d89416fbed09ebab56fd84c P 159f13c9e3634d1db7f59a84cea028d0: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1780912041960821-602-0/minicluster-data/ts-0-root/wals/b3d09f703d89416fbed09ebab56fd84c
I20260608 09:47:59.794163  2241 catalog_manager.cc:5027] TS 159f13c9e3634d1db7f59a84cea028d0 (127.0.150.129:34471): tablet b3d09f703d89416fbed09ebab56fd84c (table test-workload [id=83e0c9e7688c4965b7b780ec203e53da]) successfully deleted
I20260608 09:48:00.151930  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:48:00.153961  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:48:00.154270  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:02.155112  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:48:02.157128  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:48:02.157418  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:04.158687  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:48:04.161051  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:48:04.161427  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:06.162410  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:48:06.164513  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:48:06.164891  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:08.165771  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:48:08.167903  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:48:08.168268  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:10.169188  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:48:10.171304  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:48:10.171690  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:12.172674  2308 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:48:12.174765  2308 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:48:12.175163  2308 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:12.286655   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:48:12.310659   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:12.311517   602 tablet_replica.cc:333] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0: stopping tablet replica
I20260608 09:48:12.312148   602 raft_consensus.cc:2243] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:12.313134   602 raft_consensus.cc:2272] T c016b1bf6f794662acbe8cd74444038a P 159f13c9e3634d1db7f59a84cea028d0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:12.352216   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:48:12.368422   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
W20260608 09:48:12.383953  2471 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 4 similar messages]
W20260608 09:48:12.390589  2471 consensus_peers.cc:597] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 -> Peer aa43387bf669482783b7cf0111c1a889 (127.0.150.130:45631): Couldn't send request to peer aa43387bf669482783b7cf0111c1a889. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:12.395160   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:12.396140   602 tablet_replica.cc:333] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889: stopping tablet replica
I20260608 09:48:12.396863   602 raft_consensus.cc:2243] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:12.397984   602 raft_consensus.cc:2272] T b3d09f703d89416fbed09ebab56fd84c P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:12.400400   602 tablet_replica.cc:333] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889: stopping tablet replica
I20260608 09:48:12.400914   602 raft_consensus.cc:2243] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:12.401451   602 raft_consensus.cc:2272] T c016b1bf6f794662acbe8cd74444038a P aa43387bf669482783b7cf0111c1a889 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:12.423055   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:48:12.434964   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:48:12.456167   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:12.456975   602 tablet_replica.cc:333] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1: stopping tablet replica
I20260608 09:48:12.457541   602 raft_consensus.cc:2243] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:12.458176   602 raft_consensus.cc:2272] T c016b1bf6f794662acbe8cd74444038a P e887235ead424b5e8d9c1469414699e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:12.460331   602 tablet_replica.cc:333] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1: stopping tablet replica
I20260608 09:48:12.460803   602 raft_consensus.cc:2243] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:12.461660   602 raft_consensus.cc:2272] T b3d09f703d89416fbed09ebab56fd84c P e887235ead424b5e8d9c1469414699e1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:12.483299   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:48:12.496562   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:48:12.516848   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:12.517731   602 tablet_replica.cc:333] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06: stopping tablet replica
I20260608 09:48:12.518327   602 raft_consensus.cc:2243] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:12.519003   602 raft_consensus.cc:2272] T b3d09f703d89416fbed09ebab56fd84c P 1a0f1b66921644238fc822270bfa5b06 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:12.538080   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:48:12.548593   602 master.cc:562] Master@127.0.150.190:38197 shutting down...
I20260608 09:48:12.568910   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:12.569525   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:12.569832   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 888adc003c844f51ae9c3b433aab0df1: stopping tablet replica
I20260608 09:48:12.589113   602 master.cc:584] Master@127.0.150.190:38197 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (28706 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260608 09:48:12.626291   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:36207
I20260608 09:48:12.627524   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:12.633772  2694 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:12.634049  2695 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:12.634601  2697 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:12.635092   602 server_base.cc:1061] running on GCE node
I20260608 09:48:12.636041   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:12.636245   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:12.636447   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912092636413 us; error 0 us; skew 500 ppm
I20260608 09:48:12.637065   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:12.639515   602 webserver.cc:533] Webserver started at http://127.0.150.190:36661/ using document root <none> and password file <none>
I20260608 09:48:12.640043   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:12.640244   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:12.640610   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:12.641772   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "b7707303c5334ba9b6556c448665235d"
format_stamp: "Formatted at 2026-06-08 09:48:12 on dist-test-slave-g93p"
I20260608 09:48:12.646284   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:48:12.649587  2702 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:12.650314   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:48:12.650607   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "b7707303c5334ba9b6556c448665235d"
format_stamp: "Formatted at 2026-06-08 09:48:12 on dist-test-slave-g93p"
I20260608 09:48:12.650871   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:12.670048   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:12.671299   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:12.709502   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:36207
I20260608 09:48:12.709619  2753 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:36207 every 8 connection(s)
I20260608 09:48:12.713783  2754 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:12.724368  2754 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d: Bootstrap starting.
I20260608 09:48:12.729151  2754 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:12.733361  2754 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d: No bootstrap required, opened a new log
I20260608 09:48:12.735633  2754 raft_consensus.cc:359] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b7707303c5334ba9b6556c448665235d" member_type: VOTER }
I20260608 09:48:12.736057  2754 raft_consensus.cc:385] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:12.736263  2754 raft_consensus.cc:740] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b7707303c5334ba9b6556c448665235d, State: Initialized, Role: FOLLOWER
I20260608 09:48:12.736871  2754 consensus_queue.cc:260] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "b7707303c5334ba9b6556c448665235d" member_type: VOTER }
I20260608 09:48:12.737300  2754 raft_consensus.cc:399] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:48:12.737491  2754 raft_consensus.cc:493] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:48:12.737701  2754 raft_consensus.cc:3060] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:12.741737  2754 raft_consensus.cc:515] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b7707303c5334ba9b6556c448665235d" member_type: VOTER }
I20260608 09:48:12.742271  2754 leader_election.cc:304] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [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: b7707303c5334ba9b6556c448665235d; no voters: 
I20260608 09:48:12.743337  2754 leader_election.cc:290] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:48:12.743794  2757 raft_consensus.cc:2804] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:12.745132  2757 raft_consensus.cc:697] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 1 LEADER]: Becoming Leader. State: Replica: b7707303c5334ba9b6556c448665235d, State: Running, Role: LEADER
I20260608 09:48:12.746032  2757 consensus_queue.cc:237] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [LEADER]: Queue going to LEADER mode. State: All 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: "b7707303c5334ba9b6556c448665235d" member_type: VOTER }
I20260608 09:48:12.746491  2754 sys_catalog.cc:565] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:48:12.752353  2759 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [sys.catalog]: SysCatalogTable state changed. Reason: New leader b7707303c5334ba9b6556c448665235d. Latest consensus state: current_term: 1 leader_uuid: "b7707303c5334ba9b6556c448665235d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b7707303c5334ba9b6556c448665235d" member_type: VOTER } }
I20260608 09:48:12.752908  2759 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:12.752427  2758 sys_catalog.cc:455] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "b7707303c5334ba9b6556c448665235d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "b7707303c5334ba9b6556c448665235d" member_type: VOTER } }
I20260608 09:48:12.753240  2758 sys_catalog.cc:458] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:12.754909  2764 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:48:12.761688  2764 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:48:12.762825   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:48:12.771842  2764 catalog_manager.cc:1382] Generated new cluster ID: a9c940f7c3ce44fbb593562ae383a1b3
I20260608 09:48:12.772151  2764 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:48:12.794673  2764 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:48:12.795980  2764 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:48:12.811748  2764 catalog_manager.cc:6069] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d: Generated new TSK 0
I20260608 09:48:12.812402  2764 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:48:12.827957   602 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000184158s
I20260608 09:48:24.923307   602 master.cc:562] Master@127.0.150.190:36207 shutting down...
I20260608 09:48:24.948761   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:24.949579   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:24.950069   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P b7707303c5334ba9b6556c448665235d: stopping tablet replica
I20260608 09:48:24.969718   602 master.cc:584] Master@127.0.150.190:36207 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12374 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260608 09:48:25.000463   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:33193
I20260608 09:48:25.001718   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:25.007480  2777 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:25.008230  2778 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:25.009384  2780 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:25.010036   602 server_base.cc:1061] running on GCE node
I20260608 09:48:25.010864   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:25.011065   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:25.011253   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912105011218 us; error 0 us; skew 500 ppm
I20260608 09:48:25.011858   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:25.014387   602 webserver.cc:533] Webserver started at http://127.0.150.190:42521/ using document root <none> and password file <none>
I20260608 09:48:25.014938   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:25.015146   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:25.015434   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:25.016628   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "59862344edbc491ab9576e8ada511c62"
format_stamp: "Formatted at 2026-06-08 09:48:25 on dist-test-slave-g93p"
I20260608 09:48:25.021340   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.004s
I20260608 09:48:25.024891  2785 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:25.025640   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 09:48:25.026082   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "59862344edbc491ab9576e8ada511c62"
format_stamp: "Formatted at 2026-06-08 09:48:25 on dist-test-slave-g93p"
I20260608 09:48:25.026378   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:25.055375   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:25.056703   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:25.095697   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:33193
I20260608 09:48:25.095811  2836 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:33193 every 8 connection(s)
I20260608 09:48:25.100088  2837 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:25.111048  2837 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62: Bootstrap starting.
I20260608 09:48:25.116046  2837 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:25.120543  2837 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62: No bootstrap required, opened a new log
I20260608 09:48:25.123014  2837 raft_consensus.cc:359] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59862344edbc491ab9576e8ada511c62" member_type: VOTER }
I20260608 09:48:25.123458  2837 raft_consensus.cc:385] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:25.123721  2837 raft_consensus.cc:740] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59862344edbc491ab9576e8ada511c62, State: Initialized, Role: FOLLOWER
I20260608 09:48:25.124476  2837 consensus_queue.cc:260] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "59862344edbc491ab9576e8ada511c62" member_type: VOTER }
I20260608 09:48:25.124964  2837 raft_consensus.cc:399] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:48:25.125183  2837 raft_consensus.cc:493] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:48:25.125510  2837 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:25.130381  2837 raft_consensus.cc:515] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59862344edbc491ab9576e8ada511c62" member_type: VOTER }
I20260608 09:48:25.130914  2837 leader_election.cc:304] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [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: 59862344edbc491ab9576e8ada511c62; no voters: 
I20260608 09:48:25.132047  2837 leader_election.cc:290] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:48:25.132629  2840 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:25.134048  2840 raft_consensus.cc:697] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 1 LEADER]: Becoming Leader. State: Replica: 59862344edbc491ab9576e8ada511c62, State: Running, Role: LEADER
I20260608 09:48:25.134824  2840 consensus_queue.cc:237] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [LEADER]: Queue going to LEADER mode. State: All 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: "59862344edbc491ab9576e8ada511c62" member_type: VOTER }
I20260608 09:48:25.135174  2837 sys_catalog.cc:565] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:48:25.138006  2841 sys_catalog.cc:455] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "59862344edbc491ab9576e8ada511c62" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59862344edbc491ab9576e8ada511c62" member_type: VOTER } }
I20260608 09:48:25.138161  2842 sys_catalog.cc:455] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 59862344edbc491ab9576e8ada511c62. Latest consensus state: current_term: 1 leader_uuid: "59862344edbc491ab9576e8ada511c62" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "59862344edbc491ab9576e8ada511c62" member_type: VOTER } }
I20260608 09:48:25.138728  2841 sys_catalog.cc:458] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:25.138818  2842 sys_catalog.cc:458] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:25.147019  2845 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:48:25.153048  2845 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:48:25.154089   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:48:25.162465  2845 catalog_manager.cc:1382] Generated new cluster ID: 28f914452f58427a9f9007161baa6703
I20260608 09:48:25.162755  2845 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:48:25.199250  2845 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:48:25.200598  2845 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:48:25.220691  2845 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62: Generated new TSK 0
I20260608 09:48:25.221343  2845 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:48:25.285277   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:25.291786  2858 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:25.293104  2859 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:25.294263  2861 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:25.295130   602 server_base.cc:1061] running on GCE node
I20260608 09:48:25.296337   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:25.296550   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:25.296733   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912105296717 us; error 0 us; skew 500 ppm
I20260608 09:48:25.297344   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:25.299734   602 webserver.cc:533] Webserver started at http://127.0.150.129:39855/ using document root <none> and password file <none>
I20260608 09:48:25.300241   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:25.300452   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:25.300733   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:25.301993   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "219467221eae4ec48fe9e9c0fe656b0a"
format_stamp: "Formatted at 2026-06-08 09:48:25 on dist-test-slave-g93p"
I20260608 09:48:25.306631   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260608 09:48:25.310364  2866 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:25.311190   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
I20260608 09:48:25.311481   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "219467221eae4ec48fe9e9c0fe656b0a"
format_stamp: "Formatted at 2026-06-08 09:48:25 on dist-test-slave-g93p"
I20260608 09:48:25.311772   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:25.332948   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:25.334277   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:25.335832   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:25.338467   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:25.338654   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:25.338956   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:25.339123   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:25.384198   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:38621
I20260608 09:48:25.384332  2928 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:38621 every 8 connection(s)
I20260608 09:48:25.389838   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:25.397785  2934 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:25.399194  2933 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:25.399916  2936 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:25.403806   602 server_base.cc:1061] running on GCE node
I20260608 09:48:25.404573   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:25.404804   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:25.405011   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912105404986 us; error 0 us; skew 500 ppm
I20260608 09:48:25.405658   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:25.408612   602 webserver.cc:533] Webserver started at http://127.0.150.130:36311/ using document root <none> and password file <none>
I20260608 09:48:25.409201   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:25.409471   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:25.409646  2929 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33193
I20260608 09:48:25.409821   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:25.410130  2929 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:25.410912  2929 heartbeater.cc:507] Master 127.0.150.190:33193 requested a full tablet report, sending...
I20260608 09:48:25.411275   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "bd7c74d01c7f46498e6acfefcfc40b23"
format_stamp: "Formatted at 2026-06-08 09:48:25 on dist-test-slave-g93p"
I20260608 09:48:25.413341  2802 ts_manager.cc:194] Registered new tserver with Master: 219467221eae4ec48fe9e9c0fe656b0a (127.0.150.129:38621)
I20260608 09:48:25.415377  2802 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43804
I20260608 09:48:25.416887   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 09:48:25.420548  2941 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:25.421355   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:48:25.421650   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "bd7c74d01c7f46498e6acfefcfc40b23"
format_stamp: "Formatted at 2026-06-08 09:48:25 on dist-test-slave-g93p"
I20260608 09:48:25.421981   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:25.444654   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:25.446012   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:25.447438   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:25.449856   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:25.450150   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:25.450416   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:25.450603   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:25.492182   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:44977
I20260608 09:48:25.492290  3003 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:44977 every 8 connection(s)
I20260608 09:48:25.497802   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:25.505426  3007 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:25.506043  3008 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:25.509869   602 server_base.cc:1061] running on GCE node
W20260608 09:48:25.510579  3011 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:25.511545  3004 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33193
I20260608 09:48:25.511664   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 09:48:25.511929  3004 heartbeater.cc:461] Registering TS with master...
W20260608 09:48:25.511973   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:25.512413   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912105512385 us; error 0 us; skew 500 ppm
I20260608 09:48:25.513087   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:25.512967  3004 heartbeater.cc:507] Master 127.0.150.190:33193 requested a full tablet report, sending...
I20260608 09:48:25.515684  2802 ts_manager.cc:194] Registered new tserver with Master: bd7c74d01c7f46498e6acfefcfc40b23 (127.0.150.130:44977)
I20260608 09:48:25.515959   602 webserver.cc:533] Webserver started at http://127.0.150.131:35439/ using document root <none> and password file <none>
I20260608 09:48:25.516561   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:25.516753   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:25.517051   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:25.517388  2802 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43810
I20260608 09:48:25.518401   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "008c8285bb3c4d7b98729f3c90131b0d"
format_stamp: "Formatted at 2026-06-08 09:48:25 on dist-test-slave-g93p"
I20260608 09:48:25.523175   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:48:25.527449  3015 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:25.528244   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260608 09:48:25.528590   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "008c8285bb3c4d7b98729f3c90131b0d"
format_stamp: "Formatted at 2026-06-08 09:48:25 on dist-test-slave-g93p"
I20260608 09:48:25.528923   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:25.556383   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:25.557673   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:25.559204   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:25.561662   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:25.561959   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 09:48:25.562214   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:25.562392   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:25.601941   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:41687
I20260608 09:48:25.602061  3077 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:41687 every 8 connection(s)
I20260608 09:48:25.616429  3078 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33193
I20260608 09:48:25.616772  3078 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:25.617491  3078 heartbeater.cc:507] Master 127.0.150.190:33193 requested a full tablet report, sending...
I20260608 09:48:25.619570  2802 ts_manager.cc:194] Registered new tserver with Master: 008c8285bb3c4d7b98729f3c90131b0d (127.0.150.131:41687)
I20260608 09:48:25.620090   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01468082s
I20260608 09:48:25.621608  2802 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43818
I20260608 09:48:26.418179  2929 heartbeater.cc:499] Master 127.0.150.190:33193 was elected leader, sending a full tablet report...
I20260608 09:48:26.520067  3004 heartbeater.cc:499] Master 127.0.150.190:33193 was elected leader, sending a full tablet report...
I20260608 09:48:26.624449  3078 heartbeater.cc:499] Master 127.0.150.190:33193 was elected leader, sending a full tablet report...
I20260608 09:48:27.150686  2855 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:29.151758  2855 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:31.152637  2855 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:33.153815  2855 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:35.155086  2855 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:37.156093  2855 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:37.715626   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:48:37.740954   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:37.758049   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:48:37.768543   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:48:37.788138   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:37.804239   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:48:37.813524   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:48:37.838325   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:37.854199   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:48:37.863044   602 master.cc:562] Master@127.0.150.190:33193 shutting down...
I20260608 09:48:37.880630   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:37.881448   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:37.881865   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 59862344edbc491ab9576e8ada511c62: stopping tablet replica
I20260608 09:48:37.900043   602 master.cc:584] Master@127.0.150.190:33193 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12930 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260608 09:48:37.933244   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:34395
I20260608 09:48:37.934648   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:37.940948  3084 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:37.941022  3083 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:37.942268  3086 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:37.943166   602 server_base.cc:1061] running on GCE node
I20260608 09:48:37.943917   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:37.944131   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:37.944304   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912117944288 us; error 0 us; skew 500 ppm
I20260608 09:48:37.944921   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:37.947523   602 webserver.cc:533] Webserver started at http://127.0.150.190:40693/ using document root <none> and password file <none>
I20260608 09:48:37.948103   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:37.948326   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:37.948613   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:37.949826   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "d4eee77205424ab48868e3ea58b49929"
format_stamp: "Formatted at 2026-06-08 09:48:37 on dist-test-slave-g93p"
I20260608 09:48:37.954787   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 09:48:37.958345  3091 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:37.959126   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 09:48:37.959435   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "d4eee77205424ab48868e3ea58b49929"
format_stamp: "Formatted at 2026-06-08 09:48:37 on dist-test-slave-g93p"
I20260608 09:48:37.959719   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:37.971787   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:37.973003   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:38.011797   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:34395
I20260608 09:48:38.011912  3142 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:34395 every 8 connection(s)
I20260608 09:48:38.016222  3143 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:38.027482  3143 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929: Bootstrap starting.
I20260608 09:48:38.032454  3143 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:38.036953  3143 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929: No bootstrap required, opened a new log
I20260608 09:48:38.039328  3143 raft_consensus.cc:359] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d4eee77205424ab48868e3ea58b49929" member_type: VOTER }
I20260608 09:48:38.039793  3143 raft_consensus.cc:385] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:38.040030  3143 raft_consensus.cc:740] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4eee77205424ab48868e3ea58b49929, State: Initialized, Role: FOLLOWER
I20260608 09:48:38.040668  3143 consensus_queue.cc:260] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d4eee77205424ab48868e3ea58b49929" member_type: VOTER }
I20260608 09:48:38.041193  3143 raft_consensus.cc:399] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:48:38.041431  3143 raft_consensus.cc:493] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:48:38.041713  3143 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:38.046321  3143 raft_consensus.cc:515] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d4eee77205424ab48868e3ea58b49929" member_type: VOTER }
I20260608 09:48:38.046816  3143 leader_election.cc:304] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [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: d4eee77205424ab48868e3ea58b49929; no voters: 
I20260608 09:48:38.047933  3143 leader_election.cc:290] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:48:38.048437  3146 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:38.049767  3146 raft_consensus.cc:697] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 1 LEADER]: Becoming Leader. State: Replica: d4eee77205424ab48868e3ea58b49929, State: Running, Role: LEADER
I20260608 09:48:38.050541  3146 consensus_queue.cc:237] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [LEADER]: Queue going to LEADER mode. State: All 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: "d4eee77205424ab48868e3ea58b49929" member_type: VOTER }
I20260608 09:48:38.051147  3143 sys_catalog.cc:565] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:48:38.053462  3147 sys_catalog.cc:455] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "d4eee77205424ab48868e3ea58b49929" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d4eee77205424ab48868e3ea58b49929" member_type: VOTER } }
I20260608 09:48:38.053658  3148 sys_catalog.cc:455] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d4eee77205424ab48868e3ea58b49929. Latest consensus state: current_term: 1 leader_uuid: "d4eee77205424ab48868e3ea58b49929" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d4eee77205424ab48868e3ea58b49929" member_type: VOTER } }
I20260608 09:48:38.054183  3147 sys_catalog.cc:458] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:38.054216  3148 sys_catalog.cc:458] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:38.058127  3152 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:48:38.064060  3152 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:48:38.068214   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:48:38.074076  3152 catalog_manager.cc:1382] Generated new cluster ID: e9c001903c4d423c867ac8c7ae16b48d
I20260608 09:48:38.074391  3152 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:48:38.093209  3152 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:48:38.094584  3152 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:48:38.119597  3152 catalog_manager.cc:6069] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929: Generated new TSK 0
I20260608 09:48:38.120275  3152 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:48:38.135360   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:38.141484  3164 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:38.142452  3165 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:38.144416   602 server_base.cc:1061] running on GCE node
W20260608 09:48:38.144562  3167 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:38.145519   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:38.145763   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:38.145987   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912118145969 us; error 0 us; skew 500 ppm
I20260608 09:48:38.146633   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:38.148929   602 webserver.cc:533] Webserver started at http://127.0.150.129:40873/ using document root <none> and password file <none>
I20260608 09:48:38.149459   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:38.149660   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:38.149981   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:38.151124   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "c15c500557f44cc498842f6d0c0ab51a"
format_stamp: "Formatted at 2026-06-08 09:48:38 on dist-test-slave-g93p"
I20260608 09:48:38.156080   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:48:38.159471  3172 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:38.160174   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 09:48:38.160490   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "c15c500557f44cc498842f6d0c0ab51a"
format_stamp: "Formatted at 2026-06-08 09:48:38 on dist-test-slave-g93p"
I20260608 09:48:38.160775   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:38.178574   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:38.179783   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:38.181258   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:38.183629   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:38.183858   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:38.184108   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:38.184294   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:38.224203   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:39515
I20260608 09:48:38.224330  3235 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:39515 every 8 connection(s)
I20260608 09:48:38.229921   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:38.239087  3240 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:38.240314  3241 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:38.243733   602 server_base.cc:1061] running on GCE node
W20260608 09:48:38.243641  3243 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:38.244848   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:38.245100   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:38.245303   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912118245283 us; error 0 us; skew 500 ppm
I20260608 09:48:38.246106   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:38.247339  3236 heartbeater.cc:344] Connected to a master server at 127.0.150.190:34395
I20260608 09:48:38.247735  3236 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:38.248466  3236 heartbeater.cc:507] Master 127.0.150.190:34395 requested a full tablet report, sending...
I20260608 09:48:38.249130   602 webserver.cc:533] Webserver started at http://127.0.150.130:32909/ using document root <none> and password file <none>
I20260608 09:48:38.249706   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:38.249950   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:38.250267   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:38.250918  3108 ts_manager.cc:194] Registered new tserver with Master: c15c500557f44cc498842f6d0c0ab51a (127.0.150.129:39515)
I20260608 09:48:38.251930   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "e82cf21978704d62b5c1927bf5cef7ac"
format_stamp: "Formatted at 2026-06-08 09:48:38 on dist-test-slave-g93p"
I20260608 09:48:38.253564  3108 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34256
I20260608 09:48:38.257402   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.002s
I20260608 09:48:38.261006  3248 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:38.262058   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 09:48:38.262364   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "e82cf21978704d62b5c1927bf5cef7ac"
format_stamp: "Formatted at 2026-06-08 09:48:38 on dist-test-slave-g93p"
I20260608 09:48:38.262653   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:38.272506   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:38.273617   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:38.275075   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:38.277334   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:38.277539   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:38.277814   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:38.278041   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 09:48:38.318970   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:46171
I20260608 09:48:38.319159  3310 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:46171 every 8 connection(s)
I20260608 09:48:38.323972   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:38.332003  3314 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:38.333295  3315 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:38.337383   602 server_base.cc:1061] running on GCE node
W20260608 09:48:38.337666  3317 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:38.338698   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:38.338941   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:38.339017  3311 heartbeater.cc:344] Connected to a master server at 127.0.150.190:34395
I20260608 09:48:38.339143   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912118339125 us; error 0 us; skew 500 ppm
I20260608 09:48:38.339582  3311 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:38.339974   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:38.340519  3311 heartbeater.cc:507] Master 127.0.150.190:34395 requested a full tablet report, sending...
I20260608 09:48:38.343127   602 webserver.cc:533] Webserver started at http://127.0.150.131:33309/ using document root <none> and password file <none>
I20260608 09:48:38.343099  3108 ts_manager.cc:194] Registered new tserver with Master: e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171)
I20260608 09:48:38.343909   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:38.344148   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:38.344429   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:38.345010  3108 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34270
I20260608 09:48:38.345667   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "f400109d614c4aafb3c6fd30c493a8e3"
format_stamp: "Formatted at 2026-06-08 09:48:38 on dist-test-slave-g93p"
I20260608 09:48:38.350411   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 09:48:38.353855  3322 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:38.354666   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:48:38.354993   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "f400109d614c4aafb3c6fd30c493a8e3"
format_stamp: "Formatted at 2026-06-08 09:48:38 on dist-test-slave-g93p"
I20260608 09:48:38.355283   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:38.367712   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:38.368906   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:38.370365   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:38.372605   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:38.372843   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:38.373078   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:38.373255   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:38.412432   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:34889
I20260608 09:48:38.412550  3384 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:34889 every 8 connection(s)
I20260608 09:48:38.426476  3385 heartbeater.cc:344] Connected to a master server at 127.0.150.190:34395
I20260608 09:48:38.426864  3385 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:38.427606  3385 heartbeater.cc:507] Master 127.0.150.190:34395 requested a full tablet report, sending...
I20260608 09:48:38.429598  3108 ts_manager.cc:194] Registered new tserver with Master: f400109d614c4aafb3c6fd30c493a8e3 (127.0.150.131:34889)
I20260608 09:48:38.430320   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014458573s
I20260608 09:48:38.431092  3108 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34278
I20260608 09:48:39.256484  3236 heartbeater.cc:499] Master 127.0.150.190:34395 was elected leader, sending a full tablet report...
I20260608 09:48:39.347711  3311 heartbeater.cc:499] Master 127.0.150.190:34395 was elected leader, sending a full tablet report...
I20260608 09:48:39.433961  3385 heartbeater.cc:499] Master 127.0.150.190:34395 was elected leader, sending a full tablet report...
I20260608 09:48:39.487803  3108 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34284:
name: "range_aware_auto_rebalancer_test"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000\006\001\n\000\000\000\007\001\024\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 2
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:48:39.490263  3108 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_auto_rebalancer_test in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:48:39.547528  3276 tablet_service.cc:1511] Processing CreateTablet for tablet f3ef91edff7e42e188571cf44de71769 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:39.549350  3276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3ef91edff7e42e188571cf44de71769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.549569  3273 tablet_service.cc:1511] Processing CreateTablet for tablet 5313edab47814f9588ba040ce7e77f26 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:39.550709  3275 tablet_service.cc:1511] Processing CreateTablet for tablet 21af4d9978504fda92db93aeab3b50ea (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:39.551229  3273 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5313edab47814f9588ba040ce7e77f26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.552214  3275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21af4d9978504fda92db93aeab3b50ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.555015  3274 tablet_service.cc:1511] Processing CreateTablet for tablet 27b0ab214ba64168a3723e69c8e0ee34 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:39.556627  3274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27b0ab214ba64168a3723e69c8e0ee34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.560519  3200 tablet_service.cc:1511] Processing CreateTablet for tablet f3ef91edff7e42e188571cf44de71769 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:39.563125  3199 tablet_service.cc:1511] Processing CreateTablet for tablet 21af4d9978504fda92db93aeab3b50ea (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:39.564862  3200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3ef91edff7e42e188571cf44de71769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.565433  3198 tablet_service.cc:1511] Processing CreateTablet for tablet 27b0ab214ba64168a3723e69c8e0ee34 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:39.566340  3199 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21af4d9978504fda92db93aeab3b50ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.566840  3350 tablet_service.cc:1511] Processing CreateTablet for tablet f3ef91edff7e42e188571cf44de71769 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:39.568379  3350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f3ef91edff7e42e188571cf44de71769. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.568081  3197 tablet_service.cc:1511] Processing CreateTablet for tablet 5313edab47814f9588ba040ce7e77f26 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:39.569622  3197 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5313edab47814f9588ba040ce7e77f26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.574293  3198 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27b0ab214ba64168a3723e69c8e0ee34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.576318  3349 tablet_service.cc:1511] Processing CreateTablet for tablet 21af4d9978504fda92db93aeab3b50ea (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:39.578336  3349 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21af4d9978504fda92db93aeab3b50ea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.588013  3348 tablet_service.cc:1511] Processing CreateTablet for tablet 27b0ab214ba64168a3723e69c8e0ee34 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:39.591780  3347 tablet_service.cc:1511] Processing CreateTablet for tablet 5313edab47814f9588ba040ce7e77f26 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=fa9d0398232943eeacef2d24c588773c]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:39.594403  3348 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27b0ab214ba64168a3723e69c8e0ee34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.597296  3347 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5313edab47814f9588ba040ce7e77f26. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:39.633455  3405 tablet_bootstrap.cc:492] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac: Bootstrap starting.
I20260608 09:48:39.641134  3405 tablet_bootstrap.cc:654] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.642904  3406 tablet_bootstrap.cc:492] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a: Bootstrap starting.
I20260608 09:48:39.643832  3407 tablet_bootstrap.cc:492] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3: Bootstrap starting.
I20260608 09:48:39.650694  3407 tablet_bootstrap.cc:654] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.652400  3406 tablet_bootstrap.cc:654] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.654938  3405 tablet_bootstrap.cc:492] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac: No bootstrap required, opened a new log
I20260608 09:48:39.655542  3405 ts_tablet_manager.cc:1403] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac: Time spent bootstrapping tablet: real 0.023s	user 0.009s	sys 0.005s
I20260608 09:48:39.657069  3407 tablet_bootstrap.cc:492] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3: No bootstrap required, opened a new log
I20260608 09:48:39.657518  3407 ts_tablet_manager.cc:1403] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.002s
I20260608 09:48:39.659832  3405 raft_consensus.cc:359] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.660493  3407 raft_consensus.cc:359] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } }
I20260608 09:48:39.661271  3405 raft_consensus.cc:385] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.661453  3407 raft_consensus.cc:385] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.661787  3405 raft_consensus.cc:740] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e82cf21978704d62b5c1927bf5cef7ac, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.662051  3407 raft_consensus.cc:740] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f400109d614c4aafb3c6fd30c493a8e3, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.662817  3405 consensus_queue.cc:260] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.663041  3407 consensus_queue.cc:260] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } }
I20260608 09:48:39.663893  3406 tablet_bootstrap.cc:492] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a: No bootstrap required, opened a new log
I20260608 09:48:39.664484  3406 ts_tablet_manager.cc:1403] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a: Time spent bootstrapping tablet: real 0.035s	user 0.014s	sys 0.005s
I20260608 09:48:39.666251  3407 ts_tablet_manager.cc:1434] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260608 09:48:39.667303  3407 tablet_bootstrap.cc:492] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3: Bootstrap starting.
W20260608 09:48:39.667971  3386 tablet.cc:2404] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 09:48:39.670257  3406 raft_consensus.cc:359] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } }
I20260608 09:48:39.671157  3406 raft_consensus.cc:385] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.671535  3406 raft_consensus.cc:740] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c15c500557f44cc498842f6d0c0ab51a, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.672833  3405 ts_tablet_manager.cc:1434] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.007s
I20260608 09:48:39.672425  3406 consensus_queue.cc:260] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } }
I20260608 09:48:39.674655  3407 tablet_bootstrap.cc:654] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.680274  3407 tablet_bootstrap.cc:492] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3: No bootstrap required, opened a new log
I20260608 09:48:39.680768  3407 ts_tablet_manager.cc:1403] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3: Time spent bootstrapping tablet: real 0.014s	user 0.005s	sys 0.006s
I20260608 09:48:39.683869  3407 raft_consensus.cc:359] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.684631  3407 raft_consensus.cc:385] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.684962  3405 tablet_bootstrap.cc:492] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac: Bootstrap starting.
I20260608 09:48:39.684963  3407 raft_consensus.cc:740] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f400109d614c4aafb3c6fd30c493a8e3, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.686358  3407 consensus_queue.cc:260] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.688690  3407 ts_tablet_manager.cc:1434] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 09:48:39.689698  3407 tablet_bootstrap.cc:492] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3: Bootstrap starting.
I20260608 09:48:39.694645  3405 tablet_bootstrap.cc:654] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.696367  3407 tablet_bootstrap.cc:654] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.707942  3406 ts_tablet_manager.cc:1434] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a: Time spent starting tablet: real 0.043s	user 0.021s	sys 0.019s
I20260608 09:48:39.709247  3406 tablet_bootstrap.cc:492] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a: Bootstrap starting.
I20260608 09:48:39.710053  3405 tablet_bootstrap.cc:492] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac: No bootstrap required, opened a new log
I20260608 09:48:39.710623  3405 ts_tablet_manager.cc:1403] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac: Time spent bootstrapping tablet: real 0.026s	user 0.009s	sys 0.007s
I20260608 09:48:39.713778  3405 raft_consensus.cc:359] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } }
I20260608 09:48:39.714730  3405 raft_consensus.cc:385] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.716243  3406 tablet_bootstrap.cc:654] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.716302  3405 raft_consensus.cc:740] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e82cf21978704d62b5c1927bf5cef7ac, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.717783  3407 tablet_bootstrap.cc:492] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3: No bootstrap required, opened a new log
I20260608 09:48:39.717291  3405 consensus_queue.cc:260] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } }
I20260608 09:48:39.718349  3407 ts_tablet_manager.cc:1403] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3: Time spent bootstrapping tablet: real 0.029s	user 0.017s	sys 0.011s
I20260608 09:48:39.721616  3407 raft_consensus.cc:359] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.722484  3407 raft_consensus.cc:385] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.722854  3407 raft_consensus.cc:740] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f400109d614c4aafb3c6fd30c493a8e3, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.723546  3405 ts_tablet_manager.cc:1434] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.001s
I20260608 09:48:39.723819  3407 consensus_queue.cc:260] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.724958  3405 tablet_bootstrap.cc:492] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac: Bootstrap starting.
I20260608 09:48:39.728098  3406 tablet_bootstrap.cc:492] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a: No bootstrap required, opened a new log
I20260608 09:48:39.728199  3407 ts_tablet_manager.cc:1434] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 09:48:39.728719  3406 ts_tablet_manager.cc:1403] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.005s
I20260608 09:48:39.729310  3407 tablet_bootstrap.cc:492] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3: Bootstrap starting.
I20260608 09:48:39.732106  3406 raft_consensus.cc:359] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.732988  3406 raft_consensus.cc:385] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.733304  3406 raft_consensus.cc:740] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c15c500557f44cc498842f6d0c0ab51a, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.734133  3406 consensus_queue.cc:260] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.736454  3406 ts_tablet_manager.cc:1434] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260608 09:48:39.737114  3412 raft_consensus.cc:493] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:39.737504  3406 tablet_bootstrap.cc:492] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a: Bootstrap starting.
I20260608 09:48:39.737985  3407 tablet_bootstrap.cc:654] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.737607  3412 raft_consensus.cc:515] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.744673  3412 leader_election.cc:290] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c15c500557f44cc498842f6d0c0ab51a (127.0.150.129:39515), e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171)
I20260608 09:48:39.749402  3412 raft_consensus.cc:493] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:39.750126  3412 raft_consensus.cc:515] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } }
I20260608 09:48:39.753567  3412 leader_election.cc:290] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171), c15c500557f44cc498842f6d0c0ab51a (127.0.150.129:39515)
I20260608 09:48:39.744884  3406 tablet_bootstrap.cc:654] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.755955  3412 raft_consensus.cc:493] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:39.757579  3407 tablet_bootstrap.cc:492] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3: No bootstrap required, opened a new log
I20260608 09:48:39.756860  3412 raft_consensus.cc:515] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.761097  3407 ts_tablet_manager.cc:1403] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3: Time spent bootstrapping tablet: real 0.032s	user 0.009s	sys 0.020s
I20260608 09:48:39.763142  3210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5313edab47814f9588ba040ce7e77f26" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c15c500557f44cc498842f6d0c0ab51a" is_pre_election: true
I20260608 09:48:39.765538  3210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3ef91edff7e42e188571cf44de71769" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c15c500557f44cc498842f6d0c0ab51a" is_pre_election: true
I20260608 09:48:39.765936  3412 leader_election.cc:290] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c15c500557f44cc498842f6d0c0ab51a (127.0.150.129:39515), e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171)
I20260608 09:48:39.766283  3405 tablet_bootstrap.cc:654] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.766212  3210 raft_consensus.cc:2468] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f400109d614c4aafb3c6fd30c493a8e3 in term 0.
I20260608 09:48:39.766661  3407 raft_consensus.cc:359] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.767450  3407 raft_consensus.cc:385] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.767838  3407 raft_consensus.cc:740] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f400109d614c4aafb3c6fd30c493a8e3, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.768738  3407 consensus_queue.cc:260] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.769192  3210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21af4d9978504fda92db93aeab3b50ea" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c15c500557f44cc498842f6d0c0ab51a" is_pre_election: true
I20260608 09:48:39.769862  3210 raft_consensus.cc:2468] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f400109d614c4aafb3c6fd30c493a8e3 in term 0.
W20260608 09:48:39.771595  3326 leader_election.cc:343] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c15c500557f44cc498842f6d0c0ab51a (127.0.150.129:39515): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:39.773470  3326 leader_election.cc:304] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [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: c15c500557f44cc498842f6d0c0ab51a, f400109d614c4aafb3c6fd30c493a8e3; no voters: 
I20260608 09:48:39.774400  3407 ts_tablet_manager.cc:1434] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.002s
I20260608 09:48:39.775633  3412 raft_consensus.cc:2804] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:39.776006  3412 raft_consensus.cc:493] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:39.776422  3412 raft_consensus.cc:3060] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:39.783846  3412 raft_consensus.cc:515] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } }
I20260608 09:48:39.784950  3326 leader_election.cc:304] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [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: c15c500557f44cc498842f6d0c0ab51a, f400109d614c4aafb3c6fd30c493a8e3; no voters: 
I20260608 09:48:39.786114  3421 raft_consensus.cc:2804] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:39.786664  3421 raft_consensus.cc:493] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:39.786974  3412 leader_election.cc:290] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [CANDIDATE]: Term 1 election: Requested vote from peers e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171), c15c500557f44cc498842f6d0c0ab51a (127.0.150.129:39515)
I20260608 09:48:39.787115  3286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5313edab47814f9588ba040ce7e77f26" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e82cf21978704d62b5c1927bf5cef7ac" is_pre_election: true
I20260608 09:48:39.787196  3421 raft_consensus.cc:3060] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:39.789676  3286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3ef91edff7e42e188571cf44de71769" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e82cf21978704d62b5c1927bf5cef7ac" is_pre_election: true
I20260608 09:48:39.790354  3285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21af4d9978504fda92db93aeab3b50ea" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e82cf21978704d62b5c1927bf5cef7ac" is_pre_election: true
I20260608 09:48:39.790395  3286 raft_consensus.cc:2468] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f400109d614c4aafb3c6fd30c493a8e3 in term 0.
I20260608 09:48:39.791206  3406 tablet_bootstrap.cc:492] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a: No bootstrap required, opened a new log
I20260608 09:48:39.791144  3285 raft_consensus.cc:2468] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f400109d614c4aafb3c6fd30c493a8e3 in term 0.
I20260608 09:48:39.791836  3406 ts_tablet_manager.cc:1403] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a: Time spent bootstrapping tablet: real 0.055s	user 0.017s	sys 0.015s
I20260608 09:48:39.793205  3285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3ef91edff7e42e188571cf44de71769" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e82cf21978704d62b5c1927bf5cef7ac"
I20260608 09:48:39.793479  3210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f3ef91edff7e42e188571cf44de71769" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c15c500557f44cc498842f6d0c0ab51a"
I20260608 09:48:39.793780  3285 raft_consensus.cc:3060] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:39.794075  3210 raft_consensus.cc:3060] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:39.794957  3421 raft_consensus.cc:515] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.795079  3406 raft_consensus.cc:359] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.795879  3406 raft_consensus.cc:385] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.796958  3406 raft_consensus.cc:740] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c15c500557f44cc498842f6d0c0ab51a, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.798509  3406 consensus_queue.cc:260] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.799871  3405 tablet_bootstrap.cc:492] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac: No bootstrap required, opened a new log
I20260608 09:48:39.801921  3406 ts_tablet_manager.cc:1434] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.000s
I20260608 09:48:39.803108  3406 tablet_bootstrap.cc:492] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a: Bootstrap starting.
I20260608 09:48:39.805351  3405 ts_tablet_manager.cc:1403] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac: Time spent bootstrapping tablet: real 0.081s	user 0.014s	sys 0.005s
I20260608 09:48:39.808598  3405 raft_consensus.cc:359] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.809417  3405 raft_consensus.cc:385] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.809585  3285 raft_consensus.cc:2468] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f400109d614c4aafb3c6fd30c493a8e3 in term 1.
I20260608 09:48:39.810748  3406 tablet_bootstrap.cc:654] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.809818  3405 raft_consensus.cc:740] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e82cf21978704d62b5c1927bf5cef7ac, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.812888  3405 consensus_queue.cc:260] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.815689  3210 raft_consensus.cc:2468] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f400109d614c4aafb3c6fd30c493a8e3 in term 1.
I20260608 09:48:39.797415  3421 leader_election.cc:290] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [CANDIDATE]: Term 1 election: Requested vote from peers c15c500557f44cc498842f6d0c0ab51a (127.0.150.129:39515), e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171)
I20260608 09:48:39.820248  3406 tablet_bootstrap.cc:492] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a: No bootstrap required, opened a new log
W20260608 09:48:39.820124  3326 leader_election.cc:343] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:39.820812  3406 ts_tablet_manager.cc:1403] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.003s
I20260608 09:48:39.820752  3326 leader_election.cc:304] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [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: f400109d614c4aafb3c6fd30c493a8e3; no voters: c15c500557f44cc498842f6d0c0ab51a, e82cf21978704d62b5c1927bf5cef7ac
I20260608 09:48:39.821748  3421 raft_consensus.cc:2749] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:48:39.822917  3405 ts_tablet_manager.cc:1434] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260608 09:48:39.823933  3326 leader_election.cc:304] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [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: e82cf21978704d62b5c1927bf5cef7ac, f400109d614c4aafb3c6fd30c493a8e3; no voters: 
I20260608 09:48:39.824133  3406 raft_consensus.cc:359] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.824827  3421 raft_consensus.cc:2804] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:39.824890  3406 raft_consensus.cc:385] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.825475  3421 raft_consensus.cc:697] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 LEADER]: Becoming Leader. State: Replica: f400109d614c4aafb3c6fd30c493a8e3, State: Running, Role: LEADER
I20260608 09:48:39.825387  3406 raft_consensus.cc:740] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c15c500557f44cc498842f6d0c0ab51a, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.826581  3406 consensus_queue.cc:260] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.826996  3421 consensus_queue.cc:237] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [LEADER]: Queue going to LEADER mode. State: All 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: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } }
I20260608 09:48:39.828979  3406 ts_tablet_manager.cc:1434] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 09:48:39.831270  3405 tablet_bootstrap.cc:492] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac: Bootstrap starting.
I20260608 09:48:39.832628  3210 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21af4d9978504fda92db93aeab3b50ea" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c15c500557f44cc498842f6d0c0ab51a"
I20260608 09:48:39.833328  3210 raft_consensus.cc:3060] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:39.833534  3285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21af4d9978504fda92db93aeab3b50ea" candidate_uuid: "f400109d614c4aafb3c6fd30c493a8e3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e82cf21978704d62b5c1927bf5cef7ac"
I20260608 09:48:39.834167  3285 raft_consensus.cc:3060] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:39.838793  3107 catalog_manager.cc:5696] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to f400109d614c4aafb3c6fd30c493a8e3 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "f400109d614c4aafb3c6fd30c493a8e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:39.841326  3285 raft_consensus.cc:2468] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f400109d614c4aafb3c6fd30c493a8e3 in term 1.
I20260608 09:48:39.843001  3326 leader_election.cc:304] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [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: e82cf21978704d62b5c1927bf5cef7ac, f400109d614c4aafb3c6fd30c493a8e3; no voters: 
I20260608 09:48:39.843973  3421 raft_consensus.cc:2804] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:39.841320  3210 raft_consensus.cc:2468] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f400109d614c4aafb3c6fd30c493a8e3 in term 1.
I20260608 09:48:39.844712  3421 raft_consensus.cc:697] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 1 LEADER]: Becoming Leader. State: Replica: f400109d614c4aafb3c6fd30c493a8e3, State: Running, Role: LEADER
I20260608 09:48:39.845645  3421 consensus_queue.cc:237] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [LEADER]: Queue going to LEADER mode. State: All 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: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.847419  3405 tablet_bootstrap.cc:654] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:39.866658  3105 catalog_manager.cc:5696] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 reported cstate change: term changed from 0 to 1, leader changed from <none> to f400109d614c4aafb3c6fd30c493a8e3 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "f400109d614c4aafb3c6fd30c493a8e3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } health_report { overall_health: HEALTHY } } }
I20260608 09:48:39.867879  3405 tablet_bootstrap.cc:492] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac: No bootstrap required, opened a new log
I20260608 09:48:39.868520  3405 ts_tablet_manager.cc:1403] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac: Time spent bootstrapping tablet: real 0.038s	user 0.016s	sys 0.006s
I20260608 09:48:39.872321  3405 raft_consensus.cc:359] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.873253  3405 raft_consensus.cc:385] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:39.873612  3405 raft_consensus.cc:740] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e82cf21978704d62b5c1927bf5cef7ac, State: Initialized, Role: FOLLOWER
I20260608 09:48:39.874590  3405 consensus_queue.cc:260] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.877509  3405 ts_tablet_manager.cc:1434] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 09:48:39.886956  3413 raft_consensus.cc:493] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:39.887403  3413 raft_consensus.cc:515] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.889528  3413 leader_election.cc:290] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171), f400109d614c4aafb3c6fd30c493a8e3 (127.0.150.131:34889)
I20260608 09:48:39.903292  3360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27b0ab214ba64168a3723e69c8e0ee34" candidate_uuid: "c15c500557f44cc498842f6d0c0ab51a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f400109d614c4aafb3c6fd30c493a8e3" is_pre_election: true
I20260608 09:48:39.904050  3360 raft_consensus.cc:2468] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c15c500557f44cc498842f6d0c0ab51a in term 0.
I20260608 09:48:39.906836  3285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27b0ab214ba64168a3723e69c8e0ee34" candidate_uuid: "c15c500557f44cc498842f6d0c0ab51a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e82cf21978704d62b5c1927bf5cef7ac" is_pre_election: true
I20260608 09:48:39.907507  3285 raft_consensus.cc:2468] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c15c500557f44cc498842f6d0c0ab51a in term 0.
I20260608 09:48:39.907719  3173 leader_election.cc:304] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [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: c15c500557f44cc498842f6d0c0ab51a, f400109d614c4aafb3c6fd30c493a8e3; no voters: 
I20260608 09:48:39.908793  3413 raft_consensus.cc:2804] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:39.909145  3413 raft_consensus.cc:493] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:39.909453  3413 raft_consensus.cc:3060] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:39.914582  3413 raft_consensus.cc:515] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.916200  3413 leader_election.cc:290] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [CANDIDATE]: Term 1 election: Requested vote from peers e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171), f400109d614c4aafb3c6fd30c493a8e3 (127.0.150.131:34889)
I20260608 09:48:39.917142  3285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27b0ab214ba64168a3723e69c8e0ee34" candidate_uuid: "c15c500557f44cc498842f6d0c0ab51a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e82cf21978704d62b5c1927bf5cef7ac"
I20260608 09:48:39.917321  3360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27b0ab214ba64168a3723e69c8e0ee34" candidate_uuid: "c15c500557f44cc498842f6d0c0ab51a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f400109d614c4aafb3c6fd30c493a8e3"
I20260608 09:48:39.917634  3285 raft_consensus.cc:3060] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:39.917840  3360 raft_consensus.cc:3060] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:39.922580  3360 raft_consensus.cc:2468] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c15c500557f44cc498842f6d0c0ab51a in term 1.
I20260608 09:48:39.923192  3285 raft_consensus.cc:2468] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c15c500557f44cc498842f6d0c0ab51a in term 1.
I20260608 09:48:39.923549  3173 leader_election.cc:304] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [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: c15c500557f44cc498842f6d0c0ab51a, f400109d614c4aafb3c6fd30c493a8e3; no voters: 
I20260608 09:48:39.924407  3413 raft_consensus.cc:2804] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:39.925489  3413 raft_consensus.cc:697] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 1 LEADER]: Becoming Leader. State: Replica: c15c500557f44cc498842f6d0c0ab51a, State: Running, Role: LEADER
I20260608 09:48:39.926318  3413 consensus_queue.cc:237] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [LEADER]: Queue going to LEADER mode. State: All 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: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:39.933276  3105 catalog_manager.cc:5696] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a reported cstate change: term changed from 0 to 1, leader changed from <none> to c15c500557f44cc498842f6d0c0ab51a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "c15c500557f44cc498842f6d0c0ab51a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } health_report { overall_health: UNKNOWN } } }
W20260608 09:48:40.067049  3156 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:48:40.067991  3161 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_auto_rebalancer_test
W20260608 09:48:40.071080  3161 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 09:48:40.161000  3413 raft_consensus.cc:493] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:40.161667  3413 raft_consensus.cc:515] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:40.163942  3413 leader_election.cc:290] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171), f400109d614c4aafb3c6fd30c493a8e3 (127.0.150.131:34889)
I20260608 09:48:40.164819  3285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5313edab47814f9588ba040ce7e77f26" candidate_uuid: "c15c500557f44cc498842f6d0c0ab51a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e82cf21978704d62b5c1927bf5cef7ac" is_pre_election: true
I20260608 09:48:40.165074  3360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5313edab47814f9588ba040ce7e77f26" candidate_uuid: "c15c500557f44cc498842f6d0c0ab51a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f400109d614c4aafb3c6fd30c493a8e3" is_pre_election: true
I20260608 09:48:40.165504  3285 raft_consensus.cc:2468] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c15c500557f44cc498842f6d0c0ab51a in term 0.
I20260608 09:48:40.165647  3360 raft_consensus.cc:2468] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c15c500557f44cc498842f6d0c0ab51a in term 0.
I20260608 09:48:40.166738  3176 leader_election.cc:304] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [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: c15c500557f44cc498842f6d0c0ab51a, e82cf21978704d62b5c1927bf5cef7ac; no voters: 
I20260608 09:48:40.167438  3413 raft_consensus.cc:2804] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:40.167749  3413 raft_consensus.cc:493] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:40.168048  3413 raft_consensus.cc:3060] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:40.173022  3413 raft_consensus.cc:515] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:40.174772  3413 leader_election.cc:290] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [CANDIDATE]: Term 1 election: Requested vote from peers e82cf21978704d62b5c1927bf5cef7ac (127.0.150.130:46171), f400109d614c4aafb3c6fd30c493a8e3 (127.0.150.131:34889)
I20260608 09:48:40.175658  3285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5313edab47814f9588ba040ce7e77f26" candidate_uuid: "c15c500557f44cc498842f6d0c0ab51a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e82cf21978704d62b5c1927bf5cef7ac"
I20260608 09:48:40.175781  3360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5313edab47814f9588ba040ce7e77f26" candidate_uuid: "c15c500557f44cc498842f6d0c0ab51a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f400109d614c4aafb3c6fd30c493a8e3"
I20260608 09:48:40.176162  3285 raft_consensus.cc:3060] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:40.176373  3360 raft_consensus.cc:3060] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:40.180883  3285 raft_consensus.cc:2468] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c15c500557f44cc498842f6d0c0ab51a in term 1.
I20260608 09:48:40.181236  3360 raft_consensus.cc:2468] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c15c500557f44cc498842f6d0c0ab51a in term 1.
I20260608 09:48:40.182016  3176 leader_election.cc:304] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [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: c15c500557f44cc498842f6d0c0ab51a, e82cf21978704d62b5c1927bf5cef7ac; no voters: 
I20260608 09:48:40.182956  3413 raft_consensus.cc:2804] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:40.183512  3413 raft_consensus.cc:697] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 1 LEADER]: Becoming Leader. State: Replica: c15c500557f44cc498842f6d0c0ab51a, State: Running, Role: LEADER
I20260608 09:48:40.184244  3413 consensus_queue.cc:237] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [LEADER]: Queue going to LEADER mode. State: All 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: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } }
I20260608 09:48:40.190917  3105 catalog_manager.cc:5696] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a reported cstate change: term changed from 0 to 1, leader changed from <none> to c15c500557f44cc498842f6d0c0ab51a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "c15c500557f44cc498842f6d0c0ab51a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f400109d614c4aafb3c6fd30c493a8e3" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 34889 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:40.292418  3421 consensus_queue.cc:1048] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:40.304353  3435 consensus_queue.cc:1048] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c15c500557f44cc498842f6d0c0ab51a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39515 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:40.337044   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:48:40.355154   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:40.355811   602 tablet_replica.cc:333] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a: stopping tablet replica
I20260608 09:48:40.356398   602 raft_consensus.cc:2243] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:40.357050   602 pending_rounds.cc:70] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a: Trying to abort 1 pending ops.
I20260608 09:48:40.357290   602 pending_rounds.cc:77] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616043225571328 op_type: NO_OP noop_request { }
I20260608 09:48:40.357668   602 raft_consensus.cc:2889] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:48:40.357971   602 raft_consensus.cc:2272] T 27b0ab214ba64168a3723e69c8e0ee34 P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.360287   602 tablet_replica.cc:333] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a: stopping tablet replica
I20260608 09:48:40.360987   602 raft_consensus.cc:2243] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:40.361691   602 pending_rounds.cc:70] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a: Trying to abort 1 pending ops.
I20260608 09:48:40.361936   602 pending_rounds.cc:77] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616044282425344 op_type: NO_OP noop_request { }
I20260608 09:48:40.362280   602 raft_consensus.cc:2889] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:48:40.362593   602 raft_consensus.cc:2272] T 5313edab47814f9588ba040ce7e77f26 P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.363013  3435 consensus_queue.cc:1048] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e82cf21978704d62b5c1927bf5cef7ac" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 46171 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:40.365093   602 tablet_replica.cc:333] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a: stopping tablet replica
I20260608 09:48:40.365713   602 raft_consensus.cc:2243] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:40.366138   602 raft_consensus.cc:2272] T 21af4d9978504fda92db93aeab3b50ea P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.368597   602 tablet_replica.cc:333] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a: stopping tablet replica
I20260608 09:48:40.369299   602 raft_consensus.cc:2243] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:40.369717   602 raft_consensus.cc:2272] T f3ef91edff7e42e188571cf44de71769 P c15c500557f44cc498842f6d0c0ab51a [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:48:40.379480  3326 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
W20260608 09:48:40.383201  3326 consensus_peers.cc:597] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 -> Peer c15c500557f44cc498842f6d0c0ab51a (127.0.150.129:39515): Couldn't send request to peer c15c500557f44cc498842f6d0c0ab51a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:40.387809   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:48:40.398569   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:48:40.422030   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:40.422766   602 tablet_replica.cc:333] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac: stopping tablet replica
I20260608 09:48:40.423357   602 raft_consensus.cc:2243] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:40.423789   602 raft_consensus.cc:2272] T 27b0ab214ba64168a3723e69c8e0ee34 P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.425475   602 tablet_replica.cc:333] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac: stopping tablet replica
I20260608 09:48:40.426064   602 raft_consensus.cc:2243] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:40.426441   602 raft_consensus.cc:2272] T 5313edab47814f9588ba040ce7e77f26 P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.428025   602 tablet_replica.cc:333] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac: stopping tablet replica
I20260608 09:48:40.428524   602 raft_consensus.cc:2243] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:40.428923   602 raft_consensus.cc:2272] T f3ef91edff7e42e188571cf44de71769 P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.431026   602 tablet_replica.cc:333] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac: stopping tablet replica
I20260608 09:48:40.431574   602 raft_consensus.cc:2243] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:40.431977   602 raft_consensus.cc:2272] T 21af4d9978504fda92db93aeab3b50ea P e82cf21978704d62b5c1927bf5cef7ac [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.453490   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:48:40.464813   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:48:40.482260   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:40.482972   602 tablet_replica.cc:333] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3: stopping tablet replica
I20260608 09:48:40.483557   602 raft_consensus.cc:2243] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:40.483994   602 raft_consensus.cc:2272] T 27b0ab214ba64168a3723e69c8e0ee34 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.485666   602 tablet_replica.cc:333] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3: stopping tablet replica
I20260608 09:48:40.486236   602 raft_consensus.cc:2243] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:40.487028   602 raft_consensus.cc:2272] T 21af4d9978504fda92db93aeab3b50ea P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.489013   602 tablet_replica.cc:333] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3: stopping tablet replica
I20260608 09:48:40.489513   602 raft_consensus.cc:2243] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:40.489961   602 raft_consensus.cc:2272] T 5313edab47814f9588ba040ce7e77f26 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.491523   602 tablet_replica.cc:333] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3: stopping tablet replica
I20260608 09:48:40.491968   602 raft_consensus.cc:2243] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:40.492702   602 raft_consensus.cc:2272] T f3ef91edff7e42e188571cf44de71769 P f400109d614c4aafb3c6fd30c493a8e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.505100   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:48:40.515695   602 master.cc:562] Master@127.0.150.190:34395 shutting down...
I20260608 09:48:40.530022   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:40.530560   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:40.530892   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P d4eee77205424ab48868e3ea58b49929: stopping tablet replica
I20260608 09:48:40.548521   602 master.cc:584] Master@127.0.150.190:34395 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2647 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260608 09:48:40.580513   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:35951
I20260608 09:48:40.581681   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:40.587136  3441 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:40.587278  3442 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:40.588466  3444 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:40.589684   602 server_base.cc:1061] running on GCE node
I20260608 09:48:40.590642   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:40.590847   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:40.591010   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912120590976 us; error 0 us; skew 500 ppm
I20260608 09:48:40.591631   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:40.593830   602 webserver.cc:533] Webserver started at http://127.0.150.190:38971/ using document root <none> and password file <none>
I20260608 09:48:40.594410   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:40.594605   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:40.594874   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:40.595911   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "9cc1b98d97954215b5594a240f6317a8"
format_stamp: "Formatted at 2026-06-08 09:48:40 on dist-test-slave-g93p"
I20260608 09:48:40.600507   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:48:40.603889  3449 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:40.604667   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:48:40.604990   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "9cc1b98d97954215b5594a240f6317a8"
format_stamp: "Formatted at 2026-06-08 09:48:40 on dist-test-slave-g93p"
I20260608 09:48:40.605275   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:40.620958   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:40.622066   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:40.661198   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:35951
I20260608 09:48:40.661339  3500 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:35951 every 8 connection(s)
I20260608 09:48:40.667951  3501 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:40.682345  3501 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8: Bootstrap starting.
I20260608 09:48:40.687240  3501 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:40.691202  3501 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8: No bootstrap required, opened a new log
I20260608 09:48:40.693216  3501 raft_consensus.cc:359] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cc1b98d97954215b5594a240f6317a8" member_type: VOTER }
I20260608 09:48:40.693589  3501 raft_consensus.cc:385] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:40.693782  3501 raft_consensus.cc:740] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9cc1b98d97954215b5594a240f6317a8, State: Initialized, Role: FOLLOWER
I20260608 09:48:40.694437  3501 consensus_queue.cc:260] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "9cc1b98d97954215b5594a240f6317a8" member_type: VOTER }
I20260608 09:48:40.694875  3501 raft_consensus.cc:399] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:48:40.695066  3501 raft_consensus.cc:493] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:48:40.695287  3501 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:40.699582  3501 raft_consensus.cc:515] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cc1b98d97954215b5594a240f6317a8" member_type: VOTER }
I20260608 09:48:40.700063  3501 leader_election.cc:304] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [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: 9cc1b98d97954215b5594a240f6317a8; no voters: 
I20260608 09:48:40.701164  3501 leader_election.cc:290] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:48:40.701553  3504 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:40.702946  3504 raft_consensus.cc:697] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 1 LEADER]: Becoming Leader. State: Replica: 9cc1b98d97954215b5594a240f6317a8, State: Running, Role: LEADER
I20260608 09:48:40.703629  3504 consensus_queue.cc:237] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [LEADER]: Queue going to LEADER mode. State: All 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: "9cc1b98d97954215b5594a240f6317a8" member_type: VOTER }
I20260608 09:48:40.704174  3501 sys_catalog.cc:565] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:48:40.706403  3505 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "9cc1b98d97954215b5594a240f6317a8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cc1b98d97954215b5594a240f6317a8" member_type: VOTER } }
I20260608 09:48:40.706415  3506 sys_catalog.cc:455] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 9cc1b98d97954215b5594a240f6317a8. Latest consensus state: current_term: 1 leader_uuid: "9cc1b98d97954215b5594a240f6317a8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "9cc1b98d97954215b5594a240f6317a8" member_type: VOTER } }
I20260608 09:48:40.707070  3505 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:40.707142  3506 sys_catalog.cc:458] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:40.712497  3509 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:48:40.720312  3509 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:48:40.721302   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:48:40.729313  3509 catalog_manager.cc:1382] Generated new cluster ID: 19b07a71e0f24b6898cce53823f10fff
I20260608 09:48:40.729605  3509 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:48:40.750980  3509 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:48:40.752265  3509 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:48:40.772399  3509 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8: Generated new TSK 0
I20260608 09:48:40.773041  3509 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:48:40.787731   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:40.793915  3522 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:40.795045  3523 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:40.797129   602 server_base.cc:1061] running on GCE node
W20260608 09:48:40.797266  3525 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:40.798316   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:40.798503   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:40.798630   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912120798617 us; error 0 us; skew 500 ppm
I20260608 09:48:40.799211   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:40.801468   602 webserver.cc:533] Webserver started at http://127.0.150.129:44323/ using document root <none> and password file <none>
I20260608 09:48:40.802047   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:40.802223   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:40.802441   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:40.803510   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "d81a6d4c48884d86895f30762b61344a"
format_stamp: "Formatted at 2026-06-08 09:48:40 on dist-test-slave-g93p"
I20260608 09:48:40.808481   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 09:48:40.811945  3530 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:40.812788   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:48:40.813033   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "d81a6d4c48884d86895f30762b61344a"
format_stamp: "Formatted at 2026-06-08 09:48:40 on dist-test-slave-g93p"
I20260608 09:48:40.813278   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:40.830099   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:40.831270   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:40.832881   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:40.835268   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:40.835503   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:40.835752   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:40.835932   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:40.873660   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:39459
I20260608 09:48:40.873772  3592 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:39459 every 8 connection(s)
I20260608 09:48:40.879516   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:40.886816  3597 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:40.888463  3598 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:40.891278  3600 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:40.892119   602 server_base.cc:1061] running on GCE node
I20260608 09:48:40.893036  3593 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35951
I20260608 09:48:40.893178   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:40.893429   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:40.893450  3593 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:40.893867   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912120893847 us; error 0 us; skew 500 ppm
I20260608 09:48:40.894598  3593 heartbeater.cc:507] Master 127.0.150.190:35951 requested a full tablet report, sending...
I20260608 09:48:40.894773   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:40.897076  3466 ts_manager.cc:194] Registered new tserver with Master: d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:40.897607   602 webserver.cc:533] Webserver started at http://127.0.150.130:36753/ using document root <none> and password file <none>
I20260608 09:48:40.898424   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:40.898703   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:40.898998   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:40.899119  3466 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51228
I20260608 09:48:40.900255   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
format_stamp: "Formatted at 2026-06-08 09:48:40 on dist-test-slave-g93p"
I20260608 09:48:40.905304   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 09:48:40.909610  3605 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:40.910529   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:48:40.910856   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
format_stamp: "Formatted at 2026-06-08 09:48:40 on dist-test-slave-g93p"
I20260608 09:48:40.911123   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:40.926774   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:40.927873   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:40.929313   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:40.931671   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:40.931907   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:40.932163   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:40.932355   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:40.972293   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:34811
I20260608 09:48:40.972416  3667 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:34811 every 8 connection(s)
I20260608 09:48:40.977200   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:40.983865  3671 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:40.985822  3672 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:40.988751  3674 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:40.989598  3668 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35951
I20260608 09:48:40.989948   602 server_base.cc:1061] running on GCE node
I20260608 09:48:40.990053  3668 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:40.991050   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 09:48:40.991084  3668 heartbeater.cc:507] Master 127.0.150.190:35951 requested a full tablet report, sending...
W20260608 09:48:40.991499   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:40.991727   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912120991708 us; error 0 us; skew 500 ppm
I20260608 09:48:40.992515   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:40.993674  3466 ts_manager.cc:194] Registered new tserver with Master: b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:40.995275   602 webserver.cc:533] Webserver started at http://127.0.150.131:41887/ using document root <none> and password file <none>
I20260608 09:48:40.995404  3466 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51244
I20260608 09:48:40.995878   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:40.996174   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:40.996536   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:40.998052   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "1f5efa1203f44ca9ae773bf48d58a228"
format_stamp: "Formatted at 2026-06-08 09:48:40 on dist-test-slave-g93p"
I20260608 09:48:41.002523   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:48:41.005993  3679 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:41.006896   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:48:41.007202   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "1f5efa1203f44ca9ae773bf48d58a228"
format_stamp: "Formatted at 2026-06-08 09:48:40 on dist-test-slave-g93p"
I20260608 09:48:41.007477   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:41.016764   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:41.017823   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:41.019284   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:41.021651   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:41.021831   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:41.022148   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:41.022315   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:41.059142   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:39561
I20260608 09:48:41.059252  3741 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:39561 every 8 connection(s)
I20260608 09:48:41.072870  3742 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35951
I20260608 09:48:41.073359  3742 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:41.074225  3742 heartbeater.cc:507] Master 127.0.150.190:35951 requested a full tablet report, sending...
I20260608 09:48:41.076265  3466 ts_manager.cc:194] Registered new tserver with Master: 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:41.077183   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014510251s
I20260608 09:48:41.077648  3466 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51252
I20260608 09:48:41.902128  3593 heartbeater.cc:499] Master 127.0.150.190:35951 was elected leader, sending a full tablet report...
I20260608 09:48:41.998304  3668 heartbeater.cc:499] Master 127.0.150.190:35951 was elected leader, sending a full tablet report...
I20260608 09:48:42.080428  3742 heartbeater.cc:499] Master 127.0.150.190:35951 was elected leader, sending a full tablet report...
I20260608 09:48:42.129740  3466 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51888:
name: "range_aware_rebalance_new_range"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\006\001\000\000\000\000\007\001\n\000\000\000""\006\001\000\000\000\000\007\001\n\000\000\000"
  indirect_data: """"
}
partition_schema {
  hash_schema {
    columns {
      name: "key"
    }
    num_buckets: 8
    seed: 0
  }
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:48:42.131870  3466 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table range_aware_rebalance_new_range in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:48:42.195037  3632 tablet_service.cc:1511] Processing CreateTablet for tablet 60cb8d29bb4543c8a4c3d6594e01bec0 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.195253  3631 tablet_service.cc:1511] Processing CreateTablet for tablet ce210f7e3ef14904b1b123481acdbf21 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.196758  3632 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60cb8d29bb4543c8a4c3d6594e01bec0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.197084  3633 tablet_service.cc:1511] Processing CreateTablet for tablet 63c8fea9e5284291b2cee3e61c7570e3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.198413  3633 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63c8fea9e5284291b2cee3e61c7570e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.202491  3631 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce210f7e3ef14904b1b123481acdbf21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.204095  3558 tablet_service.cc:1511] Processing CreateTablet for tablet 63c8fea9e5284291b2cee3e61c7570e3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.206104  3558 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63c8fea9e5284291b2cee3e61c7570e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.208397  3557 tablet_service.cc:1511] Processing CreateTablet for tablet 60cb8d29bb4543c8a4c3d6594e01bec0 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.210317  3557 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60cb8d29bb4543c8a4c3d6594e01bec0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.215005  3556 tablet_service.cc:1511] Processing CreateTablet for tablet ce210f7e3ef14904b1b123481acdbf21 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.216459  3556 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce210f7e3ef14904b1b123481acdbf21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.219128  3555 tablet_service.cc:1511] Processing CreateTablet for tablet b2d3059b4be74d3bb5afd62fe7b646c5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.220538  3555 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2d3059b4be74d3bb5afd62fe7b646c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.226303  3630 tablet_service.cc:1511] Processing CreateTablet for tablet b2d3059b4be74d3bb5afd62fe7b646c5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.228214  3630 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2d3059b4be74d3bb5afd62fe7b646c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.230252  3554 tablet_service.cc:1511] Processing CreateTablet for tablet 7e8a6f75a5e5452db264065c32046281 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.231673  3554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7e8a6f75a5e5452db264065c32046281. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.233633  3707 tablet_service.cc:1511] Processing CreateTablet for tablet 63c8fea9e5284291b2cee3e61c7570e3 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.235069  3707 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 63c8fea9e5284291b2cee3e61c7570e3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.236032  3629 tablet_service.cc:1511] Processing CreateTablet for tablet 7e8a6f75a5e5452db264065c32046281 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.237427  3629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7e8a6f75a5e5452db264065c32046281. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.238924  3706 tablet_service.cc:1511] Processing CreateTablet for tablet 60cb8d29bb4543c8a4c3d6594e01bec0 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.240792  3706 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60cb8d29bb4543c8a4c3d6594e01bec0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.243036  3705 tablet_service.cc:1511] Processing CreateTablet for tablet ce210f7e3ef14904b1b123481acdbf21 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.244946  3705 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce210f7e3ef14904b1b123481acdbf21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.247267  3703 tablet_service.cc:1511] Processing CreateTablet for tablet 7e8a6f75a5e5452db264065c32046281 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.249184  3703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7e8a6f75a5e5452db264065c32046281. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.251286  3553 tablet_service.cc:1511] Processing CreateTablet for tablet 80b21fd3e7904068b8c8bbe6fa60e75a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.254343  3704 tablet_service.cc:1511] Processing CreateTablet for tablet b2d3059b4be74d3bb5afd62fe7b646c5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.256273  3704 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2d3059b4be74d3bb5afd62fe7b646c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.258477  3553 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 80b21fd3e7904068b8c8bbe6fa60e75a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.270432  3628 tablet_service.cc:1511] Processing CreateTablet for tablet 80b21fd3e7904068b8c8bbe6fa60e75a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.271623  3702 tablet_service.cc:1511] Processing CreateTablet for tablet 80b21fd3e7904068b8c8bbe6fa60e75a (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.272547  3628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 80b21fd3e7904068b8c8bbe6fa60e75a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.273291  3702 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 80b21fd3e7904068b8c8bbe6fa60e75a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.274010  3552 tablet_service.cc:1511] Processing CreateTablet for tablet 608c379f30044ff8b17a8988bc4e4ca9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.275442  3552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 608c379f30044ff8b17a8988bc4e4ca9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.293332  3627 tablet_service.cc:1511] Processing CreateTablet for tablet 608c379f30044ff8b17a8988bc4e4ca9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.295243  3627 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 608c379f30044ff8b17a8988bc4e4ca9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.295755  3701 tablet_service.cc:1511] Processing CreateTablet for tablet 608c379f30044ff8b17a8988bc4e4ca9 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.297252  3701 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 608c379f30044ff8b17a8988bc4e4ca9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.298544  3551 tablet_service.cc:1511] Processing CreateTablet for tablet fb21d3d6a69e47b8ae302460d1c13ca5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.299973  3551 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb21d3d6a69e47b8ae302460d1c13ca5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.310751  3626 tablet_service.cc:1511] Processing CreateTablet for tablet fb21d3d6a69e47b8ae302460d1c13ca5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.312242  3626 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb21d3d6a69e47b8ae302460d1c13ca5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.316936  3700 tablet_service.cc:1511] Processing CreateTablet for tablet fb21d3d6a69e47b8ae302460d1c13ca5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260608 09:48:42.318575  3700 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb21d3d6a69e47b8ae302460d1c13ca5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:42.355119  3762 tablet_bootstrap.cc:492] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:42.366457  3762 tablet_bootstrap.cc:654] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.371696  3763 tablet_bootstrap.cc:492] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:42.380184  3763 tablet_bootstrap.cc:654] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.387948  3765 tablet_bootstrap.cc:492] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:42.395367  3765 tablet_bootstrap.cc:654] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.401293  3763 tablet_bootstrap.cc:492] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:42.402076  3763 ts_tablet_manager.cc:1403] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.031s	user 0.013s	sys 0.011s
I20260608 09:48:42.405856  3763 raft_consensus.cc:359] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.407083  3763 raft_consensus.cc:385] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.407542  3763 raft_consensus.cc:740] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.409027  3763 consensus_queue.cc:260] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.437306  3762 tablet_bootstrap.cc:492] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:42.437675  3765 tablet_bootstrap.cc:492] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:42.437947  3762 ts_tablet_manager.cc:1403] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.083s	user 0.026s	sys 0.046s
I20260608 09:48:42.438151  3765 ts_tablet_manager.cc:1403] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.050s	user 0.015s	sys 0.029s
I20260608 09:48:42.440985  3765 raft_consensus.cc:359] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.441155  3762 raft_consensus.cc:359] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.441861  3762 raft_consensus.cc:385] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.441757  3765 raft_consensus.cc:385] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.442261  3763 ts_tablet_manager.cc:1434] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.040s	user 0.012s	sys 0.000s
I20260608 09:48:42.442229  3762 raft_consensus.cc:740] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.442333  3765 raft_consensus.cc:740] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.443626  3763 tablet_bootstrap.cc:492] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:42.443308  3762 consensus_queue.cc:260] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.444092  3765 consensus_queue.cc:260] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.447609  3762 ts_tablet_manager.cc:1434] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.009s	user 0.002s	sys 0.006s
I20260608 09:48:42.449084  3762 tablet_bootstrap.cc:492] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:42.473927  3763 tablet_bootstrap.cc:654] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.477209  3762 tablet_bootstrap.cc:654] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.492172  3769 raft_consensus.cc:493] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.493350  3769 raft_consensus.cc:515] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.502818  3765 ts_tablet_manager.cc:1434] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.064s	user 0.008s	sys 0.005s
I20260608 09:48:42.506101  3765 tablet_bootstrap.cc:492] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:42.528457  3763 tablet_bootstrap.cc:492] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:42.531447  3765 tablet_bootstrap.cc:654] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.525707  3769 leader_election.cc:290] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.536517  3763 ts_tablet_manager.cc:1403] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.093s	user 0.028s	sys 0.029s
I20260608 09:48:42.542008  3763 raft_consensus.cc:359] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.543303  3763 raft_consensus.cc:385] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.543704  3763 raft_consensus.cc:740] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.545284  3762 tablet_bootstrap.cc:492] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:42.544872  3763 consensus_queue.cc:260] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.547653  3763 ts_tablet_manager.cc:1434] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.010s	user 0.002s	sys 0.007s
I20260608 09:48:42.548318  3762 ts_tablet_manager.cc:1403] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.100s	user 0.041s	sys 0.029s
I20260608 09:48:42.549196  3763 tablet_bootstrap.cc:492] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:42.552366  3762 raft_consensus.cc:359] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.553218  3762 raft_consensus.cc:385] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.553592  3762 raft_consensus.cc:740] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.554595  3762 consensus_queue.cc:260] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.557142  3762 ts_tablet_manager.cc:1434] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 09:48:42.557667  3763 tablet_bootstrap.cc:654] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.558804  3762 tablet_bootstrap.cc:492] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:42.561774  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
W20260608 09:48:42.564880  3531 leader_election.cc:343] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:42.566535  3717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:42.567826  3762 tablet_bootstrap.cc:654] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.568116  3763 tablet_bootstrap.cc:492] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:42.568691  3763 ts_tablet_manager.cc:1403] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.005s
I20260608 09:48:42.570327  3765 tablet_bootstrap.cc:492] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:42.570840  3765 ts_tablet_manager.cc:1403] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.066s	user 0.011s	sys 0.009s
W20260608 09:48:42.571544  3533 leader_election.cc:343] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:42.572273  3533 leader_election.cc:304] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [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: d81a6d4c48884d86895f30762b61344a; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:42.573123  3763 raft_consensus.cc:359] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.573856  3763 raft_consensus.cc:385] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.573938  3769 raft_consensus.cc:2749] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:48:42.574358  3763 raft_consensus.cc:740] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.574055  3765 raft_consensus.cc:359] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.575086  3765 raft_consensus.cc:385] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.575466  3765 raft_consensus.cc:740] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.575285  3763 consensus_queue.cc:260] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.576505  3765 consensus_queue.cc:260] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.577816  3763 ts_tablet_manager.cc:1434] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.009s	user 0.001s	sys 0.005s
I20260608 09:48:42.579154  3763 tablet_bootstrap.cc:492] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:42.579526  3765 ts_tablet_manager.cc:1434] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 09:48:42.580832  3765 tablet_bootstrap.cc:492] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:42.586621  3763 tablet_bootstrap.cc:654] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.588972  3765 tablet_bootstrap.cc:654] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.595533  3762 tablet_bootstrap.cc:492] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:42.596122  3762 ts_tablet_manager.cc:1403] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.038s	user 0.006s	sys 0.017s
I20260608 09:48:42.598770  3763 tablet_bootstrap.cc:492] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:42.599303  3763 ts_tablet_manager.cc:1403] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.008s
I20260608 09:48:42.599463  3765 tablet_bootstrap.cc:492] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:42.599449  3762 raft_consensus.cc:359] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.600090  3765 ts_tablet_manager.cc:1403] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.001s
I20260608 09:48:42.600360  3762 raft_consensus.cc:385] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.600734  3762 raft_consensus.cc:740] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.601578  3762 consensus_queue.cc:260] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.602526  3763 raft_consensus.cc:359] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.603282  3763 raft_consensus.cc:385] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.602946  3765 raft_consensus.cc:359] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.603637  3763 raft_consensus.cc:740] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.603792  3765 raft_consensus.cc:385] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.603927  3762 ts_tablet_manager.cc:1434] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 09:48:42.604278  3765 raft_consensus.cc:740] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.604588  3763 consensus_queue.cc:260] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.605427  3762 tablet_bootstrap.cc:492] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:42.605770  3765 consensus_queue.cc:260] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.607347  3763 ts_tablet_manager.cc:1434] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 09:48:42.611074  3765 ts_tablet_manager.cc:1434] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.006s
I20260608 09:48:42.612499  3765 tablet_bootstrap.cc:492] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:42.614976  3769 raft_consensus.cc:493] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.615509  3769 raft_consensus.cc:515] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.616166  3762 tablet_bootstrap.cc:654] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.616294  3763 tablet_bootstrap.cc:492] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:42.620373  3769 leader_election.cc:290] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.621039  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80b21fd3e7904068b8c8bbe6fa60e75a" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:42.621661  3717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80b21fd3e7904068b8c8bbe6fa60e75a" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
W20260608 09:48:42.622771  3531 leader_election.cc:343] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Illegal state: must be running to vote when last-logged opid is not known
W20260608 09:48:42.623333  3533 leader_election.cc:343] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:42.623857  3533 leader_election.cc:304] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [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: d81a6d4c48884d86895f30762b61344a; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:42.624889  3763 tablet_bootstrap.cc:654] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.625623  3769 raft_consensus.cc:2749] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:48:42.626104  3765 tablet_bootstrap.cc:654] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.631458  3763 tablet_bootstrap.cc:492] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:42.632136  3763 ts_tablet_manager.cc:1403] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.016s	user 0.006s	sys 0.009s
I20260608 09:48:42.634620  3762 tablet_bootstrap.cc:492] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:42.635223  3762 ts_tablet_manager.cc:1403] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.007s
I20260608 09:48:42.635661  3763 raft_consensus.cc:359] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.636523  3763 raft_consensus.cc:385] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.636886  3763 raft_consensus.cc:740] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.637900  3763 consensus_queue.cc:260] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.638679  3762 raft_consensus.cc:359] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.639438  3762 raft_consensus.cc:385] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.639780  3762 raft_consensus.cc:740] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.640745  3762 consensus_queue.cc:260] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.642324  3763 ts_tablet_manager.cc:1434] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 09:48:42.643576  3763 tablet_bootstrap.cc:492] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:42.650375  3762 ts_tablet_manager.cc:1434] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.002s
I20260608 09:48:42.651275  3763 tablet_bootstrap.cc:654] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.652745  3765 tablet_bootstrap.cc:492] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:42.653297  3765 ts_tablet_manager.cc:1403] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.041s	user 0.018s	sys 0.014s
I20260608 09:48:42.654266  3762 tablet_bootstrap.cc:492] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:42.656694  3765 raft_consensus.cc:359] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.657471  3765 raft_consensus.cc:385] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.658022  3765 raft_consensus.cc:740] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.658893  3765 consensus_queue.cc:260] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.666268  3762 tablet_bootstrap.cc:654] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.667840  3765 ts_tablet_manager.cc:1434] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.004s
I20260608 09:48:42.669865  3765 tablet_bootstrap.cc:492] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:42.676321  3763 tablet_bootstrap.cc:492] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:42.676889  3763 ts_tablet_manager.cc:1403] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.034s	user 0.010s	sys 0.014s
I20260608 09:48:42.679726  3763 raft_consensus.cc:359] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.680066  3765 tablet_bootstrap.cc:654] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.680310  3763 raft_consensus.cc:385] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.680696  3763 raft_consensus.cc:740] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.681512  3763 consensus_queue.cc:260] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.683811  3763 ts_tablet_manager.cc:1434] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.005s
I20260608 09:48:42.684656  3762 tablet_bootstrap.cc:492] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:42.685070  3763 tablet_bootstrap.cc:492] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:42.685410  3762 ts_tablet_manager.cc:1403] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.032s	user 0.016s	sys 0.004s
I20260608 09:48:42.689788  3762 raft_consensus.cc:359] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.690972  3762 raft_consensus.cc:385] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.691394  3762 raft_consensus.cc:740] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.692037  3771 raft_consensus.cc:493] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.692672  3763 tablet_bootstrap.cc:654] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.692585  3771 raft_consensus.cc:515] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.692703  3762 consensus_queue.cc:260] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.695879  3771 leader_election.cc:290] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:42.696058  3762 ts_tablet_manager.cc:1434] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 09:48:42.698246  3762 tablet_bootstrap.cc:492] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:42.705761  3762 tablet_bootstrap.cc:654] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.707120  3765 tablet_bootstrap.cc:492] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:42.707644  3765 ts_tablet_manager.cc:1403] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.038s	user 0.019s	sys 0.006s
I20260608 09:48:42.708335  3763 tablet_bootstrap.cc:492] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:42.708829  3763 ts_tablet_manager.cc:1403] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.005s
I20260608 09:48:42.713897  3763 raft_consensus.cc:359] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.714713  3763 raft_consensus.cc:385] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.715111  3763 raft_consensus.cc:740] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.715974  3763 consensus_queue.cc:260] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.716075  3765 raft_consensus.cc:359] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
W20260608 09:48:42.716769  3514 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:48:42.717511  3765 raft_consensus.cc:385] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.718956  3763 ts_tablet_manager.cc:1434] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.005s
I20260608 09:48:42.719393  3519 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 09:48:42.720323  3763 tablet_bootstrap.cc:492] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
W20260608 09:48:42.720793  3519 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 09:48:42.718039  3765 raft_consensus.cc:740] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.724852  3765 consensus_queue.cc:260] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.728871  3763 tablet_bootstrap.cc:654] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.730708  3765 ts_tablet_manager.cc:1434] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.003s
I20260608 09:48:42.732488  3765 tablet_bootstrap.cc:492] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:42.739666  3770 raft_consensus.cc:493] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.740270  3770 raft_consensus.cc:515] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.740763  3763 tablet_bootstrap.cc:492] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:42.741250  3763 ts_tablet_manager.cc:1403] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.004s
I20260608 09:48:42.741606  3765 tablet_bootstrap.cc:654] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.744190  3763 raft_consensus.cc:359] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.745030  3763 raft_consensus.cc:385] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.745368  3763 raft_consensus.cc:740] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.746371  3763 consensus_queue.cc:260] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.748924  3763 ts_tablet_manager.cc:1434] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.008s
I20260608 09:48:42.749089  3771 raft_consensus.cc:493] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.749804  3771 raft_consensus.cc:515] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.752312  3771 leader_election.cc:290] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:42.753261  3770 leader_election.cc:290] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561), d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:42.753518  3765 tablet_bootstrap.cc:492] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:42.754340  3765 ts_tablet_manager.cc:1403] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.004s
I20260608 09:48:42.758464  3765 raft_consensus.cc:359] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.759410  3765 raft_consensus.cc:385] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.759832  3765 raft_consensus.cc:740] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.760877  3765 consensus_queue.cc:260] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.763094  3770 raft_consensus.cc:493] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.763516  3770 raft_consensus.cc:515] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.764181  3765 ts_tablet_manager.cc:1434] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 09:48:42.765479  3765 tablet_bootstrap.cc:492] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:42.765600  3770 leader_election.cc:290] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.769289  3717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:42.770018  3717 raft_consensus.cc:2468] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:42.772109  3717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:42.772401  3769 raft_consensus.cc:493] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.772738  3717 raft_consensus.cc:2468] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:42.773190  3765 tablet_bootstrap.cc:654] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.772945  3769 raft_consensus.cc:515] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.774513  3608 leader_election.cc:304] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:42.775547  3770 raft_consensus.cc:2804] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:42.775966  3770 raft_consensus.cc:493] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:42.776618  3770 raft_consensus.cc:3060] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.775739  3769 leader_election.cc:290] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.780156  3769 raft_consensus.cc:493] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.780849  3769 raft_consensus.cc:515] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.782294  3608 leader_election.cc:304] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:42.784047  3769 leader_election.cc:290] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.785200  3765 tablet_bootstrap.cc:492] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:42.785794  3765 ts_tablet_manager.cc:1403] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.021s	user 0.011s	sys 0.008s
I20260608 09:48:42.788938  3765 raft_consensus.cc:359] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.789784  3765 raft_consensus.cc:385] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.790086  3762 tablet_bootstrap.cc:492] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:42.790164  3765 raft_consensus.cc:740] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.790675  3762 ts_tablet_manager.cc:1403] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.093s	user 0.013s	sys 0.033s
I20260608 09:48:42.791368  3765 consensus_queue.cc:260] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.794463  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:42.794992  3642 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb21d3d6a69e47b8ae302460d1c13ca5" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:42.793049  3799 raft_consensus.cc:2804] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:42.795440  3765 ts_tablet_manager.cc:1434] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 09:48:42.795644  3642 raft_consensus.cc:2468] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 0.
I20260608 09:48:42.795496  3717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:42.796583  3717 raft_consensus.cc:2468] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 0.
I20260608 09:48:42.796962  3765 tablet_bootstrap.cc:492] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:42.797145  3531 leader_election.cc:304] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [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: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:42.798219  3797 raft_consensus.cc:2804] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:42.798622  3797 raft_consensus.cc:493] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:42.799005  3797 raft_consensus.cc:3060] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.798947  3717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb21d3d6a69e47b8ae302460d1c13ca5" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:42.799800  3717 raft_consensus.cc:2468] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 0.
I20260608 09:48:42.802215  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:42.802876  3568 raft_consensus.cc:2468] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:42.803198  3762 raft_consensus.cc:359] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.803993  3762 raft_consensus.cc:385] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.804579  3799 raft_consensus.cc:493] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:42.804702  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:42.805008  3799 raft_consensus.cc:3060] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.805353  3568 raft_consensus.cc:2468] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:42.806571  3533 leader_election.cc:304] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:42.807122  3770 raft_consensus.cc:515] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.807493  3769 raft_consensus.cc:2804] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:42.807981  3769 raft_consensus.cc:493] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:42.808409  3769 raft_consensus.cc:3060] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.809419  3770 leader_election.cc:290] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 election: Requested vote from peers 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561), d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:42.804303  3762 raft_consensus.cc:740] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.810896  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:42.811476  3568 raft_consensus.cc:3060] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.811421  3797 raft_consensus.cc:515] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.812073  3717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:42.812703  3717 raft_consensus.cc:3060] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.814795  3799 raft_consensus.cc:515] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.815924  3643 raft_consensus.cc:2393] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d81a6d4c48884d86895f30762b61344a in current term 1: Already voted for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in this term.
I20260608 09:48:42.822515  3797 leader_election.cc:290] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 election: Requested vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.824110  3642 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb21d3d6a69e47b8ae302460d1c13ca5" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:42.824697  3642 raft_consensus.cc:3060] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.827390  3765 tablet_bootstrap.cc:654] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.811487  3762 consensus_queue.cc:260] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.832010  3799 leader_election.cc:290] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 election: Requested vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.832335  3568 raft_consensus.cc:2468] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:42.833621  3762 ts_tablet_manager.cc:1434] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.043s	user 0.003s	sys 0.005s
I20260608 09:48:42.834103  3606 leader_election.cc:304] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:42.834395  3716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fb21d3d6a69e47b8ae302460d1c13ca5" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:42.834877  3716 raft_consensus.cc:3060] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.834967  3762 tablet_bootstrap.cc:492] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:42.835350  3771 raft_consensus.cc:493] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.835443  3770 raft_consensus.cc:2804] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:42.835892  3771 raft_consensus.cc:515] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.836877  3799 raft_consensus.cc:493] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.839578  3799 raft_consensus.cc:515] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.840529  3771 leader_election.cc:290] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:42.842542  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:42.843130  3715 raft_consensus.cc:3060] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.850461  3714 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce210f7e3ef14904b1b123481acdbf21" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
W20260608 09:48:42.852397  3608 leader_election.cc:343] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:42.853469  3716 raft_consensus.cc:2468] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 1.
I20260608 09:48:42.854231  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:42.856845  3715 raft_consensus.cc:2468] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:42.862181  3567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce210f7e3ef14904b1b123481acdbf21" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:42.862906  3567 raft_consensus.cc:2468] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:42.863219  3762 tablet_bootstrap.cc:654] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.864216  3606 leader_election.cc:304] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a; no voters: 1f5efa1203f44ca9ae773bf48d58a228
I20260608 09:48:42.841756  3799 leader_election.cc:290] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.853652  3769 raft_consensus.cc:515] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.868628  3608 leader_election.cc:304] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:42.872772  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:42.873847  3641 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:42.874961  3641 raft_consensus.cc:2393] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1f5efa1203f44ca9ae773bf48d58a228 in current term 1: Already voted for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in this term.
I20260608 09:48:42.875633  3769 leader_election.cc:290] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 election: Requested vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.869493  3770 raft_consensus.cc:697] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Leader. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:42.876897  3799 raft_consensus.cc:2804] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:42.878325  3799 raft_consensus.cc:493] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:42.878777  3799 raft_consensus.cc:3060] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.879226  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80b21fd3e7904068b8c8bbe6fa60e75a" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:42.878551  3533 leader_election.cc:304] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:42.879945  3765 tablet_bootstrap.cc:492] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:42.876899  3770 consensus_queue.cc:237] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Queue going to LEADER mode. State: All 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: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:42.878791  3642 raft_consensus.cc:2468] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 1.
I20260608 09:48:42.879980  3640 raft_consensus.cc:2468] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 0.
I20260608 09:48:42.880493  3765 ts_tablet_manager.cc:1403] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.084s	user 0.012s	sys 0.000s
I20260608 09:48:42.882081  3568 raft_consensus.cc:2393] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in current term 1: Already voted for candidate d81a6d4c48884d86895f30762b61344a in this term.
I20260608 09:48:42.882368  3680 leader_election.cc:304] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:42.883277  3771 raft_consensus.cc:2804] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:42.883646  3771 raft_consensus.cc:493] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:42.883955  3771 raft_consensus.cc:3060] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.884699  3765 raft_consensus.cc:359] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.885207  3716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:42.885797  3769 raft_consensus.cc:2804] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:42.885434  3765 raft_consensus.cc:385] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.886126  3716 raft_consensus.cc:2393] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate d81a6d4c48884d86895f30762b61344a in current term 1: Already voted for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in this term.
I20260608 09:48:42.886334  3765 raft_consensus.cc:740] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.887210  3765 consensus_queue.cc:260] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.866339  3717 raft_consensus.cc:2468] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:42.889057  3769 raft_consensus.cc:697] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Becoming Leader. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Running, Role: LEADER
I20260608 09:48:42.890436  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:42.890980  3801 raft_consensus.cc:2804] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:42.891319  3568 raft_consensus.cc:2393] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1f5efa1203f44ca9ae773bf48d58a228 in current term 1: Already voted for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in this term.
I20260608 09:48:42.891078  3769 consensus_queue.cc:237] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Queue going to LEADER mode. State: All 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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.891623  3801 raft_consensus.cc:697] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Leader. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:42.895284  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:42.897576  3567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:42.898751  3567 raft_consensus.cc:2393] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 1f5efa1203f44ca9ae773bf48d58a228 in current term 1: Already voted for candidate d81a6d4c48884d86895f30762b61344a in this term.
I20260608 09:48:42.898875  3801 consensus_queue.cc:237] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Queue going to LEADER mode. State: All 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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.895100  3771 raft_consensus.cc:515] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.904177  3802 raft_consensus.cc:493] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.910442  3802 raft_consensus.cc:515] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.915633  3802 leader_election.cc:290] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.924062  3716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7e8a6f75a5e5452db264065c32046281" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:42.930361  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80b21fd3e7904068b8c8bbe6fa60e75a" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:42.930615  3771 leader_election.cc:290] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 election: Requested vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:42.931072  3568 raft_consensus.cc:2468] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 0.
I20260608 09:48:42.931955  3762 tablet_bootstrap.cc:492] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:42.924759  3716 raft_consensus.cc:2468] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:42.932474  3762 ts_tablet_manager.cc:1403] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.098s	user 0.011s	sys 0.010s
I20260608 09:48:42.934248  3799 raft_consensus.cc:515] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.935570  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80b21fd3e7904068b8c8bbe6fa60e75a" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:42.935742  3762 raft_consensus.cc:359] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.936224  3640 raft_consensus.cc:3060] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.937295  3765 ts_tablet_manager.cc:1434] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.048s	user 0.009s	sys 0.008s
I20260608 09:48:42.936480  3762 raft_consensus.cc:385] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:42.938235  3804 raft_consensus.cc:493] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.938270  3762 raft_consensus.cc:740] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:42.938596  3608 leader_election.cc:304] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:42.939662  3762 consensus_queue.cc:260] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.939615  3770 raft_consensus.cc:2804] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:42.945573  3762 ts_tablet_manager.cc:1434] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.005s
I20260608 09:48:42.946468  3770 raft_consensus.cc:493] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:42.946898  3770 raft_consensus.cc:3060] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.947489  3762 tablet_bootstrap.cc:492] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:42.940213  3533 leader_election.cc:304] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [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: d81a6d4c48884d86895f30762b61344a; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:42.951661  3771 raft_consensus.cc:493] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.939144  3804 raft_consensus.cc:515] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.952178  3771 raft_consensus.cc:515] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.953745  3680 leader_election.cc:304] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:42.954856  3716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce210f7e3ef14904b1b123481acdbf21" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:42.955457  3716 raft_consensus.cc:3060] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.956086  3771 leader_election.cc:290] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:42.956629  3771 raft_consensus.cc:2749] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:48:42.956718  3804 leader_election.cc:290] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:42.958863  3640 raft_consensus.cc:2468] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 1.
I20260608 09:48:42.953276  3799 leader_election.cc:290] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 election: Requested vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.953608  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7e8a6f75a5e5452db264065c32046281" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:42.960348  3568 raft_consensus.cc:2468] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:42.961298  3567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ce210f7e3ef14904b1b123481acdbf21" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:42.961905  3567 raft_consensus.cc:3060] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.965500  3716 raft_consensus.cc:2468] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:42.961333  3566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "80b21fd3e7904068b8c8bbe6fa60e75a" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:42.965544  3770 raft_consensus.cc:515] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.966563  3566 raft_consensus.cc:3060] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.968014  3770 leader_election.cc:290] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 election: Requested vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.969143  3717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7e8a6f75a5e5452db264065c32046281" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:42.969624  3608 leader_election.cc:304] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:42.969717  3717 raft_consensus.cc:3060] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.971135  3799 raft_consensus.cc:493] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:42.971625  3799 raft_consensus.cc:515] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.973379  3799 leader_election.cc:290] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:42.953639  3769 raft_consensus.cc:2749] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 09:48:42.976018  3799 raft_consensus.cc:2804] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:42.976611  3799 raft_consensus.cc:697] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Leader. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:42.978135  3799 consensus_queue.cc:237] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Queue going to LEADER mode. State: All 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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:42.984913  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7e8a6f75a5e5452db264065c32046281" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:42.985678  3568 raft_consensus.cc:3060] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:42.986507  3566 raft_consensus.cc:2468] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 1.
I20260608 09:48:42.987494  3762 tablet_bootstrap.cc:654] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:42.991565  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2d3059b4be74d3bb5afd62fe7b646c5" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:42.991901  3567 raft_consensus.cc:2468] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:42.992236  3643 raft_consensus.cc:2468] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 0.
I20260608 09:48:42.994390  3567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2d3059b4be74d3bb5afd62fe7b646c5" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:42.994895  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:42.995090  3567 raft_consensus.cc:2468] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:42.996857  3680 leader_election.cc:304] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:42.993000  3716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2d3059b4be74d3bb5afd62fe7b646c5" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:42.998116  3809 raft_consensus.cc:2804] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:42.998620  3716 raft_consensus.cc:2468] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:42.981714  3464 catalog_manager.cc:5696] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:42.976781  3466 catalog_manager.cc:5696] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a reported cstate change: term changed from 0 to 1, leader changed from <none> to d81a6d4c48884d86895f30762b61344a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:42.998733  3809 raft_consensus.cc:697] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Becoming Leader. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Running, Role: LEADER
I20260608 09:48:43.000759  3608 leader_election.cc:304] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:43.001806  3799 raft_consensus.cc:2804] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:43.002254  3799 raft_consensus.cc:493] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:43.002725  3799 raft_consensus.cc:3060] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:43.004098  3566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2d3059b4be74d3bb5afd62fe7b646c5" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:43.005913  3566 raft_consensus.cc:2468] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 0.
I20260608 09:48:43.003371  3680 leader_election.cc:304] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:43.005025  3809 consensus_queue.cc:237] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Queue going to LEADER mode. State: All 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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.009761  3771 raft_consensus.cc:2749] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:48:43.008466  3566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:43.010236  3680 leader_election.cc:304] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:43.011443  3717 raft_consensus.cc:2468] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:42.997502  3568 raft_consensus.cc:2468] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:43.013737  3566 raft_consensus.cc:2468] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 0.
I20260608 09:48:43.014230  3771 raft_consensus.cc:2804] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:43.015121  3771 raft_consensus.cc:493] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260608 09:48:43.014060  3680 leader_election.cc:343] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:43.015491  3771 raft_consensus.cc:3060] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:43.021184  3799 raft_consensus.cc:515] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.021735  3606 leader_election.cc:304] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:43.023593  3680 leader_election.cc:304] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:43.024587  3770 raft_consensus.cc:2804] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:43.025352  3770 raft_consensus.cc:697] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Leader. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:43.027073  3566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2d3059b4be74d3bb5afd62fe7b646c5" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:43.027670  3566 raft_consensus.cc:3060] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:43.027267  3770 consensus_queue.cc:237] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Queue going to LEADER mode. State: All 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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.028720  3717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2d3059b4be74d3bb5afd62fe7b646c5" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:43.029465  3799 leader_election.cc:290] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 election: Requested vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:43.026034  3771 raft_consensus.cc:515] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.031813  3804 raft_consensus.cc:2804] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:43.032816  3804 raft_consensus.cc:493] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:43.032918  3762 tablet_bootstrap.cc:492] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:43.033181  3804 raft_consensus.cc:3060] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:43.033412  3762 ts_tablet_manager.cc:1403] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.086s	user 0.007s	sys 0.007s
I20260608 09:48:43.034547  3717 raft_consensus.cc:2393] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in current term 1: Already voted for candidate 1f5efa1203f44ca9ae773bf48d58a228 in this term.
I20260608 09:48:43.037698  3762 raft_consensus.cc:359] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.038596  3762 raft_consensus.cc:385] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:43.038735  3771 leader_election.cc:290] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 election: Requested vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:43.039424  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2d3059b4be74d3bb5afd62fe7b646c5" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:43.040324  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2d3059b4be74d3bb5afd62fe7b646c5" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:43.038954  3762 raft_consensus.cc:740] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:43.041070  3643 raft_consensus.cc:2393] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 1f5efa1203f44ca9ae773bf48d58a228 in current term 1: Already voted for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in this term.
I20260608 09:48:43.041407  3762 consensus_queue.cc:260] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.042209  3804 raft_consensus.cc:515] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.043015  3680 leader_election.cc:304] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:43.043967  3762 ts_tablet_manager.cc:1434] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.002s
I20260608 09:48:43.044237  3771 raft_consensus.cc:2749] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 09:48:43.048875  3568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:43.051987  3568 raft_consensus.cc:3060] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:43.052193  3804 leader_election.cc:290] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 election: Requested vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:43.056945  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:43.058348  3643 raft_consensus.cc:3060] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:43.060618  3463 catalog_manager.cc:5696] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: HEALTHY } } }
I20260608 09:48:43.065063  3568 raft_consensus.cc:2468] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 1.
I20260608 09:48:43.065866  3566 raft_consensus.cc:2468] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:43.067742  3680 leader_election.cc:304] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:43.068308  3606 leader_election.cc:304] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a; no voters: 1f5efa1203f44ca9ae773bf48d58a228
I20260608 09:48:43.068655  3804 raft_consensus.cc:2804] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:43.069216  3804 raft_consensus.cc:697] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Becoming Leader. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Running, Role: LEADER
I20260608 09:48:43.070109  3804 consensus_queue.cc:237] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Queue going to LEADER mode. State: All 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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.071494  3643 raft_consensus.cc:2468] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 1.
I20260608 09:48:43.072032  3770 raft_consensus.cc:2804] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:43.080145  3770 raft_consensus.cc:697] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Leader. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:43.081116  3770 consensus_queue.cc:237] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Queue going to LEADER mode. State: All 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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.087857  3463 catalog_manager.cc:5696] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: HEALTHY } } }
I20260608 09:48:43.097806  3464 catalog_manager.cc:5696] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:43.099352  3464 catalog_manager.cc:5696] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:43.100636  3464 catalog_manager.cc:5696] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:43.101823  3464 catalog_manager.cc:5696] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:43.192549   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:43.199194  3821 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:43.200254  3822 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:43.201076  3824 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:43.201244   602 server_base.cc:1061] running on GCE node
I20260608 09:48:43.202324   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:43.202523   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:43.202666   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912123202656 us; error 0 us; skew 500 ppm
I20260608 09:48:43.203172   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:43.206097   602 webserver.cc:533] Webserver started at http://127.0.150.132:45113/ using document root <none> and password file <none>
I20260608 09:48:43.206578   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:43.206820   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:43.207271   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:43.208663   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "80cc6ae5740d42c1916a060c96194519"
format_stamp: "Formatted at 2026-06-08 09:48:43 on dist-test-slave-g93p"
I20260608 09:48:43.213831   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 09:48:43.217406  3829 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:43.218235   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:48:43.218541   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "80cc6ae5740d42c1916a060c96194519"
format_stamp: "Formatted at 2026-06-08 09:48:43 on dist-test-slave-g93p"
I20260608 09:48:43.218837   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:43.236129   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:43.237429   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:43.238998   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:43.241431   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:43.241674   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:43.241981   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:43.242166   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:43.285353   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:33629
I20260608 09:48:43.285492  3891 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:33629 every 8 connection(s)
I20260608 09:48:43.293228  3464 catalog_manager.cc:3569] Servicing AlterTable request from {username='slave'} at 127.0.0.1:51888:
table { table_name: "range_aware_rebalance_new_range" } alter_schema_steps { type: ADD_RANGE_PARTITION add_range_partition { range_bounds { rows: "\006\001\n\000\000\000\007\001\024\000\000\000""\006\001\n\000\000\000\007\001\024\000\000\000" indirect_data: """" } } } schema { columns { name: "key" type: INT32 is_key: true is_nullable: false encoding: AUTO_ENCODING compression: DEFAULT_COMPRESSION cfile_block_size: 0 immutable: false } } modify_external_catalogs: true
I20260608 09:48:43.306581  3892 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35951
I20260608 09:48:43.307046  3892 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:43.307852  3892 heartbeater.cc:507] Master 127.0.150.190:35951 requested a full tablet report, sending...
I20260608 09:48:43.310644  3463 ts_manager.cc:194] Registered new tserver with Master: 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629)
I20260608 09:48:43.312340  3463 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51890
W20260608 09:48:43.318156  3464 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 888e814ef9fa4190b50ec7430283b0ed has no consensus state
W20260608 09:48:43.319602  3464 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet fe9abf0982284bc798842396af8e39e2 has no consensus state
W20260608 09:48:43.321120  3464 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bbb227ffb05546ef9999d7687377de0e has no consensus state
W20260608 09:48:43.322798  3464 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 29c5495570af4aea904da5d4a832847d has no consensus state
W20260608 09:48:43.324262  3464 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet e099a426cffa4837963897e66c48ff10 has no consensus state
W20260608 09:48:43.325918  3464 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 773047d092f04bbcb783373e55b0c4ed has no consensus state
W20260608 09:48:43.327562  3464 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 44b35c0481d14e05a4f5a1b98751e3da has no consensus state
W20260608 09:48:43.329344  3464 catalog_manager.cc:5956] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet c73e83d57ab143768269bacfa35cb63c has no consensus state
W20260608 09:48:43.337404  3453 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet 888e814ef9fa4190b50ec7430283b0ed (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 888e814ef9fa4190b50ec7430283b0ed has no consensus state
I20260608 09:48:43.352694  3554 tablet_service.cc:1511] Processing CreateTablet for tablet 888e814ef9fa4190b50ec7430283b0ed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.353627  3627 tablet_service.cc:1511] Processing CreateTablet for tablet 888e814ef9fa4190b50ec7430283b0ed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.356770  3556 tablet_service.cc:1511] Processing CreateTablet for tablet fe9abf0982284bc798842396af8e39e2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.354461  3554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 888e814ef9fa4190b50ec7430283b0ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.359288  3704 tablet_service.cc:1511] Processing CreateTablet for tablet fe9abf0982284bc798842396af8e39e2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.360961  3704 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe9abf0982284bc798842396af8e39e2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.362692  3630 tablet_service.cc:1511] Processing CreateTablet for tablet bbb227ffb05546ef9999d7687377de0e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.357326  3627 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 888e814ef9fa4190b50ec7430283b0ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.363528  3705 tablet_service.cc:1511] Processing CreateTablet for tablet bbb227ffb05546ef9999d7687377de0e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.360977  3556 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe9abf0982284bc798842396af8e39e2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.367971  3552 tablet_service.cc:1511] Processing CreateTablet for tablet 29c5495570af4aea904da5d4a832847d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.369521  3552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29c5495570af4aea904da5d4a832847d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.370309  3630 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bbb227ffb05546ef9999d7687377de0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.376195  3854 tablet_service.cc:1511] Processing CreateTablet for tablet 29c5495570af4aea904da5d4a832847d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.376652  3857 tablet_service.cc:1511] Processing CreateTablet for tablet 888e814ef9fa4190b50ec7430283b0ed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.376961  3555 tablet_service.cc:1511] Processing CreateTablet for tablet e099a426cffa4837963897e66c48ff10 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.377789  3854 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29c5495570af4aea904da5d4a832847d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.379141  3855 tablet_service.cc:1511] Processing CreateTablet for tablet bbb227ffb05546ef9999d7687377de0e (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.380582  3855 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bbb227ffb05546ef9999d7687377de0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.381263  3769 consensus_queue.cc:1048] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:43.383428  3705 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bbb227ffb05546ef9999d7687377de0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.383320  3853 tablet_service.cc:1511] Processing CreateTablet for tablet e099a426cffa4837963897e66c48ff10 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.386423  3700 tablet_service.cc:1511] Processing CreateTablet for tablet e099a426cffa4837963897e66c48ff10 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.386469  3852 tablet_service.cc:1511] Processing CreateTablet for tablet 773047d092f04bbcb783373e55b0c4ed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.388428  3700 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e099a426cffa4837963897e66c48ff10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.383463  3857 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 888e814ef9fa4190b50ec7430283b0ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.378441  3555 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e099a426cffa4837963897e66c48ff10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.385568  3703 tablet_service.cc:1511] Processing CreateTablet for tablet 773047d092f04bbcb783373e55b0c4ed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.399194  3629 tablet_service.cc:1511] Processing CreateTablet for tablet 29c5495570af4aea904da5d4a832847d (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.400705  3629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 29c5495570af4aea904da5d4a832847d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.402141  3769 consensus_queue.cc:1048] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:43.402616  3703 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 773047d092f04bbcb783373e55b0c4ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.403131  3851 tablet_service.cc:1511] Processing CreateTablet for tablet 44b35c0481d14e05a4f5a1b98751e3da (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.404814  3856 tablet_service.cc:1511] Processing CreateTablet for tablet fe9abf0982284bc798842396af8e39e2 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.418813  3770 consensus_queue.cc:1048] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:43.424731  3628 tablet_service.cc:1511] Processing CreateTablet for tablet 773047d092f04bbcb783373e55b0c4ed (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.412190  3853 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e099a426cffa4837963897e66c48ff10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.426311  3628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 773047d092f04bbcb783373e55b0c4ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.430325  3856 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fe9abf0982284bc798842396af8e39e2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.442138  3770 consensus_queue.cc:1048] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:48:43.458945  3852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 773047d092f04bbcb783373e55b0c4ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.467837  3851 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 44b35c0481d14e05a4f5a1b98751e3da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.475062  3809 consensus_queue.cc:1048] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:48:43.480381  3801 consensus_queue.cc:1048] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:48:43.480557  3799 consensus_queue.cc:1048] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:43.516399  3801 consensus_queue.cc:1048] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 09:48:43.511974  3898 log.cc:927] Time spent T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Append to log took a long time: real 0.060s	user 0.001s	sys 0.000s
I20260608 09:48:43.538461  3633 tablet_service.cc:1511] Processing CreateTablet for tablet 44b35c0481d14e05a4f5a1b98751e3da (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.540005  3633 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 44b35c0481d14e05a4f5a1b98751e3da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.551312  3905 tablet_bootstrap.cc:492] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:43.563608  3770 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:48:43.567960  3804 consensus_queue.cc:1048] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:43.594036  3904 tablet_bootstrap.cc:492] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:43.586819  3799 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.009s
I20260608 09:48:43.628266  3552 tablet_service.cc:1511] Processing CreateTablet for tablet 44b35c0481d14e05a4f5a1b98751e3da (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.653946  3552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 44b35c0481d14e05a4f5a1b98751e3da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.673581  3904 tablet_bootstrap.cc:654] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:43.673667  3804 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.010s
I20260608 09:48:43.704360  3913 tablet_bootstrap.cc:492] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
W20260608 09:48:43.677199  3606 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.129:39459, user_credentials={real_user=slave}} blocked reactor thread for 76822.3us
W20260608 09:48:43.729014  3514 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:48:43.733186  3804 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:48:43.747051  3555 tablet_service.cc:1511] Processing CreateTablet for tablet c73e83d57ab143768269bacfa35cb63c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.747720  3851 tablet_service.cc:1511] Processing CreateTablet for tablet c73e83d57ab143768269bacfa35cb63c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.749109  3555 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c73e83d57ab143768269bacfa35cb63c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.749639  3851 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c73e83d57ab143768269bacfa35cb63c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:43.770879  3770 consensus_queue.cc:1048] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:43.773854  3700 tablet_service.cc:1511] Processing CreateTablet for tablet c73e83d57ab143768269bacfa35cb63c (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260608 09:48:43.775831  3700 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c73e83d57ab143768269bacfa35cb63c. 1 dirs total, 0 dirs full, 0 dirs failed
W20260608 09:48:43.783886  3680 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.130:34811, user_credentials={real_user=slave}} blocked reactor thread for 53142.3us
I20260608 09:48:43.824081  3770 consensus_queue.cc:1048] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:43.833485  3919 tablet_bootstrap.cc:492] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:43.842176  3801 consensus_queue.cc:1048] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 09:48:43.869867  3905 tablet_bootstrap.cc:654] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:43.902751  3904 tablet_bootstrap.cc:492] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:43.903312  3904 ts_tablet_manager.cc:1403] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.350s	user 0.025s	sys 0.016s
I20260608 09:48:43.929505  3913 tablet_bootstrap.cc:654] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:43.937157  3919 tablet_bootstrap.cc:654] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:43.935971  3904 raft_consensus.cc:359] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.948283  3904 raft_consensus.cc:385] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:43.948767  3904 raft_consensus.cc:740] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:43.955317  3904 consensus_queue.cc:260] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:43.957948  3904 ts_tablet_manager.cc:1434] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.054s	user 0.007s	sys 0.003s
I20260608 09:48:43.959108  3904 tablet_bootstrap.cc:492] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
W20260608 09:48:43.968406  3930 log.cc:927] Time spent T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228: Append to log took a long time: real 0.072s	user 0.000s	sys 0.001s
I20260608 09:48:43.974128  3905 tablet_bootstrap.cc:492] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519: No bootstrap required, opened a new log
I20260608 09:48:43.974665  3905 ts_tablet_manager.cc:1403] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.439s	user 0.032s	sys 0.028s
I20260608 09:48:43.982082  3904 tablet_bootstrap.cc:654] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:43.982774  3919 tablet_bootstrap.cc:492] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:43.983811  3913 tablet_bootstrap.cc:492] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:43.983942  3919 ts_tablet_manager.cc:1403] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.191s	user 0.006s	sys 0.016s
I20260608 09:48:43.984337  3913 ts_tablet_manager.cc:1403] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.306s	user 0.010s	sys 0.012s
I20260608 09:48:43.981567  3905 raft_consensus.cc:359] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:43.987016  3905 raft_consensus.cc:385] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:43.987381  3905 raft_consensus.cc:740] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: FOLLOWER
I20260608 09:48:43.987758  3913 raft_consensus.cc:359] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:43.988616  3913 raft_consensus.cc:385] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:43.988152  3905 consensus_queue.cc:260] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:43.989027  3913 raft_consensus.cc:740] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:43.989936  3913 consensus_queue.cc:260] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:43.998363  3892 heartbeater.cc:499] Master 127.0.150.190:35951 was elected leader, sending a full tablet report...
I20260608 09:48:43.991429  3919 raft_consensus.cc:359] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.000783  3919 raft_consensus.cc:385] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.001264  3919 raft_consensus.cc:740] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:43.998077  3905 ts_tablet_manager.cc:1434] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.023s	user 0.004s	sys 0.010s
I20260608 09:48:44.004443  3905 tablet_bootstrap.cc:492] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:43.999287  3913 ts_tablet_manager.cc:1434] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.001s
I20260608 09:48:44.011786  3913 tablet_bootstrap.cc:492] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:44.018488  3913 tablet_bootstrap.cc:654] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.019366  3904 tablet_bootstrap.cc:492] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:44.019903  3904 ts_tablet_manager.cc:1403] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.061s	user 0.018s	sys 0.013s
I20260608 09:48:44.021970  3905 tablet_bootstrap.cc:654] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.002609  3919 consensus_queue.cc:260] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.026765  3919 ts_tablet_manager.cc:1434] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.042s	user 0.006s	sys 0.002s
I20260608 09:48:44.027773  3904 raft_consensus.cc:359] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.028694  3904 raft_consensus.cc:385] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.029029  3904 raft_consensus.cc:740] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.029541  3919 tablet_bootstrap.cc:492] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:44.029975  3904 consensus_queue.cc:260] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.037233  3919 tablet_bootstrap.cc:654] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.039273  3904 ts_tablet_manager.cc:1434] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.001s
I20260608 09:48:44.040316  3905 tablet_bootstrap.cc:492] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519: No bootstrap required, opened a new log
I20260608 09:48:44.040720  3904 tablet_bootstrap.cc:492] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:44.040827  3905 ts_tablet_manager.cc:1403] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.037s	user 0.013s	sys 0.004s
I20260608 09:48:44.046115  3905 raft_consensus.cc:359] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.047091  3905 raft_consensus.cc:385] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.047483  3905 raft_consensus.cc:740] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.048353  3905 consensus_queue.cc:260] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.050117  3904 tablet_bootstrap.cc:654] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.052170  3913 tablet_bootstrap.cc:492] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:44.052662  3913 ts_tablet_manager.cc:1403] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.041s	user 0.018s	sys 0.001s
I20260608 09:48:44.057107  3919 tablet_bootstrap.cc:492] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:44.056459  3913 raft_consensus.cc:359] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.057525  3913 raft_consensus.cc:385] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.057617  3919 ts_tablet_manager.cc:1403] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.028s	user 0.018s	sys 0.003s
I20260608 09:48:44.058043  3913 raft_consensus.cc:740] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.058715  3905 ts_tablet_manager.cc:1434] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.017s	user 0.012s	sys 0.000s
I20260608 09:48:44.058985  3913 consensus_queue.cc:260] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.060050  3905 tablet_bootstrap.cc:492] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:44.062026  3913 ts_tablet_manager.cc:1434] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
I20260608 09:48:44.061856  3919 raft_consensus.cc:359] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.062623  3919 raft_consensus.cc:385] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.062958  3919 raft_consensus.cc:740] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.063194  3913 tablet_bootstrap.cc:492] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:44.064728  3919 consensus_queue.cc:260] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.067217  3904 tablet_bootstrap.cc:492] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:44.067720  3904 ts_tablet_manager.cc:1403] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.003s
I20260608 09:48:44.068068  3919 ts_tablet_manager.cc:1434] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260608 09:48:44.069192  3919 tablet_bootstrap.cc:492] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:44.071537  3905 tablet_bootstrap.cc:654] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.071309  3904 raft_consensus.cc:359] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.073192  3918 raft_consensus.cc:493] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:44.072057  3904 raft_consensus.cc:385] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.073836  3918 raft_consensus.cc:515] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.075409  3904 raft_consensus.cc:740] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.076288  3904 consensus_queue.cc:260] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.078823  3919 tablet_bootstrap.cc:654] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.078924  3904 ts_tablet_manager.cc:1434] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.004s
I20260608 09:48:44.080088  3904 tablet_bootstrap.cc:492] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:44.081161  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe9abf0982284bc798842396af8e39e2" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:44.081823  3715 raft_consensus.cc:2468] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 0.
I20260608 09:48:44.082823  3936 raft_consensus.cc:493] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:44.083551  3918 leader_election.cc:290] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:44.083392  3936 raft_consensus.cc:515] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.073225  3913 tablet_bootstrap.cc:654] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.083400  3533 leader_election.cc:304] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:44.090014  3918 raft_consensus.cc:2804] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:44.090503  3918 raft_consensus.cc:493] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:44.090935  3918 raft_consensus.cc:3060] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.088255  3936 leader_election.cc:290] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:44.099466  3462 catalog_manager.cc:6241] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8: range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078] alter complete (version 0)
I20260608 09:48:44.132543  3904 tablet_bootstrap.cc:654] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.143003  3905 tablet_bootstrap.cc:492] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519: No bootstrap required, opened a new log
I20260608 09:48:44.143718  3905 ts_tablet_manager.cc:1403] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.084s	user 0.016s	sys 0.011s
I20260608 09:48:44.105515  3918 raft_consensus.cc:515] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.152846  3918 leader_election.cc:290] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 election: Requested vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:44.154403  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe9abf0982284bc798842396af8e39e2" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:44.154927  3715 raft_consensus.cc:3060] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.158613  3913 tablet_bootstrap.cc:492] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:44.159631  3905 raft_consensus.cc:359] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.174300  3905 raft_consensus.cc:385] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.174647  3905 raft_consensus.cc:740] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.175510  3905 consensus_queue.cc:260] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.173700  3919 tablet_bootstrap.cc:492] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:44.177842  3905 ts_tablet_manager.cc:1434] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.034s	user 0.007s	sys 0.000s
I20260608 09:48:44.179752  3905 tablet_bootstrap.cc:492] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:44.178385  3919 ts_tablet_manager.cc:1403] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.109s	user 0.034s	sys 0.039s
I20260608 09:48:44.186113  3913 ts_tablet_manager.cc:1403] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.123s	user 0.029s	sys 0.017s
I20260608 09:48:44.188809  3919 raft_consensus.cc:359] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.189589  3919 raft_consensus.cc:385] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.189935  3919 raft_consensus.cc:740] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.210377  3715 raft_consensus.cc:2468] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 1.
I20260608 09:48:44.217337  3905 tablet_bootstrap.cc:654] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.218464  3913 raft_consensus.cc:359] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.219954  3913 raft_consensus.cc:385] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.218498  3533 leader_election.cc:304] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:44.221609  3918 raft_consensus.cc:2804] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:44.222198  3918 raft_consensus.cc:697] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Becoming Leader. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Running, Role: LEADER
I20260608 09:48:44.222615  3904 tablet_bootstrap.cc:492] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:44.223182  3904 ts_tablet_manager.cc:1403] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.143s	user 0.006s	sys 0.012s
I20260608 09:48:44.223004  3918 consensus_queue.cc:237] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [LEADER]: Queue going to LEADER mode. State: All 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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.226646  3904 raft_consensus.cc:359] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.229785  3904 raft_consensus.cc:385] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.220412  3913 raft_consensus.cc:740] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.230151  3919 consensus_queue.cc:260] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.230878  3913 consensus_queue.cc:260] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.230185  3904 raft_consensus.cc:740] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.234853  3919 ts_tablet_manager.cc:1434] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.049s	user 0.015s	sys 0.003s
I20260608 09:48:44.235894  3919 tablet_bootstrap.cc:492] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:44.238286  3904 consensus_queue.cc:260] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.234192  3913 ts_tablet_manager.cc:1434] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.048s	user 0.007s	sys 0.001s
I20260608 09:48:44.242736  3919 tablet_bootstrap.cc:654] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.245250  3564 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29c5495570af4aea904da5d4a832847d" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:44.246049  3564 raft_consensus.cc:2468] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 0.
I20260608 09:48:44.249320  3913 tablet_bootstrap.cc:492] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:44.251392  3867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe9abf0982284bc798842396af8e39e2" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519" is_pre_election: true
I20260608 09:48:44.250633  3904 ts_tablet_manager.cc:1434] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.027s	user 0.006s	sys 0.001s
I20260608 09:48:44.253346  3867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fe9abf0982284bc798842396af8e39e2" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519"
W20260608 09:48:44.254889  3532 leader_election.cc:343] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:44.253450  3904 tablet_bootstrap.cc:492] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
W20260608 09:48:44.258595  3532 leader_election.cc:343] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:44.267850  3830 leader_election.cc:304] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:44.269199  3936 raft_consensus.cc:2804] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:44.269802  3936 raft_consensus.cc:493] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:44.271486  3936 raft_consensus.cc:3060] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.270763  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29c5495570af4aea904da5d4a832847d" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:44.283262  3910 raft_consensus.cc:493] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260608 09:48:44.283409  3830 leader_election.cc:343] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:44.283783  3910 raft_consensus.cc:515] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.292572  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbb227ffb05546ef9999d7687377de0e" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:44.298924  3715 raft_consensus.cc:2468] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:44.300516  3608 leader_election.cc:304] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:44.301699  3923 raft_consensus.cc:2804] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:44.302205  3923 raft_consensus.cc:493] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:44.302425  3913 tablet_bootstrap.cc:654] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.302708  3923 raft_consensus.cc:3060] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.303238  3919 tablet_bootstrap.cc:492] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:44.298410  3905 tablet_bootstrap.cc:492] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519: No bootstrap required, opened a new log
I20260608 09:48:44.296274  3465 catalog_manager.cc:5696] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a reported cstate change: term changed from 0 to 1, leader changed from <none> to d81a6d4c48884d86895f30762b61344a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:44.292949  3910 leader_election.cc:290] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:44.306254  3919 ts_tablet_manager.cc:1403] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.071s	user 0.011s	sys 0.019s
I20260608 09:48:44.306383  3905 ts_tablet_manager.cc:1403] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.127s	user 0.009s	sys 0.014s
I20260608 09:48:44.313591  3936 raft_consensus.cc:515] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.314327  3919 raft_consensus.cc:359] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.316906  3919 raft_consensus.cc:385] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.317437  3919 raft_consensus.cc:740] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.316581  3904 tablet_bootstrap.cc:654] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.316810  3936 leader_election.cc:290] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 1 election: Requested vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:44.318890  3564 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29c5495570af4aea904da5d4a832847d" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:44.319912  3564 raft_consensus.cc:3060] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.318320  3919 consensus_queue.cc:260] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.323735  3905 raft_consensus.cc:359] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.324453  3905 raft_consensus.cc:385] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.324798  3905 raft_consensus.cc:740] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.328763  3905 consensus_queue.cc:260] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.341223  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "29c5495570af4aea904da5d4a832847d" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:44.342792  3905 ts_tablet_manager.cc:1434] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.033s	user 0.005s	sys 0.002s
W20260608 09:48:44.343173  3830 leader_election.cc:343] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:44.343842  3905 tablet_bootstrap.cc:492] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:44.344630  3801 raft_consensus.cc:493] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:44.345453  3801 raft_consensus.cc:515] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.345127  3564 raft_consensus.cc:2468] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 1.
I20260608 09:48:44.347910  3801 leader_election.cc:290] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:44.344758  3923 raft_consensus.cc:515] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.349828  3564 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "888e814ef9fa4190b50ec7430283b0ed" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:44.350478  3564 raft_consensus.cc:2468] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 0.
I20260608 09:48:44.351337  3913 tablet_bootstrap.cc:492] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:44.351625  3606 leader_election.cc:304] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:44.352576  3801 raft_consensus.cc:2804] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:44.351847  3913 ts_tablet_manager.cc:1403] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.103s	user 0.035s	sys 0.024s
I20260608 09:48:44.352957  3801 raft_consensus.cc:493] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:44.354020  3801 raft_consensus.cc:3060] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.348837  3830 leader_election.cc:304] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519, d81a6d4c48884d86895f30762b61344a; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:44.352939  3919 ts_tablet_manager.cc:1434] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.042s	user 0.008s	sys 0.000s
I20260608 09:48:44.356820  3919 tablet_bootstrap.cc:492] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:44.357318  3936 raft_consensus.cc:2804] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:44.358999  3913 raft_consensus.cc:359] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.359752  3913 raft_consensus.cc:385] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.360064  3913 raft_consensus.cc:740] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.360997  3913 consensus_queue.cc:260] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.361864  3931 raft_consensus.cc:493] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:44.362782  3931 raft_consensus.cc:515] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.367126  3931 leader_election.cc:290] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:44.368651  3801 raft_consensus.cc:515] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.369582  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "773047d092f04bbcb783373e55b0c4ed" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:44.370245  3640 raft_consensus.cc:2468] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 0.
I20260608 09:48:44.373520  3923 leader_election.cc:290] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 election: Requested vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:44.373428  3680 leader_election.cc:304] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:44.374310  3931 raft_consensus.cc:2804] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:44.374758  3931 raft_consensus.cc:493] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:44.375079  3913 ts_tablet_manager.cc:1434] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260608 09:48:44.375174  3931 raft_consensus.cc:3060] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.378589  3913 tablet_bootstrap.cc:492] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:44.380316  3936 raft_consensus.cc:697] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 1 LEADER]: Becoming Leader. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Running, Role: LEADER
I20260608 09:48:44.381338  3936 consensus_queue.cc:237] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Queue going to LEADER mode. State: All 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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.409077  3801 leader_election.cc:290] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 election: Requested vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:44.406729  3864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbb227ffb05546ef9999d7687377de0e" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519"
I20260608 09:48:44.408859  3904 tablet_bootstrap.cc:492] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:44.411355  3904 ts_tablet_manager.cc:1403] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.158s	user 0.013s	sys 0.019s
I20260608 09:48:44.402370  3865 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "888e814ef9fa4190b50ec7430283b0ed" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519"
I20260608 09:48:44.413128  3564 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "888e814ef9fa4190b50ec7430283b0ed" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:44.410660  3864 raft_consensus.cc:3060] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.414026  3564 raft_consensus.cc:3060] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.381687  3867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbb227ffb05546ef9999d7687377de0e" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519" is_pre_election: true
W20260608 09:48:44.415809  3607 leader_election.cc:343] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:44.399362  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbb227ffb05546ef9999d7687377de0e" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:44.418885  3905 tablet_bootstrap.cc:654] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.420485  3715 raft_consensus.cc:3060] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.424515  3931 raft_consensus.cc:515] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.445868  3931 leader_election.cc:290] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 election: Requested vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:44.446791  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "773047d092f04bbcb783373e55b0c4ed" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:44.447571  3640 raft_consensus.cc:3060] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
W20260608 09:48:44.469128  3452 catalog_manager.cc:4809] Async tablet task AlterTable RPC for tablet 773047d092f04bbcb783373e55b0c4ed (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 773047d092f04bbcb783373e55b0c4ed consensus state has no leader
I20260608 09:48:44.383596  3866 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "888e814ef9fa4190b50ec7430283b0ed" candidate_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519" is_pre_election: true
I20260608 09:48:44.471436  3715 raft_consensus.cc:2468] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:44.475632  3904 raft_consensus.cc:359] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.476977  3564 raft_consensus.cc:2468] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
I20260608 09:48:44.479215  3961 raft_consensus.cc:493] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:44.479754  3961 raft_consensus.cc:515] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.479822  3606 leader_election.cc:304] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a; no voters: 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:44.474709  3640 raft_consensus.cc:2468] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 1.
I20260608 09:48:44.476438  3904 raft_consensus.cc:385] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.482592  3923 raft_consensus.cc:2804] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:44.483359  3904 raft_consensus.cc:740] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.488188  3923 raft_consensus.cc:697] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Leader. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:44.486526  3608 leader_election.cc:304] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:44.491374  3923 consensus_queue.cc:237] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Queue going to LEADER mode. State: All 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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.492013  3910 raft_consensus.cc:2804] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:44.493219  3865 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "773047d092f04bbcb783373e55b0c4ed" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519"
I20260608 09:48:44.492084  3680 leader_election.cc:304] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:44.497686  3867 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "773047d092f04bbcb783373e55b0c4ed" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519" is_pre_election: true
I20260608 09:48:44.498072  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44b35c0481d14e05a4f5a1b98751e3da" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:44.498668  3640 raft_consensus.cc:2468] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 0.
I20260608 09:48:44.499676  3830 leader_election.cc:304] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:44.500813  3931 raft_consensus.cc:2804] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:44.501315  3931 raft_consensus.cc:697] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Becoming Leader. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Running, Role: LEADER
W20260608 09:48:44.502003  3607 leader_election.cc:343] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:44.502243  3931 consensus_queue.cc:237] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Queue going to LEADER mode. State: All 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: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.511087  3904 consensus_queue.cc:260] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.511920  3961 leader_election.cc:290] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:44.508575  3919 tablet_bootstrap.cc:654] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542: Neither blocks nor log segments found. Creating new log.
W20260608 09:48:44.515239  3681 leader_election.cc:343] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:44.516654  3566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44b35c0481d14e05a4f5a1b98751e3da" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:44.501616  3936 raft_consensus.cc:2804] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:44.517766  3910 raft_consensus.cc:697] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Leader. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:44.508688  3864 raft_consensus.cc:2468] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in term 1.
W20260608 09:48:44.522372  3681 leader_election.cc:343] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:44.519941  3566 raft_consensus.cc:2468] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 0.
I20260608 09:48:44.524494  3462 catalog_manager.cc:5696] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 reported cstate change: term changed from 0 to 1, leader changed from <none> to 80cc6ae5740d42c1916a060c96194519 (127.0.150.132). New cstate: current_term: 1 leader_uuid: "80cc6ae5740d42c1916a060c96194519" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:44.518885  3936 raft_consensus.cc:493] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:44.534977  3904 ts_tablet_manager.cc:1434] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.123s	user 0.010s	sys 0.006s
I20260608 09:48:44.533048  3936 raft_consensus.cc:3060] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.544591  3904 tablet_bootstrap.cc:492] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a: Bootstrap starting.
I20260608 09:48:44.544086  3464 catalog_manager.cc:5696] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:44.547566  3913 tablet_bootstrap.cc:654] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.548630  3910 consensus_queue.cc:237] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Queue going to LEADER mode. State: All 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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.553874  3936 raft_consensus.cc:515] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.558324  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44b35c0481d14e05a4f5a1b98751e3da" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:44.559139  3564 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "44b35c0481d14e05a4f5a1b98751e3da" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:44.559804  3564 raft_consensus.cc:3060] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.560062  3465 catalog_manager.cc:5696] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:44.559154  3640 raft_consensus.cc:3060] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.568059  3936 leader_election.cc:290] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 1 election: Requested vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:44.576756  3918 raft_consensus.cc:493] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:44.578822  3918 raft_consensus.cc:515] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.583637  3864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e099a426cffa4837963897e66c48ff10" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519" is_pre_election: true
I20260608 09:48:44.584470  3864 raft_consensus.cc:2468] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 0.
I20260608 09:48:44.588516  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e099a426cffa4837963897e66c48ff10" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:44.624476  3715 raft_consensus.cc:2468] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 0.
I20260608 09:48:44.625990  3533 leader_election.cc:304] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:44.589701  3918 leader_election.cc:290] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:44.589555  3564 raft_consensus.cc:2468] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 1.
I20260608 09:48:44.630404  3769 raft_consensus.cc:2804] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:44.633251  3769 raft_consensus.cc:493] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:44.629773  3904 tablet_bootstrap.cc:654] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.632467  3905 tablet_bootstrap.cc:492] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519: No bootstrap required, opened a new log
I20260608 09:48:44.634361  3905 ts_tablet_manager.cc:1403] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.291s	user 0.016s	sys 0.014s
I20260608 09:48:44.617723  3640 raft_consensus.cc:2468] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 1.
I20260608 09:48:44.633642  3769 raft_consensus.cc:3060] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.628942  3462 catalog_manager.cc:5696] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: term changed from 0 to 1, leader changed from <none> to b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:44.637156  3830 leader_election.cc:304] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:44.638051  3936 raft_consensus.cc:2804] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:44.638537  3936 raft_consensus.cc:697] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 1 LEADER]: Becoming Leader. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Running, Role: LEADER
I20260608 09:48:44.638773  3919 tablet_bootstrap.cc:492] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542: No bootstrap required, opened a new log
I20260608 09:48:44.639178  3919 ts_tablet_manager.cc:1403] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.283s	user 0.021s	sys 0.034s
I20260608 09:48:44.639397  3936 consensus_queue.cc:237] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Queue going to LEADER mode. State: All 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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.639374  3905 raft_consensus.cc:359] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.643550  3919 raft_consensus.cc:359] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.642107  3905 raft_consensus.cc:385] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.644742  3919 raft_consensus.cc:385] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.644810  3905 raft_consensus.cc:740] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.645176  3919 raft_consensus.cc:740] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.646142  3905 consensus_queue.cc:260] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:44.647280  3913 tablet_bootstrap.cc:492] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228: No bootstrap required, opened a new log
I20260608 09:48:44.647855  3913 ts_tablet_manager.cc:1403] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.270s	user 0.018s	sys 0.003s
I20260608 09:48:44.646557  3919 consensus_queue.cc:260] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.649029  3905 ts_tablet_manager.cc:1434] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260608 09:48:44.650243  3919 ts_tablet_manager.cc:1434] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.001s
I20260608 09:48:44.650426  3905 tablet_bootstrap.cc:492] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:44.651116  3864 raft_consensus.cc:3060] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.654049  3913 raft_consensus.cc:359] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.655220  3913 raft_consensus.cc:385] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.655987  3913 raft_consensus.cc:740] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.668607  3769 raft_consensus.cc:515] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.670938  3769 leader_election.cc:290] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 election: Requested vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:44.672482  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e099a426cffa4837963897e66c48ff10" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:44.672541  3904 tablet_bootstrap.cc:492] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a: No bootstrap required, opened a new log
I20260608 09:48:44.673156  3715 raft_consensus.cc:3060] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.673575  3904 ts_tablet_manager.cc:1403] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a: Time spent bootstrapping tablet: real 0.129s	user 0.014s	sys 0.009s
I20260608 09:48:44.677441  3864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e099a426cffa4837963897e66c48ff10" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519"
I20260608 09:48:44.661849  3913 consensus_queue.cc:260] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.678509  3864 raft_consensus.cc:3060] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.675623  3465 catalog_manager.cc:5696] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 reported cstate change: term changed from 0 to 1, leader changed from <none> to 80cc6ae5740d42c1916a060c96194519 (127.0.150.132). New cstate: current_term: 1 leader_uuid: "80cc6ae5740d42c1916a060c96194519" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:44.683393  3715 raft_consensus.cc:2468] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 1.
I20260608 09:48:44.686712  3864 raft_consensus.cc:2468] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 1.
I20260608 09:48:44.686887  3533 leader_election.cc:304] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:44.686564  3904 raft_consensus.cc:359] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.684335  3769 consensus_queue.cc:1048] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:48:44.687516  3904 raft_consensus.cc:385] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.687906  3970 raft_consensus.cc:2804] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:44.687978  3904 raft_consensus.cc:740] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.688531  3970 raft_consensus.cc:697] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Becoming Leader. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Running, Role: LEADER
I20260608 09:48:44.689170  3904 consensus_queue.cc:260] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.689450  3970 consensus_queue.cc:237] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Queue going to LEADER mode. State: All 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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.691752  3904 ts_tablet_manager.cc:1434] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.003s
I20260608 09:48:44.710628  3465 catalog_manager.cc:5696] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a reported cstate change: term changed from 0 to 1, leader changed from <none> to d81a6d4c48884d86895f30762b61344a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: HEALTHY } } }
I20260608 09:48:44.717406  3905 tablet_bootstrap.cc:654] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.719712  3913 ts_tablet_manager.cc:1434] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.069s	user 0.004s	sys 0.004s
I20260608 09:48:44.720311  3918 consensus_queue.cc:1048] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:44.726562  3519 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
W20260608 09:48:44.756693  3519 auto_leader_rebalancer.cc:460] the master instance isn't leader: Service unavailable: Tablet not running
I20260608 09:48:44.775185  3905 tablet_bootstrap.cc:492] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519: No bootstrap required, opened a new log
I20260608 09:48:44.775709  3905 ts_tablet_manager.cc:1403] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.126s	user 0.021s	sys 0.010s
W20260608 09:48:44.776604  3514 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:48:44.783233  3905 raft_consensus.cc:359] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.783999  3905 raft_consensus.cc:385] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.784276  3905 raft_consensus.cc:740] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.784998  3905 consensus_queue.cc:260] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.787849  3905 ts_tablet_manager.cc:1434] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.004s
I20260608 09:48:44.788890  3905 tablet_bootstrap.cc:492] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:44.794781  3905 tablet_bootstrap.cc:654] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.800158  3905 tablet_bootstrap.cc:492] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519: No bootstrap required, opened a new log
I20260608 09:48:44.800554  3905 ts_tablet_manager.cc:1403] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 09:48:44.802692  3905 raft_consensus.cc:359] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.803247  3905 raft_consensus.cc:385] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.803520  3905 raft_consensus.cc:740] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.804227  3905 consensus_queue.cc:260] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.806416  3905 ts_tablet_manager.cc:1434] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.003s
I20260608 09:48:44.807467  3905 tablet_bootstrap.cc:492] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:44.813076  3905 tablet_bootstrap.cc:654] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:44.815243  3769 raft_consensus.cc:493] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:44.815809  3769 raft_consensus.cc:515] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.817790  3905 tablet_bootstrap.cc:492] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519: No bootstrap required, opened a new log
I20260608 09:48:44.818274  3905 ts_tablet_manager.cc:1403] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.011s	user 0.006s	sys 0.004s
I20260608 09:48:44.819154  3864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c73e83d57ab143768269bacfa35cb63c" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519" is_pre_election: true
I20260608 09:48:44.819427  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c73e83d57ab143768269bacfa35cb63c" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:44.820086  3715 raft_consensus.cc:2468] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 0.
W20260608 09:48:44.820397  3532 leader_election.cc:343] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:48:44.818863  3769 leader_election.cc:290] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:44.821161  3533 leader_election.cc:304] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:44.820976  3905 raft_consensus.cc:359] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.821647  3905 raft_consensus.cc:385] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:44.821938  3905 raft_consensus.cc:740] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: FOLLOWER
I20260608 09:48:44.821940  3769 raft_consensus.cc:2804] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:44.822549  3769 raft_consensus.cc:493] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:44.822957  3769 raft_consensus.cc:3060] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.822739  3905 consensus_queue.cc:260] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.824630  3905 ts_tablet_manager.cc:1434] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 09:48:44.828033  3769 raft_consensus.cc:515] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.830179  3769 leader_election.cc:290] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 1 election: Requested vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:44.830585  3864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c73e83d57ab143768269bacfa35cb63c" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "80cc6ae5740d42c1916a060c96194519"
I20260608 09:48:44.830704  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c73e83d57ab143768269bacfa35cb63c" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:44.831020  3864 raft_consensus.cc:3060] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.831296  3715 raft_consensus.cc:3060] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.836535  3715 raft_consensus.cc:2468] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 1.
I20260608 09:48:44.837587  3533 leader_election.cc:304] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:44.837864  3864 raft_consensus.cc:2468] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 1.
I20260608 09:48:44.838459  3769 raft_consensus.cc:2804] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:44.839331  3769 raft_consensus.cc:697] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Becoming Leader. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Running, Role: LEADER
I20260608 09:48:44.839956  3769 consensus_queue.cc:237] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [LEADER]: Queue going to LEADER mode. State: All 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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.847947  3466 catalog_manager.cc:5696] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a reported cstate change: term changed from 0 to 1, leader changed from <none> to d81a6d4c48884d86895f30762b61344a (127.0.150.129). New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: HEALTHY } } }
I20260608 09:48:44.853123  3936 raft_consensus.cc:493] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:44.853713  3936 raft_consensus.cc:515] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:44.855949  3936 leader_election.cc:290] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:44.858783  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "773047d092f04bbcb783373e55b0c4ed" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:44.859820  3640 raft_consensus.cc:2393] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 80cc6ae5740d42c1916a060c96194519 in current term 1: Already voted for candidate 1f5efa1203f44ca9ae773bf48d58a228 in this term.
I20260608 09:48:44.867959  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "773047d092f04bbcb783373e55b0c4ed" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228" is_pre_election: true
I20260608 09:48:44.869272  3832 leader_election.cc:304] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:44.870004  3936 raft_consensus.cc:3060] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.871498  3961 consensus_queue.cc:1048] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:44.875569  3936 raft_consensus.cc:2749] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:48:44.878182  3936 raft_consensus.cc:493] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:44.878664  3936 raft_consensus.cc:515] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:44.881733  3936 leader_election.cc:290] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:44.884603  3567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "888e814ef9fa4190b50ec7430283b0ed" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d81a6d4c48884d86895f30762b61344a" is_pre_election: true
I20260608 09:48:44.885205  3640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "888e814ef9fa4190b50ec7430283b0ed" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" is_pre_election: true
I20260608 09:48:44.888656  3643 raft_consensus.cc:3060] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.885432  3567 raft_consensus.cc:2393] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 80cc6ae5740d42c1916a060c96194519 in current term 1: Already voted for candidate b2d8c8c08ed846d8a8c22fe9c26ba542 in this term.
I20260608 09:48:44.891032  3830 leader_election.cc:304] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:44.891930  3987 raft_consensus.cc:3060] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:44.896777  3961 consensus_queue.cc:1048] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:44.897405  3987 raft_consensus.cc:2749] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:48:44.908484  3804 consensus_queue.cc:1048] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:48:44.926941  3991 consensus_queue.cc:1048] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:48:45.007733  3910 consensus_queue.cc:1048] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.013927  3910 consensus_queue.cc:1048] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.029266  3910 consensus_queue.cc:1048] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.029740  3964 consensus_queue.cc:1048] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.076210  3769 consensus_queue.cc:1048] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.087670  3918 consensus_queue.cc:1048] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.198480  3961 consensus_queue.cc:1048] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.212070  3987 consensus_queue.cc:1048] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.244514  3918 consensus_queue.cc:1048] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.256567  3769 consensus_queue.cc:1048] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:45.815284  3643 consensus_queue.cc:237] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:45.821947  3567 raft_consensus.cc:1275] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:45.822016  3715 raft_consensus.cc:1275] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 09:48:45.822875  3607 consensus_peers.cc:597] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 -> Peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Couldn't send request to peer 80cc6ae5740d42c1916a060c96194519. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ce210f7e3ef14904b1b123481acdbf21. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:45.823927  3964 consensus_queue.cc:1048] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:45.824699  3910 consensus_queue.cc:1048] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:45.832826  3923 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.834776  3567 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.834898  3715 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.846932  3466 catalog_manager.cc:5696] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a reported cstate change: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.848883  3643 consensus_queue.cc:237] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:45.856166  3715 raft_consensus.cc:1275] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 09:48:45.856736  3607 consensus_peers.cc:597] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 -> Peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Couldn't send request to peer 80cc6ae5740d42c1916a060c96194519. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b2d3059b4be74d3bb5afd62fe7b646c5. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:45.858048  3923 consensus_queue.cc:1048] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:48:45.859418  3567 raft_consensus.cc:1275] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:45.861178  3923 consensus_queue.cc:1048] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:45.869421  3964 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.871272  3715 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.880264  3567 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.889178  3465 catalog_manager.cc:5696] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.904371  3715 consensus_queue.cc:237] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
W20260608 09:48:45.920724  3681 consensus_peers.cc:597] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 -> Peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Couldn't send request to peer 80cc6ae5740d42c1916a060c96194519. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 80b21fd3e7904068b8c8bbe6fa60e75a. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:45.922572  3643 raft_consensus.cc:1275] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:45.924109  3567 raft_consensus.cc:1275] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:45.926755  4017 consensus_queue.cc:1048] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:45.927754  3991 consensus_queue.cc:1048] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:45.936141  4017 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.939070  3567 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.939409  3643 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.953343  3466 catalog_manager.cc:5696] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a reported cstate change: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.953774  3715 consensus_queue.cc:237] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
W20260608 09:48:45.953284  3681 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
W20260608 09:48:45.963896  3681 consensus_peers.cc:597] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 -> Peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Couldn't send request to peer 80cc6ae5740d42c1916a060c96194519. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 608c379f30044ff8b17a8988bc4e4ca9. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:45.964334  3567 raft_consensus.cc:1275] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:45.966197  3643 raft_consensus.cc:1275] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:45.967307  4017 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:48:45.968446  4020 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:48:45.981868  3991 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.983778  3567 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:45.984344  3643 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:46.000555  3466 catalog_manager.cc:5696] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:46.299893  4024 ts_tablet_manager.cc:933] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: Initiating tablet copy from peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:46.302703  4024 tablet_copy_client.cc:323] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:34811
I20260608 09:48:46.304829  3653 tablet_copy_service.cc:140] P b2d8c8c08ed846d8a8c22fe9c26ba542: Received BeginTabletCopySession request for tablet ce210f7e3ef14904b1b123481acdbf21 from peer 80cc6ae5740d42c1916a060c96194519 ({username='slave'} at 127.0.0.1:58644)
I20260608 09:48:46.305464  3653 tablet_copy_service.cc:161] P b2d8c8c08ed846d8a8c22fe9c26ba542: Beginning new tablet copy session on tablet ce210f7e3ef14904b1b123481acdbf21 from peer 80cc6ae5740d42c1916a060c96194519 at {username='slave'} at 127.0.0.1:58644: session id = 80cc6ae5740d42c1916a060c96194519-ce210f7e3ef14904b1b123481acdbf21
I20260608 09:48:46.313277  3653 tablet_copy_source_session.cc:215] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:48:46.316679  4024 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ce210f7e3ef14904b1b123481acdbf21. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:46.327019  4024 tablet_copy_client.cc:806] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 0 data blocks...
I20260608 09:48:46.328490  4024 tablet_copy_client.cc:670] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 1 WAL segments...
I20260608 09:48:46.330329  4026 ts_tablet_manager.cc:933] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: Initiating tablet copy from peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:46.332177  4026 tablet_copy_client.cc:323] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:34811
I20260608 09:48:46.333865  4024 tablet_copy_client.cc:538] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:48:46.333889  3653 tablet_copy_service.cc:140] P b2d8c8c08ed846d8a8c22fe9c26ba542: Received BeginTabletCopySession request for tablet b2d3059b4be74d3bb5afd62fe7b646c5 from peer 80cc6ae5740d42c1916a060c96194519 ({username='slave'} at 127.0.0.1:58644)
I20260608 09:48:46.338546  3653 tablet_copy_service.cc:161] P b2d8c8c08ed846d8a8c22fe9c26ba542: Beginning new tablet copy session on tablet b2d3059b4be74d3bb5afd62fe7b646c5 from peer 80cc6ae5740d42c1916a060c96194519 at {username='slave'} at 127.0.0.1:58644: session id = 80cc6ae5740d42c1916a060c96194519-b2d3059b4be74d3bb5afd62fe7b646c5
I20260608 09:48:46.341041  4024 tablet_bootstrap.cc:492] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:46.346100  3653 tablet_copy_source_session.cc:215] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:48:46.349323  4026 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2d3059b4be74d3bb5afd62fe7b646c5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:46.359256  4024 tablet_bootstrap.cc:492] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:48:46.360150  4024 tablet_bootstrap.cc:492] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: Bootstrap complete.
I20260608 09:48:46.360793  4024 ts_tablet_manager.cc:1403] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260608 09:48:46.364632  4024 raft_consensus.cc:359] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:46.365711  4024 raft_consensus.cc:740] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: LEARNER
I20260608 09:48:46.366644  4024 consensus_queue.cc:260] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:46.369343  4024 ts_tablet_manager.cc:1434] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 09:48:46.372247  3653 tablet_copy_service.cc:342] P b2d8c8c08ed846d8a8c22fe9c26ba542: Request end of tablet copy session 80cc6ae5740d42c1916a060c96194519-ce210f7e3ef14904b1b123481acdbf21 received from {username='slave'} at 127.0.0.1:58644
I20260608 09:48:46.372824  3653 tablet_copy_service.cc:434] P b2d8c8c08ed846d8a8c22fe9c26ba542: ending tablet copy session 80cc6ae5740d42c1916a060c96194519-ce210f7e3ef14904b1b123481acdbf21 on tablet ce210f7e3ef14904b1b123481acdbf21 with peer 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:46.376458  4029 ts_tablet_manager.cc:933] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: Initiating tablet copy from peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:46.378257  4026 tablet_copy_client.cc:806] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 0 data blocks...
I20260608 09:48:46.378960  4026 tablet_copy_client.cc:670] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 1 WAL segments...
I20260608 09:48:46.385344  4026 tablet_copy_client.cc:538] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:48:46.391834  4029 tablet_copy_client.cc:323] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:39561
I20260608 09:48:46.393848  3727 tablet_copy_service.cc:140] P 1f5efa1203f44ca9ae773bf48d58a228: Received BeginTabletCopySession request for tablet 80b21fd3e7904068b8c8bbe6fa60e75a from peer 80cc6ae5740d42c1916a060c96194519 ({username='slave'} at 127.0.0.1:35022)
I20260608 09:48:46.394517  3727 tablet_copy_service.cc:161] P 1f5efa1203f44ca9ae773bf48d58a228: Beginning new tablet copy session on tablet 80b21fd3e7904068b8c8bbe6fa60e75a from peer 80cc6ae5740d42c1916a060c96194519 at {username='slave'} at 127.0.0.1:35022: session id = 80cc6ae5740d42c1916a060c96194519-80b21fd3e7904068b8c8bbe6fa60e75a
I20260608 09:48:46.396121  4026 tablet_bootstrap.cc:492] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:46.402458  3727 tablet_copy_source_session.cc:215] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:48:46.405761  4029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 80b21fd3e7904068b8c8bbe6fa60e75a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:46.418732  4026 tablet_bootstrap.cc:492] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:48:46.419646  4026 tablet_bootstrap.cc:492] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: Bootstrap complete.
I20260608 09:48:46.420326  4026 ts_tablet_manager.cc:1403] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.024s	user 0.018s	sys 0.004s
I20260608 09:48:46.421818  4029 tablet_copy_client.cc:806] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 0 data blocks...
I20260608 09:48:46.422387  4029 tablet_copy_client.cc:670] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 1 WAL segments...
I20260608 09:48:46.423867  4026 raft_consensus.cc:359] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:46.424616  4026 raft_consensus.cc:740] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: LEARNER
I20260608 09:48:46.425083  4026 consensus_queue.cc:260] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:46.426651  4029 tablet_copy_client.cc:538] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:48:46.427840  4026 ts_tablet_manager.cc:1434] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 09:48:46.429920  3653 tablet_copy_service.cc:342] P b2d8c8c08ed846d8a8c22fe9c26ba542: Request end of tablet copy session 80cc6ae5740d42c1916a060c96194519-b2d3059b4be74d3bb5afd62fe7b646c5 received from {username='slave'} at 127.0.0.1:58644
I20260608 09:48:46.430353  3653 tablet_copy_service.cc:434] P b2d8c8c08ed846d8a8c22fe9c26ba542: ending tablet copy session 80cc6ae5740d42c1916a060c96194519-b2d3059b4be74d3bb5afd62fe7b646c5 on tablet b2d3059b4be74d3bb5afd62fe7b646c5 with peer 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:46.435732  4029 tablet_bootstrap.cc:492] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:46.452814  4029 tablet_bootstrap.cc:492] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:48:46.453629  4029 tablet_bootstrap.cc:492] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: Bootstrap complete.
I20260608 09:48:46.454242  4029 ts_tablet_manager.cc:1403] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.004s
I20260608 09:48:46.457060  4029 raft_consensus.cc:359] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:46.457657  4029 raft_consensus.cc:740] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: LEARNER
I20260608 09:48:46.458184  4029 consensus_queue.cc:260] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:46.460218  4029 ts_tablet_manager.cc:1434] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260608 09:48:46.462292  3727 tablet_copy_service.cc:342] P 1f5efa1203f44ca9ae773bf48d58a228: Request end of tablet copy session 80cc6ae5740d42c1916a060c96194519-80b21fd3e7904068b8c8bbe6fa60e75a received from {username='slave'} at 127.0.0.1:35022
I20260608 09:48:46.462759  3727 tablet_copy_service.cc:434] P 1f5efa1203f44ca9ae773bf48d58a228: ending tablet copy session 80cc6ae5740d42c1916a060c96194519-80b21fd3e7904068b8c8bbe6fa60e75a on tablet 80b21fd3e7904068b8c8bbe6fa60e75a with peer 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:46.542331  4029 ts_tablet_manager.cc:933] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: Initiating tablet copy from peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:46.544117  4029 tablet_copy_client.cc:323] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:39561
I20260608 09:48:46.545537  3727 tablet_copy_service.cc:140] P 1f5efa1203f44ca9ae773bf48d58a228: Received BeginTabletCopySession request for tablet 608c379f30044ff8b17a8988bc4e4ca9 from peer 80cc6ae5740d42c1916a060c96194519 ({username='slave'} at 127.0.0.1:35022)
I20260608 09:48:46.545994  3727 tablet_copy_service.cc:161] P 1f5efa1203f44ca9ae773bf48d58a228: Beginning new tablet copy session on tablet 608c379f30044ff8b17a8988bc4e4ca9 from peer 80cc6ae5740d42c1916a060c96194519 at {username='slave'} at 127.0.0.1:35022: session id = 80cc6ae5740d42c1916a060c96194519-608c379f30044ff8b17a8988bc4e4ca9
I20260608 09:48:46.550642  3727 tablet_copy_source_session.cc:215] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:48:46.553175  4029 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 608c379f30044ff8b17a8988bc4e4ca9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:46.563216  4029 tablet_copy_client.cc:806] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 0 data blocks...
I20260608 09:48:46.563738  4029 tablet_copy_client.cc:670] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 1 WAL segments...
I20260608 09:48:46.570058  4029 tablet_copy_client.cc:538] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:48:46.578783  4029 tablet_bootstrap.cc:492] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:46.600124  4029 tablet_bootstrap.cc:492] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:48:46.601032  4029 tablet_bootstrap.cc:492] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: Bootstrap complete.
I20260608 09:48:46.601676  4029 ts_tablet_manager.cc:1403] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.004s
I20260608 09:48:46.604662  4029 raft_consensus.cc:359] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:46.605484  4029 raft_consensus.cc:740] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: LEARNER
I20260608 09:48:46.606281  4029 consensus_queue.cc:260] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:46.609230  4029 ts_tablet_manager.cc:1434] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 09:48:46.611593  3727 tablet_copy_service.cc:342] P 1f5efa1203f44ca9ae773bf48d58a228: Request end of tablet copy session 80cc6ae5740d42c1916a060c96194519-608c379f30044ff8b17a8988bc4e4ca9 received from {username='slave'} at 127.0.0.1:35022
I20260608 09:48:46.612017  3727 tablet_copy_service.cc:434] P 1f5efa1203f44ca9ae773bf48d58a228: ending tablet copy session 80cc6ae5740d42c1916a060c96194519-608c379f30044ff8b17a8988bc4e4ca9 on tablet 608c379f30044ff8b17a8988bc4e4ca9 with peer 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:46.731515  3864 raft_consensus.cc:1217] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:48:46.744083  3864 raft_consensus.cc:1217] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:48:46.757819  3864 raft_consensus.cc:1217] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:48:46.759847  3519 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 09:48:46.792814  3643 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0"
dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
mode: GRACEFUL
new_leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
 from {username='slave'} at 127.0.0.1:58654
I20260608 09:48:46.793411  3643 raft_consensus.cc:606] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Received request to transfer leadership to TS 1f5efa1203f44ca9ae773bf48d58a228
I20260608 09:48:46.796341  3643 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3"
dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
mode: GRACEFUL
new_leader_uuid: "d81a6d4c48884d86895f30762b61344a"
 from {username='slave'} at 127.0.0.1:58654
I20260608 09:48:46.797322  3643 raft_consensus.cc:606] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Received request to transfer leadership to TS d81a6d4c48884d86895f30762b61344a
I20260608 09:48:46.799963  3643 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "bbb227ffb05546ef9999d7687377de0e"
dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
mode: GRACEFUL
new_leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
 from {username='slave'} at 127.0.0.1:58654
I20260608 09:48:46.800416  3643 raft_consensus.cc:606] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Received request to transfer leadership to TS 1f5efa1203f44ca9ae773bf48d58a228
I20260608 09:48:46.801496  3519 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 3
I20260608 09:48:46.802299  3519 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:46.931515  3864 raft_consensus.cc:1217] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:48:46.955566  3910 raft_consensus.cc:993] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542: : Instructing follower d81a6d4c48884d86895f30762b61344a to start an election
I20260608 09:48:46.956027  4037 raft_consensus.cc:1081] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Signalling peer d81a6d4c48884d86895f30762b61344a to start an election
I20260608 09:48:46.957544  3564 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3"
dest_uuid: "d81a6d4c48884d86895f30762b61344a"
 from {username='slave'} at 127.0.0.1:53760
I20260608 09:48:46.958082  3564 raft_consensus.cc:493] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 09:48:46.958405  3564 raft_consensus.cc:3060] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:46.963248  3564 raft_consensus.cc:515] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:46.966284  3564 leader_election.cc:290] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [CANDIDATE]: Term 2 election: Requested vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:46.966223  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:46.966579  3715 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "63c8fea9e5284291b2cee3e61c7570e3" candidate_uuid: "d81a6d4c48884d86895f30762b61344a" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:46.967109  3643 raft_consensus.cc:3055] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 09:48:46.967839  3643 raft_consensus.cc:740] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:46.967133  3715 raft_consensus.cc:3060] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:46.968706  3643 consensus_queue.cc:260] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:46.970046  3643 raft_consensus.cc:3060] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:46.972486  3715 raft_consensus.cc:2468] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 2.
I20260608 09:48:46.973543  3533 leader_election.cc:304] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:46.974278  3970 raft_consensus.cc:2804] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:48:46.975337  3970 raft_consensus.cc:697] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 2 LEADER]: Becoming Leader. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Running, Role: LEADER
I20260608 09:48:46.976233  3970 consensus_queue.cc:237] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [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: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:46.976581  3643 raft_consensus.cc:2468] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81a6d4c48884d86895f30762b61344a in term 2.
I20260608 09:48:46.984551  3462 catalog_manager.cc:5696] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a reported cstate change: term changed from 1 to 2, leader changed from b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) to d81a6d4c48884d86895f30762b61344a (127.0.150.129). New cstate: current_term: 2 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: HEALTHY } } }
I20260608 09:48:47.045549  3910 raft_consensus.cc:993] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542: : Instructing follower 1f5efa1203f44ca9ae773bf48d58a228 to start an election
I20260608 09:48:47.046140  3964 raft_consensus.cc:1081] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Signalling peer 1f5efa1203f44ca9ae773bf48d58a228 to start an election
I20260608 09:48:47.047699  3715 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "bbb227ffb05546ef9999d7687377de0e"
dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
 from {username='slave'} at 127.0.0.1:35020
I20260608 09:48:47.048156  3715 raft_consensus.cc:493] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 09:48:47.048460  3715 raft_consensus.cc:3060] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:47.052595  3715 raft_consensus.cc:515] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:47.054170  3715 leader_election.cc:290] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 2 election: Requested vote from peers 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:47.055034  3864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbb227ffb05546ef9999d7687377de0e" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "80cc6ae5740d42c1916a060c96194519"
I20260608 09:48:47.055328  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bbb227ffb05546ef9999d7687377de0e" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:47.055637  3864 raft_consensus.cc:3060] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:47.055954  3643 raft_consensus.cc:3055] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 09:48:47.056339  3643 raft_consensus.cc:740] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:47.057184  3643 consensus_queue.cc:260] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:47.058467  3643 raft_consensus.cc:3060] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:47.060570  3864 raft_consensus.cc:2468] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 2.
I20260608 09:48:47.061769  3681 leader_election.cc:304] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228, 80cc6ae5740d42c1916a060c96194519; no voters: 
I20260608 09:48:47.062662  3991 raft_consensus.cc:2804] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:48:47.063159  3991 raft_consensus.cc:697] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 LEADER]: Becoming Leader. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Running, Role: LEADER
I20260608 09:48:47.063989  3991 consensus_queue.cc:237] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:47.065838  3643 raft_consensus.cc:2468] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 2.
I20260608 09:48:47.073335  3462 catalog_manager.cc:5696] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: term changed from 1 to 2, leader changed from b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) to 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131). New cstate: current_term: 2 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: HEALTHY } } }
I20260608 09:48:47.146023  3964 raft_consensus.cc:1064] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542: attempting to promote NON_VOTER 80cc6ae5740d42c1916a060c96194519 to VOTER
I20260608 09:48:47.148274  3964 consensus_queue.cc:237] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:47.154697  3864 raft_consensus.cc:1275] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.154785  3715 raft_consensus.cc:1275] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.156339  4037 consensus_queue.cc:1048] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.156716  3564 raft_consensus.cc:1275] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.157311  3964 consensus_queue.cc:1048] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 09:48:47.158627  3910 consensus_queue.cc:1048] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.166407  4037 raft_consensus.cc:993] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: : Instructing follower 1f5efa1203f44ca9ae773bf48d58a228 to start an election
I20260608 09:48:47.167027  4037 raft_consensus.cc:1081] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Signalling peer 1f5efa1203f44ca9ae773bf48d58a228 to start an election
I20260608 09:48:47.168896  3715 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0"
dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
 from {username='slave'} at 127.0.0.1:35020
I20260608 09:48:47.169389  3715 raft_consensus.cc:493] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 09:48:47.169744  3715 raft_consensus.cc:3060] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:47.175920  4048 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.178416  3564 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.180842  3715 raft_consensus.cc:515] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:47.183804  3567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:47.184396  3567 raft_consensus.cc:3060] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:47.192341  3462 catalog_manager.cc:5696] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:48:47.195530  3991 raft_consensus.cc:1064] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228: attempting to promote NON_VOTER 80cc6ae5740d42c1916a060c96194519 to VOTER
I20260608 09:48:47.198252  3991 consensus_queue.cc:237] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:47.199035  3567 raft_consensus.cc:2468] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 2.
I20260608 09:48:47.190207  3864 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.201326  3680 leader_election.cc:304] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [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: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a; no voters: 
I20260608 09:48:47.202296  4038 raft_consensus.cc:2804] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:48:47.202965  4038 raft_consensus.cc:697] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 LEADER]: Becoming Leader. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Running, Role: LEADER
I20260608 09:48:47.204856  3715 leader_election.cc:290] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [CANDIDATE]: Term 2 election: Requested vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:47.204439  4038 consensus_queue.cc:237] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:47.206748  3643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "60cb8d29bb4543c8a4c3d6594e01bec0" candidate_uuid: "1f5efa1203f44ca9ae773bf48d58a228" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:47.207429  3643 raft_consensus.cc:3055] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 09:48:47.207881  3643 raft_consensus.cc:740] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Running, Role: LEADER
I20260608 09:48:47.208998  3643 consensus_queue.cc:260] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:47.211851  3643 raft_consensus.cc:3060] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:47.216524  3867 raft_consensus.cc:1275] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.220260  4035 consensus_queue.cc:1048] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.221843  3640 consensus_queue.cc:237] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:47.227351  3564 raft_consensus.cc:1275] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.229528  3643 raft_consensus.cc:2468] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f5efa1203f44ca9ae773bf48d58a228 in term 2.
I20260608 09:48:47.230774  3564 raft_consensus.cc:1275] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:47.233551  4035 consensus_queue.cc:1048] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.239328  4048 consensus_queue.cc:1048] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 09:48:47.227344  3640 raft_consensus.cc:1275] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.244292  4035 consensus_queue.cc:1048] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.242125  3715 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.257563  4037 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.260143  3566 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.290071  3462 catalog_manager.cc:5696] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: term changed from 1 to 2, leader changed from b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) to 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131). New cstate: current_term: 2 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: HEALTHY } } }
I20260608 09:48:47.290122  3564 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.294157  3643 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.300117  3865 raft_consensus.cc:1275] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:47.303076  3465 catalog_manager.cc:5696] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a reported cstate change: config changed from index 3 to 4, VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) evicted. New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.303285  4048 consensus_queue.cc:1048] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:47.308866  3450 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b2d3059b4be74d3bb5afd62fe7b646c5 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:48:47.314934  3910 raft_consensus.cc:1064] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542: attempting to promote NON_VOTER 80cc6ae5740d42c1916a060c96194519 to VOTER
I20260608 09:48:47.288157  4054 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.317865  3910 consensus_queue.cc:237] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:47.311619  3864 raft_consensus.cc:2955] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.328616  3865 raft_consensus.cc:1275] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.328752  3700 tablet_service.cc:1558] Processing DeleteTablet for tablet b2d3059b4be74d3bb5afd62fe7b646c5 with delete_type TABLET_DATA_TOMBSTONED (Replica with old config index 3 (current committed config index is 4)) from {username='slave'} at 127.0.0.1:34992
I20260608 09:48:47.330937  4048 consensus_queue.cc:1048] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.333972  3717 raft_consensus.cc:1275] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.335915  3564 raft_consensus.cc:1275] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.336001  3910 consensus_queue.cc:1048] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 09:48:47.338915  4037 consensus_queue.cc:1048] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.355427  4059 tablet_replica.cc:333] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:47.356961  4059 raft_consensus.cc:2243] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:47.358209  4059 raft_consensus.cc:2272] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:47.359382  3865 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.370199  4059 ts_tablet_manager.cc:1916] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:48:47.377549  3466 catalog_manager.cc:5696] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a reported cstate change: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.382436  4035 raft_consensus.cc:1064] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228: attempting to promote NON_VOTER 80cc6ae5740d42c1916a060c96194519 to VOTER
I20260608 09:48:47.384984  4035 consensus_queue.cc:237] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:47.385421  3910 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.395401  3717 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.401597  3564 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.409561  3864 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.415033  3715 consensus_queue.cc:237] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:47.427973  3566 raft_consensus.cc:1275] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:47.429204  4059 ts_tablet_manager.cc:1929] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:48:47.429716  4059 log.cc:1199] T b2d3059b4be74d3bb5afd62fe7b646c5 P 1f5efa1203f44ca9ae773bf48d58a228: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-2-root/wals/b2d3059b4be74d3bb5afd62fe7b646c5
I20260608 09:48:47.430222  4054 consensus_queue.cc:1048] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:47.431610  3452 catalog_manager.cc:5027] TS 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): tablet b2d3059b4be74d3bb5afd62fe7b646c5 (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]) successfully deleted
I20260608 09:48:47.432662  3865 raft_consensus.cc:1275] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:47.431528  3867 raft_consensus.cc:1275] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.434120  3643 raft_consensus.cc:1275] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.439781  3643 raft_consensus.cc:1275] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:48:47.429844  3461 catalog_manager.cc:5696] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:48:47.441093  3991 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.441425  3970 consensus_queue.cc:1048] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:47.451273  4054 consensus_queue.cc:1048] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:47.454089  4054 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.457911  3564 raft_consensus.cc:1275] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:47.458907  3991 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.460165  3566 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.460945  3991 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:47.464146  3642 consensus_queue.cc:237] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:47.475279  3717 raft_consensus.cc:1275] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:47.477687  3867 raft_consensus.cc:2955] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.481215  3865 raft_consensus.cc:1275] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:47.479568  3452 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 80b21fd3e7904068b8c8bbe6fa60e75a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:48:47.481576  3466 catalog_manager.cc:5696] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a reported cstate change: config changed from index 3 to 4, VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) evicted. New cstate: current_term: 1 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.486167  3910 consensus_queue.cc:1048] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:47.489722  3715 raft_consensus.cc:1275] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:48:47.491627  4041 consensus_queue.cc:1048] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:47.500525  4037 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d81a6d4c48884d86895f30762b61344a (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.508118  3964 consensus_queue.cc:1048] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:47.514004  3629 tablet_service.cc:1558] Processing DeleteTablet for tablet 80b21fd3e7904068b8c8bbe6fa60e75a with delete_type TABLET_DATA_TOMBSTONED (TS b2d8c8c08ed846d8a8c22fe9c26ba542 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:58612
I20260608 09:48:47.516232  3865 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d81a6d4c48884d86895f30762b61344a (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.536173  4069 tablet_replica.cc:333] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:47.539008  4069 raft_consensus.cc:2243] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:47.540378  4069 raft_consensus.cc:2272] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:47.544624  4069 ts_tablet_manager.cc:1916] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:48:47.545845  3717 raft_consensus.cc:2955] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d81a6d4c48884d86895f30762b61344a (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.561822  3450 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ce210f7e3ef14904b1b123481acdbf21 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:48:47.577104  3466 catalog_manager.cc:5696] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 reported cstate change: config changed from index 3 to 4, VOTER d81a6d4c48884d86895f30762b61344a (127.0.150.129) evicted. New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.581971  4069 ts_tablet_manager.cc:1929] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:48:47.582541  4069 log.cc:1199] T 80b21fd3e7904068b8c8bbe6fa60e75a P b2d8c8c08ed846d8a8c22fe9c26ba542: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-1-root/wals/80b21fd3e7904068b8c8bbe6fa60e75a
I20260608 09:48:47.591647  3450 catalog_manager.cc:5027] TS b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): tablet 80b21fd3e7904068b8c8bbe6fa60e75a (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]) successfully deleted
I20260608 09:48:47.590881  4054 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.595571  3555 tablet_service.cc:1558] Processing DeleteTablet for tablet ce210f7e3ef14904b1b123481acdbf21 with delete_type TABLET_DATA_TOMBSTONED (TS d81a6d4c48884d86895f30762b61344a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53742
I20260608 09:48:47.595839  3864 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.610517  3642 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.616093  3640 raft_consensus.cc:1275] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:48:47.618635  4073 tablet_replica.cc:333] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:47.616839  3564 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.627439  4073 raft_consensus.cc:2243] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:47.628253  4073 raft_consensus.cc:2272] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:47.627471  4054 consensus_queue.cc:1048] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.002s
I20260608 09:48:47.624634  3865 raft_consensus.cc:1275] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:48:47.618431  3566 raft_consensus.cc:1275] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:48:47.635885  4054 consensus_queue.cc:1048] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:48:47.637990  4038 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:47.638417  4073 ts_tablet_manager.cc:1916] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:48:47.639016  3463 catalog_manager.cc:5696] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.666725  3642 raft_consensus.cc:1275] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:48:47.668846  4035 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:47.672827  4073 ts_tablet_manager.cc:1929] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:48:47.673354  4073 log.cc:1199] T ce210f7e3ef14904b1b123481acdbf21 P d81a6d4c48884d86895f30762b61344a: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-0-root/wals/ce210f7e3ef14904b1b123481acdbf21
I20260608 09:48:47.675658  3450 catalog_manager.cc:5027] TS d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): tablet ce210f7e3ef14904b1b123481acdbf21 (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]) successfully deleted
I20260608 09:48:47.681262  3717 consensus_queue.cc:237] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [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: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:47.688961  3864 raft_consensus.cc:1275] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:47.692106  4054 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:47.693265  3643 raft_consensus.cc:1275] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:47.695281  3991 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:47.700050  4054 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d81a6d4c48884d86895f30762b61344a (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.702694  3864 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d81a6d4c48884d86895f30762b61344a (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.710922  3640 raft_consensus.cc:2955] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d81a6d4c48884d86895f30762b61344a (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:47.726012  3452 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 608c379f30044ff8b17a8988bc4e4ca9 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:48:47.732561  3466 catalog_manager.cc:5696] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: config changed from index 3 to 4, VOTER d81a6d4c48884d86895f30762b61344a (127.0.150.129) evicted. New cstate: current_term: 1 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:48:47.743808  3555 tablet_service.cc:1558] Processing DeleteTablet for tablet 608c379f30044ff8b17a8988bc4e4ca9 with delete_type TABLET_DATA_TOMBSTONED (TS d81a6d4c48884d86895f30762b61344a not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:53742
I20260608 09:48:47.744827  4073 tablet_replica.cc:333] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:47.745769  4073 raft_consensus.cc:2243] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:47.746482  4073 raft_consensus.cc:2272] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:47.749505  4073 ts_tablet_manager.cc:1916] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:48:47.759332  4073 ts_tablet_manager.cc:1929] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:48:47.759629  4073 log.cc:1199] T 608c379f30044ff8b17a8988bc4e4ca9 P d81a6d4c48884d86895f30762b61344a: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-0-root/wals/608c379f30044ff8b17a8988bc4e4ca9
I20260608 09:48:47.760910  3450 catalog_manager.cc:5027] TS d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): tablet 608c379f30044ff8b17a8988bc4e4ca9 (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]) successfully deleted
I20260608 09:48:48.783511  3564 consensus_queue.cc:237] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: NON_VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: true } }
W20260608 09:48:48.790402  3531 consensus_peers.cc:597] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a -> Peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Couldn't send request to peer b2d8c8c08ed846d8a8c22fe9c26ba542. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e099a426cffa4837963897e66c48ff10. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:48.790823  3717 raft_consensus.cc:1275] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:48.791385  3864 raft_consensus.cc:1275] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:48.792104  4041 consensus_queue.cc:1048] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:48.793015  4081 consensus_queue.cc:1048] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:48.800956  4041 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: NON_VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: true } } }
I20260608 09:48:48.802287  3864 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: NON_VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: true } } }
I20260608 09:48:48.803406  3519 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 09:48:48.802877  3717 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: NON_VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: true } } }
I20260608 09:48:48.817248  3463 catalog_manager.cc:5696] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 reported cstate change: config changed from index -1 to 2, NON_VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) added. New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: NON_VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: true } } }
I20260608 09:48:48.820230  3717 consensus_queue.cc:237] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
W20260608 09:48:48.836899  3681 consensus_peers.cc:597] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 -> Peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Couldn't send request to peer 80cc6ae5740d42c1916a060c96194519. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 60cb8d29bb4543c8a4c3d6594e01bec0. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:48.839470  3642 raft_consensus.cc:1275] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:48:48.842376  4054 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 09:48:48.850625  3564 raft_consensus.cc:1275] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:48:48.854799  4095 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:48.863758  3717 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9"
dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
mode: GRACEFUL
new_leader_uuid: "80cc6ae5740d42c1916a060c96194519"
 from {username='slave'} at 127.0.0.1:35040
I20260608 09:48:48.864820  3717 raft_consensus.cc:606] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Received request to transfer leadership to TS 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:48.868942  4095 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:48.873723  3564 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:48.881090  3640 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:48.889034  3564 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "c73e83d57ab143768269bacfa35cb63c"
dest_uuid: "d81a6d4c48884d86895f30762b61344a"
mode: GRACEFUL
new_leader_uuid: "80cc6ae5740d42c1916a060c96194519"
 from {username='slave'} at 127.0.0.1:53784
I20260608 09:48:48.889739  3564 raft_consensus.cc:606] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Received request to transfer leadership to TS 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:48.893567  3519 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 2
I20260608 09:48:48.893805  3642 consensus_queue.cc:237] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: NON_VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: true } }
I20260608 09:48:48.894551  3519 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:48.902848  3564 raft_consensus.cc:1275] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:48.903731  3864 raft_consensus.cc:1275] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 09:48:48.904408  3608 consensus_peers.cc:597] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 -> Peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Couldn't send request to peer 1f5efa1203f44ca9ae773bf48d58a228. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 888e814ef9fa4190b50ec7430283b0ed. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:48.904834  4083 consensus_queue.cc:1048] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:48.906155  4037 consensus_queue.cc:1048] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:48.910167  3465 catalog_manager.cc:5696] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: config changed from index -1 to 3, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New cstate: current_term: 2 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:48.915944  4037 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: NON_VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: true } } }
I20260608 09:48:48.923283  3865 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: NON_VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: true } } }
I20260608 09:48:48.931150  3564 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: NON_VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: true } } }
I20260608 09:48:48.937072  3465 catalog_manager.cc:5696] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 reported cstate change: config changed from index -1 to 2, NON_VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) added. New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: NON_VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: true } } }
I20260608 09:48:48.944458  3566 consensus_queue.cc:237] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:48.953205  3716 raft_consensus.cc:1275] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:48:48.956899  3642 raft_consensus.cc:1275] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 09:48:48.958586  3532 consensus_peers.cc:597] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a -> Peer 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): Couldn't send request to peer 80cc6ae5740d42c1916a060c96194519. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fb21d3d6a69e47b8ae302460d1c13ca5. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:48.958854  4081 consensus_queue.cc:1048] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:48.960738  4081 consensus_queue.cc:1048] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:48.971061  4081 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:48.974339  3716 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:48.979279  3642 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:48.988940  3461 catalog_manager.cc:5696] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: config changed from index -1 to 2, NON_VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } } }
I20260608 09:48:49.189954  4094 raft_consensus.cc:993] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228: : Instructing follower 80cc6ae5740d42c1916a060c96194519 to start an election
I20260608 09:48:49.190457  4095 raft_consensus.cc:1081] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Signalling peer 80cc6ae5740d42c1916a060c96194519 to start an election
I20260608 09:48:49.192016  3865 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9"
dest_uuid: "80cc6ae5740d42c1916a060c96194519"
 from {username='slave'} at 127.0.0.1:41866
I20260608 09:48:49.192512  3865 raft_consensus.cc:493] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 09:48:49.192821  3865 raft_consensus.cc:3060] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:49.197551  3865 raft_consensus.cc:515] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:49.199966  3865 leader_election.cc:290] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 election: Requested vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:49.201365  3642 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542"
I20260608 09:48:49.201592  3716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "608c379f30044ff8b17a8988bc4e4ca9" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: true dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:49.202028  3642 raft_consensus.cc:3060] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:49.202265  3716 raft_consensus.cc:3055] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 09:48:49.202661  3716 raft_consensus.cc:740] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Running, Role: LEADER
I20260608 09:48:49.203487  3716 consensus_queue.cc:260] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [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: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:49.204793  3716 raft_consensus.cc:3060] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:49.207463  3642 raft_consensus.cc:2468] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 2.
I20260608 09:48:49.208686  3830 leader_election.cc:304] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519, b2d8c8c08ed846d8a8c22fe9c26ba542; no voters: 
I20260608 09:48:49.209585  4082 raft_consensus.cc:2804] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:48:49.211803  3716 raft_consensus.cc:2468] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 2.
I20260608 09:48:49.212172  4082 raft_consensus.cc:697] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 2 LEADER]: Becoming Leader. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Running, Role: LEADER
I20260608 09:48:49.213150  4082 consensus_queue.cc:237] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [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: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:49.222545  3466 catalog_manager.cc:5696] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 reported cstate change: term changed from 1 to 2, leader changed from 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) to 80cc6ae5740d42c1916a060c96194519 (127.0.150.132). New cstate: current_term: 2 leader_uuid: "80cc6ae5740d42c1916a060c96194519" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:48:49.363169  4110 ts_tablet_manager.cc:933] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: Initiating tablet copy from peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
I20260608 09:48:49.363497  4081 raft_consensus.cc:993] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a: : Instructing follower 80cc6ae5740d42c1916a060c96194519 to start an election
I20260608 09:48:49.364337  4089 raft_consensus.cc:1081] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Signalling peer 80cc6ae5740d42c1916a060c96194519 to start an election
I20260608 09:48:49.366314  3864 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "c73e83d57ab143768269bacfa35cb63c"
dest_uuid: "80cc6ae5740d42c1916a060c96194519"
 from {username='slave'} at 127.0.0.1:41844
I20260608 09:48:49.366393  4110 tablet_copy_client.cc:323] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:39561
I20260608 09:48:49.366906  3864 raft_consensus.cc:493] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260608 09:48:49.367698  3864 raft_consensus.cc:3060] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:49.368827  3727 tablet_copy_service.cc:140] P 1f5efa1203f44ca9ae773bf48d58a228: Received BeginTabletCopySession request for tablet 60cb8d29bb4543c8a4c3d6594e01bec0 from peer 80cc6ae5740d42c1916a060c96194519 ({username='slave'} at 127.0.0.1:35022)
I20260608 09:48:49.369369  3727 tablet_copy_service.cc:161] P 1f5efa1203f44ca9ae773bf48d58a228: Beginning new tablet copy session on tablet 60cb8d29bb4543c8a4c3d6594e01bec0 from peer 80cc6ae5740d42c1916a060c96194519 at {username='slave'} at 127.0.0.1:35022: session id = 80cc6ae5740d42c1916a060c96194519-60cb8d29bb4543c8a4c3d6594e01bec0
I20260608 09:48:49.376369  3727 tablet_copy_source_session.cc:215] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:48:49.380216  4110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60cb8d29bb4543c8a4c3d6594e01bec0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:49.380609  3864 raft_consensus.cc:515] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:49.383126  3864 leader_election.cc:290] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 election: Requested vote from peers 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561), d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:49.383464  3716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c73e83d57ab143768269bacfa35cb63c" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "1f5efa1203f44ca9ae773bf48d58a228"
I20260608 09:48:49.383649  3564 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c73e83d57ab143768269bacfa35cb63c" candidate_uuid: "80cc6ae5740d42c1916a060c96194519" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d81a6d4c48884d86895f30762b61344a"
I20260608 09:48:49.384099  3716 raft_consensus.cc:3060] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:49.384155  3564 raft_consensus.cc:3055] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Stepping down as leader of term 1
I20260608 09:48:49.384681  3564 raft_consensus.cc:740] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Becoming Follower/Learner. State: Replica: d81a6d4c48884d86895f30762b61344a, State: Running, Role: LEADER
I20260608 09:48:49.385654  3564 consensus_queue.cc:260] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:49.386934  3564 raft_consensus.cc:3060] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:48:49.391960  3716 raft_consensus.cc:2468] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 2.
I20260608 09:48:49.393362  3564 raft_consensus.cc:2468] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 80cc6ae5740d42c1916a060c96194519 in term 2.
I20260608 09:48:49.393481  3832 leader_election.cc:304] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [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: 1f5efa1203f44ca9ae773bf48d58a228, 80cc6ae5740d42c1916a060c96194519; no voters: 
I20260608 09:48:49.394465  4082 raft_consensus.cc:2804] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:48:49.394965  4082 raft_consensus.cc:697] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 2 LEADER]: Becoming Leader. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Running, Role: LEADER
I20260608 09:48:49.395831  4082 consensus_queue.cc:237] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } }
I20260608 09:48:49.401041  4110 tablet_copy_client.cc:806] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 0 data blocks...
I20260608 09:48:49.401705  4110 tablet_copy_client.cc:670] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 1 WAL segments...
I20260608 09:48:49.404850  4112 ts_tablet_manager.cc:933] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: Initiating tablet copy from peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:49.415035  4110 tablet_copy_client.cc:538] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:48:49.420642  4114 ts_tablet_manager.cc:933] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: Initiating tablet copy from peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:49.424737  4110 tablet_bootstrap.cc:492] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:49.428592  4114 tablet_copy_client.cc:323] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:39459
I20260608 09:48:49.430709  4115 ts_tablet_manager.cc:933] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: Initiating tablet copy from peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459)
I20260608 09:48:49.432863  4112 tablet_copy_client.cc:323] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:34811
I20260608 09:48:49.434150  3578 tablet_copy_service.cc:140] P d81a6d4c48884d86895f30762b61344a: Received BeginTabletCopySession request for tablet fb21d3d6a69e47b8ae302460d1c13ca5 from peer 80cc6ae5740d42c1916a060c96194519 ({username='slave'} at 127.0.0.1:53774)
I20260608 09:48:49.434810  4115 tablet_copy_client.cc:323] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:39459
I20260608 09:48:49.434826  3578 tablet_copy_service.cc:161] P d81a6d4c48884d86895f30762b61344a: Beginning new tablet copy session on tablet fb21d3d6a69e47b8ae302460d1c13ca5 from peer 80cc6ae5740d42c1916a060c96194519 at {username='slave'} at 127.0.0.1:53774: session id = 80cc6ae5740d42c1916a060c96194519-fb21d3d6a69e47b8ae302460d1c13ca5
I20260608 09:48:49.434597  3466 catalog_manager.cc:5696] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 reported cstate change: term changed from 1 to 2, leader changed from d81a6d4c48884d86895f30762b61344a (127.0.150.129) to 80cc6ae5740d42c1916a060c96194519 (127.0.150.132). New cstate: current_term: 2 leader_uuid: "80cc6ae5740d42c1916a060c96194519" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:49.437021  3577 tablet_copy_service.cc:140] P d81a6d4c48884d86895f30762b61344a: Received BeginTabletCopySession request for tablet e099a426cffa4837963897e66c48ff10 from peer b2d8c8c08ed846d8a8c22fe9c26ba542 ({username='slave'} at 127.0.0.1:53760)
I20260608 09:48:49.438073  3577 tablet_copy_service.cc:161] P d81a6d4c48884d86895f30762b61344a: Beginning new tablet copy session on tablet e099a426cffa4837963897e66c48ff10 from peer b2d8c8c08ed846d8a8c22fe9c26ba542 at {username='slave'} at 127.0.0.1:53760: session id = b2d8c8c08ed846d8a8c22fe9c26ba542-e099a426cffa4837963897e66c48ff10
I20260608 09:48:49.441437  3653 tablet_copy_service.cc:140] P b2d8c8c08ed846d8a8c22fe9c26ba542: Received BeginTabletCopySession request for tablet 888e814ef9fa4190b50ec7430283b0ed from peer 1f5efa1203f44ca9ae773bf48d58a228 ({username='slave'} at 127.0.0.1:58632)
I20260608 09:48:49.442457  3653 tablet_copy_service.cc:161] P b2d8c8c08ed846d8a8c22fe9c26ba542: Beginning new tablet copy session on tablet 888e814ef9fa4190b50ec7430283b0ed from peer 1f5efa1203f44ca9ae773bf48d58a228 at {username='slave'} at 127.0.0.1:58632: session id = 1f5efa1203f44ca9ae773bf48d58a228-888e814ef9fa4190b50ec7430283b0ed
I20260608 09:48:49.443209  3578 tablet_copy_source_session.cc:215] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:48:49.446955  4114 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fb21d3d6a69e47b8ae302460d1c13ca5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:49.450001  3653 tablet_copy_source_session.cc:215] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:48:49.454164  4112 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 888e814ef9fa4190b50ec7430283b0ed. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:49.470361  4114 tablet_copy_client.cc:806] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 0 data blocks...
I20260608 09:48:49.476374  4114 tablet_copy_client.cc:670] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Starting download of 1 WAL segments...
I20260608 09:48:49.492161  4110 tablet_bootstrap.cc:492] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:48:49.493386  4110 tablet_bootstrap.cc:492] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: Bootstrap complete.
I20260608 09:48:49.494323  4110 ts_tablet_manager.cc:1403] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.070s	user 0.019s	sys 0.021s
I20260608 09:48:49.495366  4112 tablet_copy_client.cc:806] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: tablet copy: Starting download of 0 data blocks...
I20260608 09:48:49.496026  4112 tablet_copy_client.cc:670] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: tablet copy: Starting download of 1 WAL segments...
I20260608 09:48:49.501097  4110 raft_consensus.cc:359] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:49.502233  4110 raft_consensus.cc:740] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: LEARNER
I20260608 09:48:49.503149  4110 consensus_queue.cc:260] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:49.506749  4110 ts_tablet_manager.cc:1434] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260608 09:48:49.607219  4114 tablet_copy_client.cc:538] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:48:49.621224  4114 tablet_bootstrap.cc:492] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: Bootstrap starting.
I20260608 09:48:49.644979  3577 tablet_copy_source_session.cc:215] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:48:49.648715  4115 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e099a426cffa4837963897e66c48ff10. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:49.656728  4112 tablet_copy_client.cc:538] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:48:49.671228  4112 tablet_bootstrap.cc:492] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap starting.
I20260608 09:48:49.675173  4115 tablet_copy_client.cc:806] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: tablet copy: Starting download of 0 data blocks...
I20260608 09:48:49.676362  4115 tablet_copy_client.cc:670] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: tablet copy: Starting download of 1 WAL segments...
I20260608 09:48:49.685360  3727 tablet_copy_service.cc:342] P 1f5efa1203f44ca9ae773bf48d58a228: Request end of tablet copy session 80cc6ae5740d42c1916a060c96194519-60cb8d29bb4543c8a4c3d6594e01bec0 received from {username='slave'} at 127.0.0.1:35022
I20260608 09:48:49.730816  3727 tablet_copy_service.cc:434] P 1f5efa1203f44ca9ae773bf48d58a228: ending tablet copy session 80cc6ae5740d42c1916a060c96194519-60cb8d29bb4543c8a4c3d6594e01bec0 on tablet 60cb8d29bb4543c8a4c3d6594e01bec0 with peer 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:49.758291  4114 tablet_bootstrap.cc:492] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:48:49.759630  4114 tablet_bootstrap.cc:492] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: Bootstrap complete.
I20260608 09:48:49.768362  3862 raft_consensus.cc:1217] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 09:48:49.770586  4114 ts_tablet_manager.cc:1403] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: Time spent bootstrapping tablet: real 0.150s	user 0.026s	sys 0.013s
I20260608 09:48:49.776270  4114 raft_consensus.cc:359] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:49.777215  4114 raft_consensus.cc:740] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 80cc6ae5740d42c1916a060c96194519, State: Initialized, Role: LEARNER
I20260608 09:48:49.778031  4114 consensus_queue.cc:260] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: true } }
I20260608 09:48:49.784644  4114 ts_tablet_manager.cc:1434] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: Time spent starting tablet: real 0.014s	user 0.003s	sys 0.004s
I20260608 09:48:49.786868  3577 tablet_copy_service.cc:342] P d81a6d4c48884d86895f30762b61344a: Request end of tablet copy session 80cc6ae5740d42c1916a060c96194519-fb21d3d6a69e47b8ae302460d1c13ca5 received from {username='slave'} at 127.0.0.1:53774
I20260608 09:48:49.787077  4115 tablet_copy_client.cc:538] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:48:49.787343  3577 tablet_copy_service.cc:434] P d81a6d4c48884d86895f30762b61344a: ending tablet copy session 80cc6ae5740d42c1916a060c96194519-fb21d3d6a69e47b8ae302460d1c13ca5 on tablet fb21d3d6a69e47b8ae302460d1c13ca5 with peer 80cc6ae5740d42c1916a060c96194519
I20260608 09:48:49.797314  4115 tablet_bootstrap.cc:492] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap starting.
I20260608 09:48:49.802179  3642 raft_consensus.cc:1275] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Refusing update from remote peer 80cc6ae5740d42c1916a060c96194519: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 09:48:49.803576  4082 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 09:48:49.827057  4112 tablet_bootstrap.cc:492] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:48:49.828092  4112 tablet_bootstrap.cc:492] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: Bootstrap complete.
I20260608 09:48:49.831105  4112 ts_tablet_manager.cc:1403] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: Time spent bootstrapping tablet: real 0.160s	user 0.033s	sys 0.004s
I20260608 09:48:49.831844  3716 raft_consensus.cc:1275] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Refusing update from remote peer 80cc6ae5740d42c1916a060c96194519: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 09:48:49.835407  4082 consensus_queue.cc:1048] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 09:48:49.836195  4112 raft_consensus.cc:359] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: NON_VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: true } }
I20260608 09:48:49.848773  4112 raft_consensus.cc:740] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 1f5efa1203f44ca9ae773bf48d58a228, State: Initialized, Role: LEARNER
I20260608 09:48:49.848308  4115 tablet_bootstrap.cc:492] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:48:49.850665  4115 tablet_bootstrap.cc:492] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: Bootstrap complete.
I20260608 09:48:49.851400  4115 ts_tablet_manager.cc:1403] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent bootstrapping tablet: real 0.054s	user 0.024s	sys 0.005s
I20260608 09:48:49.849589  4112 consensus_queue.cc:260] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: NON_VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: true } }
I20260608 09:48:49.857563  4115 raft_consensus.cc:359] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: NON_VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: true } }
I20260608 09:48:49.859326  4115 raft_consensus.cc:740] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b2d8c8c08ed846d8a8c22fe9c26ba542, State: Initialized, Role: LEARNER
I20260608 09:48:49.860102  4115 consensus_queue.cc:260] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: NON_VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: true } }
I20260608 09:48:49.858958  4112 ts_tablet_manager.cc:1434] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: Time spent starting tablet: real 0.026s	user 0.007s	sys 0.000s
I20260608 09:48:49.869570  4115 ts_tablet_manager.cc:1434] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: Time spent starting tablet: real 0.017s	user 0.005s	sys 0.000s
I20260608 09:48:49.871325  3653 tablet_copy_service.cc:342] P b2d8c8c08ed846d8a8c22fe9c26ba542: Request end of tablet copy session 1f5efa1203f44ca9ae773bf48d58a228-888e814ef9fa4190b50ec7430283b0ed received from {username='slave'} at 127.0.0.1:58632
I20260608 09:48:49.874629  3653 tablet_copy_service.cc:434] P b2d8c8c08ed846d8a8c22fe9c26ba542: ending tablet copy session 1f5efa1203f44ca9ae773bf48d58a228-888e814ef9fa4190b50ec7430283b0ed on tablet 888e814ef9fa4190b50ec7430283b0ed with peer 1f5efa1203f44ca9ae773bf48d58a228
I20260608 09:48:49.877660  3577 tablet_copy_service.cc:342] P d81a6d4c48884d86895f30762b61344a: Request end of tablet copy session b2d8c8c08ed846d8a8c22fe9c26ba542-e099a426cffa4837963897e66c48ff10 received from {username='slave'} at 127.0.0.1:53760
I20260608 09:48:49.878149  3577 tablet_copy_service.cc:434] P d81a6d4c48884d86895f30762b61344a: ending tablet copy session b2d8c8c08ed846d8a8c22fe9c26ba542-e099a426cffa4837963897e66c48ff10 on tablet e099a426cffa4837963897e66c48ff10 with peer b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:49.896504  3564 raft_consensus.cc:1275] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Refusing update from remote peer 80cc6ae5740d42c1916a060c96194519: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:48:49.898134  4082 consensus_queue.cc:1048] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:49.921751  3717 raft_consensus.cc:1217] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:48:49.929715  3867 raft_consensus.cc:1217] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:48:49.930394  3717 raft_consensus.cc:1275] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Refusing update from remote peer 80cc6ae5740d42c1916a060c96194519: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:48:49.932250  4082 consensus_queue.cc:1048] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:48:49.977499  3642 raft_consensus.cc:1217] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:48:50.223064  4094 raft_consensus.cc:1064] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228: attempting to promote NON_VOTER 80cc6ae5740d42c1916a060c96194519 to VOTER
I20260608 09:48:50.225114  4094 consensus_queue.cc:237] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:50.232366  3642 raft_consensus.cc:1275] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:48:50.233294  3867 raft_consensus.cc:1275] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 LEARNER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:48:50.233537  3564 raft_consensus.cc:1275] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:48:50.234906  4095 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:50.236155  4094 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:50.239192  4095 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:50.247691  4094 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.249555  3564 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.251669  3643 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.261629  3864 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.262547  3461 catalog_manager.cc:5696] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: config changed from index 3 to 4, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:48:50.288144  3717 consensus_queue.cc:237] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:50.293787  3864 raft_consensus.cc:1275] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 09:48:50.295572  3564 raft_consensus.cc:1275] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Refusing update from remote peer 1f5efa1203f44ca9ae773bf48d58a228: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 09:48:50.295562  4094 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 09:48:50.297009  4140 consensus_queue.cc:1048] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 09:48:50.302855  4094 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.304687  3864 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.306929  3564 raft_consensus.cc:2955] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.315874  3452 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 60cb8d29bb4543c8a4c3d6594e01bec0 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:48:50.318912  3465 catalog_manager.cc:5696] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 reported cstate change: config changed from index 4 to 5, VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) evicted. New cstate: current_term: 2 leader_uuid: "1f5efa1203f44ca9ae773bf48d58a228" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.333451  3629 tablet_service.cc:1558] Processing DeleteTablet for tablet 60cb8d29bb4543c8a4c3d6594e01bec0 with delete_type TABLET_DATA_TOMBSTONED (TS b2d8c8c08ed846d8a8c22fe9c26ba542 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:58612
I20260608 09:48:50.335830  4147 tablet_replica.cc:333] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:50.336871  4147 raft_consensus.cc:2243] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:50.337745  4147 raft_consensus.cc:2272] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.340261  4147 ts_tablet_manager.cc:1916] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:48:50.353259  4147 ts_tablet_manager.cc:1929] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 09:48:50.353638  4147 log.cc:1199] T 60cb8d29bb4543c8a4c3d6594e01bec0 P b2d8c8c08ed846d8a8c22fe9c26ba542: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-1-root/wals/60cb8d29bb4543c8a4c3d6594e01bec0
I20260608 09:48:50.355123  3450 catalog_manager.cc:5027] TS b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): tablet 60cb8d29bb4543c8a4c3d6594e01bec0 (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]) successfully deleted
I20260608 09:48:50.442322  4037 raft_consensus.cc:1064] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542: attempting to promote NON_VOTER 1f5efa1203f44ca9ae773bf48d58a228 to VOTER
I20260608 09:48:50.444240  4037 consensus_queue.cc:237] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } }
I20260608 09:48:50.451521  3717 raft_consensus.cc:1275] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEARNER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:50.452464  3864 raft_consensus.cc:1275] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:50.452953  3564 raft_consensus.cc:1275] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:50.453410  4148 consensus_queue.cc:1048] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:50.454604  4037 consensus_queue.cc:1048] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:50.455555  4150 consensus_queue.cc:1048] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:50.479081  4148 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } } }
I20260608 09:48:50.482025  3864 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } } }
I20260608 09:48:50.484083  3717 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } } }
I20260608 09:48:50.491652  3564 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } } }
I20260608 09:48:50.494946  3465 catalog_manager.cc:5696] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 reported cstate change: config changed from index 2 to 3, 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } } }
I20260608 09:48:50.520104  3643 consensus_queue.cc:237] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [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: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } }
I20260608 09:48:50.525612  3717 raft_consensus.cc:1275] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:50.526165  3564 raft_consensus.cc:1275] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Refusing update from remote peer b2d8c8c08ed846d8a8c22fe9c26ba542: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:50.527092  4148 consensus_queue.cc:1048] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 09:48:50.528306  4150 consensus_queue.cc:1048] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:50.535243  4135 raft_consensus.cc:1064] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a: attempting to promote NON_VOTER 80cc6ae5740d42c1916a060c96194519 to VOTER
I20260608 09:48:50.538584  4135 consensus_queue.cc:237] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:50.544723  3717 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } } }
I20260608 09:48:50.548883  3564 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } } }
I20260608 09:48:50.548637  4037 raft_consensus.cc:2955] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } } }
I20260608 09:48:50.553001  3716 raft_consensus.cc:1275] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:50.554802  4137 consensus_queue.cc:1048] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:50.550549  3864 raft_consensus.cc:1275] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 LEARNER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:50.562700  4137 consensus_queue.cc:1048] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 09:48:50.566274  4137 raft_consensus.cc:1064] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a: attempting to promote NON_VOTER b2d8c8c08ed846d8a8c22fe9c26ba542 to VOTER
I20260608 09:48:50.566771  3466 catalog_manager.cc:5696] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a reported cstate change: config changed from index 3 to 4, VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) evicted. New cstate: current_term: 1 leader_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { promote: false } } }
I20260608 09:48:50.580616  3450 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 888e814ef9fa4190b50ec7430283b0ed with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:48:50.584956  3851 tablet_service.cc:1558] Processing DeleteTablet for tablet 888e814ef9fa4190b50ec7430283b0ed with delete_type TABLET_DATA_TOMBSTONED (TS 80cc6ae5740d42c1916a060c96194519 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41836
I20260608 09:48:50.568825  4137 consensus_queue.cc:237] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [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: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } }
I20260608 09:48:50.600271  4164 tablet_replica.cc:333] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:50.601820  4164 raft_consensus.cc:2243] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:50.602674  4164 raft_consensus.cc:2272] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.604153  4160 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.605629  3716 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.608155  3643 raft_consensus.cc:1275] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:50.609830  4135 consensus_queue.cc:1048] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:50.613210  4164 ts_tablet_manager.cc:1916] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:48:50.626482  3642 raft_consensus.cc:1275] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEARNER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:50.640467  3717 raft_consensus.cc:1275] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:50.649524  4159 consensus_queue.cc:1048] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.003s
I20260608 09:48:50.653960  3643 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.657392  4135 consensus_queue.cc:1048] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 09:48:50.691506  3531 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.130:34811, user_credentials={real_user=slave}} blocked reactor thread for 57023.6us
W20260608 09:48:50.693109  3738 debug-util.cc:398] Leaking SignalData structure 0x7b08000abd00 after lost signal to thread 605
W20260608 09:48:50.694337  3738 debug-util.cc:398] Leaking SignalData structure 0x7b08000a63e0 after lost signal to thread 3500
W20260608 09:48:50.695645  3738 debug-util.cc:398] Leaking SignalData structure 0x7b0800255320 after lost signal to thread 3592
W20260608 09:48:50.698380  3738 debug-util.cc:398] Leaking SignalData structure 0x7b080023e7a0 after lost signal to thread 3667
W20260608 09:48:50.699442  3738 debug-util.cc:398] Leaking SignalData structure 0x7b080005bd80 after lost signal to thread 3741
I20260608 09:48:50.701195  3466 catalog_manager.cc:5696] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
W20260608 09:48:50.706488  3738 debug-util.cc:398] Leaking SignalData structure 0x7b08001958c0 after lost signal to thread 3891
W20260608 09:48:50.705637  3532 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.132:33629, user_credentials={real_user=slave}} blocked reactor thread for 83943.1us
I20260608 09:48:50.715601  3864 raft_consensus.cc:1275] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:48:50.718744  3864 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } attrs { replace: true } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.731139  4160 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } } }
I20260608 09:48:50.714736  4164 ts_tablet_manager.cc:1929] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:48:50.741590  4164 log.cc:1199] T 888e814ef9fa4190b50ec7430283b0ed P 80cc6ae5740d42c1916a060c96194519: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-3-root/wals/888e814ef9fa4190b50ec7430283b0ed
I20260608 09:48:50.742609  4137 consensus_queue.cc:1048] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:48:50.743474  3564 consensus_queue.cc:237] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [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: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:50.743628  3643 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } } }
I20260608 09:48:50.747080  3715 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } } }
I20260608 09:48:50.751008  3642 raft_consensus.cc:1275] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:50.753141  4167 consensus_queue.cc:1048] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 09:48:50.754379  3451 catalog_manager.cc:5027] TS 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): tablet 888e814ef9fa4190b50ec7430283b0ed (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]) successfully deleted
I20260608 09:48:50.755383  3867 raft_consensus.cc:1275] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:50.766180  4160 consensus_queue.cc:1048] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:50.769289  4167 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.773451  3642 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.776630  3465 catalog_manager.cc:5696] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 reported cstate change: config changed from index 2 to 3, b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } } }
I20260608 09:48:50.784381  3450 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet fb21d3d6a69e47b8ae302460d1c13ca5 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:48:50.787914  3863 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { replace: true } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } } }
I20260608 09:48:50.800598  3564 consensus_queue.cc:237] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [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: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } }
I20260608 09:48:50.803583  3867 raft_consensus.cc:2955] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } } }
I20260608 09:48:50.813040  3643 raft_consensus.cc:1275] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:50.815225  3715 raft_consensus.cc:1275] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Refusing update from remote peer d81a6d4c48884d86895f30762b61344a: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:48:50.817781  4159 consensus_queue.cc:1048] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 09:48:50.819479  4159 consensus_queue.cc:1048] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:48:50.828778  3463 catalog_manager.cc:5696] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a reported cstate change: config changed from index 3 to 4, VOTER 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131) evicted. New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:48:50.831737  4160 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } } }
I20260608 09:48:50.836633  3643 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } } }
I20260608 09:48:50.845474  3715 raft_consensus.cc:2955] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } } }
I20260608 09:48:50.854871   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:48:50.863099  3450 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet e099a426cffa4837963897e66c48ff10 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
W20260608 09:48:50.879143  3830 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260608 09:48:50.888686  3461 catalog_manager.cc:5696] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 reported cstate change: config changed from index 3 to 4, VOTER 80cc6ae5740d42c1916a060c96194519 (127.0.150.132) evicted. New cstate: current_term: 1 leader_uuid: "d81a6d4c48884d86895f30762b61344a" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } attrs { promote: false } } }
I20260608 09:48:50.890178  3700 tablet_service.cc:1558] Processing DeleteTablet for tablet fb21d3d6a69e47b8ae302460d1c13ca5 with delete_type TABLET_DATA_TOMBSTONED (TS 1f5efa1203f44ca9ae773bf48d58a228 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:34992
I20260608 09:48:50.895933  3519 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
W20260608 09:48:50.898962  3830 consensus_peers.cc:597] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:50.901222  4173 tablet_replica.cc:333] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:50.902350  4173 raft_consensus.cc:2243] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:50.903091  4173 raft_consensus.cc:2272] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.914681  3519 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260608 09:48:50.918308  3851 tablet_service.cc:1558] Processing DeleteTablet for tablet e099a426cffa4837963897e66c48ff10 with delete_type TABLET_DATA_TOMBSTONED (TS 80cc6ae5740d42c1916a060c96194519 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:41836
I20260608 09:48:50.925659  4164 tablet_replica.cc:333] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:50.926602  4164 raft_consensus.cc:2243] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:50.926931  4173 ts_tablet_manager.cc:1916] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:48:50.927237  4164 raft_consensus.cc:2272] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.928473  3519 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:50.936990  4164 ts_tablet_manager.cc:1916] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
W20260608 09:48:50.951529  3680 consensus_peers.cc:597] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260608 09:48:50.959628  3606 consensus_peers.cc:597] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:50.961655  4164 ts_tablet_manager.cc:1929] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:48:50.962193  4164 log.cc:1199] T e099a426cffa4837963897e66c48ff10 P 80cc6ae5740d42c1916a060c96194519: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-3-root/wals/e099a426cffa4837963897e66c48ff10
I20260608 09:48:50.963862  3451 catalog_manager.cc:5027] TS 80cc6ae5740d42c1916a060c96194519 (127.0.150.132:33629): tablet e099a426cffa4837963897e66c48ff10 (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]) successfully deleted
I20260608 09:48:50.956795  4173 ts_tablet_manager.cc:1929] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:48:50.965183  4173 log.cc:1199] T fb21d3d6a69e47b8ae302460d1c13ca5 P 1f5efa1203f44ca9ae773bf48d58a228: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1780912041960821-602-0/minicluster-data/ts-2-root/wals/fb21d3d6a69e47b8ae302460d1c13ca5
I20260608 09:48:50.969992  3452 catalog_manager.cc:5027] TS 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): tablet fb21d3d6a69e47b8ae302460d1c13ca5 (table range_aware_rebalance_new_range [id=6ecb7f66e90542fea19277965991d078]) successfully deleted
I20260608 09:48:50.976787   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:50.977677   602 tablet_replica.cc:333] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:50.978504   602 raft_consensus.cc:2243] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:50.978965   602 raft_consensus.cc:2272] T c73e83d57ab143768269bacfa35cb63c P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.980664   602 tablet_replica.cc:333] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:50.981205   602 raft_consensus.cc:2243] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:50.981985   602 raft_consensus.cc:2272] T e099a426cffa4837963897e66c48ff10 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.983938   602 tablet_replica.cc:333] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:50.984495   602 raft_consensus.cc:2243] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:50.985000   602 raft_consensus.cc:2272] T 888e814ef9fa4190b50ec7430283b0ed P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.987159   602 tablet_replica.cc:333] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:50.987707   602 raft_consensus.cc:2243] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:50.988423   602 raft_consensus.cc:2272] T fb21d3d6a69e47b8ae302460d1c13ca5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.990576   602 tablet_replica.cc:333] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:50.991146   602 raft_consensus.cc:2243] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:50.991536   602 raft_consensus.cc:2272] T 7e8a6f75a5e5452db264065c32046281 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.993204   602 tablet_replica.cc:333] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:50.993700   602 raft_consensus.cc:2243] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:50.994136   602 raft_consensus.cc:2272] T 44b35c0481d14e05a4f5a1b98751e3da P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.995693   602 tablet_replica.cc:333] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:50.996224   602 raft_consensus.cc:2243] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:48:50.996909   602 raft_consensus.cc:2272] T 63c8fea9e5284291b2cee3e61c7570e3 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:50.998564   602 tablet_replica.cc:333] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:50.999044   602 raft_consensus.cc:2243] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:50.999514   602 raft_consensus.cc:2272] T 29c5495570af4aea904da5d4a832847d P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.001049   602 tablet_replica.cc:333] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:51.001643   602 raft_consensus.cc:2243] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.002143   602 raft_consensus.cc:2272] T b2d3059b4be74d3bb5afd62fe7b646c5 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.003945   602 tablet_replica.cc:333] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:51.004565   602 raft_consensus.cc:2243] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.005131   602 raft_consensus.cc:2272] T 80b21fd3e7904068b8c8bbe6fa60e75a P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.007602   602 tablet_replica.cc:333] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
W20260608 09:48:51.007998  3606 consensus_peers.cc:597] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:51.008147   602 raft_consensus.cc:2243] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:51.008927   602 raft_consensus.cc:2272] T fe9abf0982284bc798842396af8e39e2 P d81a6d4c48884d86895f30762b61344a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.010833   602 tablet_replica.cc:333] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a: stopping tablet replica
I20260608 09:48:51.011451   602 raft_consensus.cc:2243] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.011991   602 raft_consensus.cc:2272] T 60cb8d29bb4543c8a4c3d6594e01bec0 P d81a6d4c48884d86895f30762b61344a [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 09:48:51.039055  3533 connection.cc:466] server connection from 127.0.0.1:53774 torn down before Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:53774 (request call id 44) could send its response
W20260608 09:48:51.040371  3830 consensus_peers.cc:597] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Network error: recv got EOF from 127.0.150.129:39459 (error 108). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:51.056910   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:48:51.081162   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:48:51.111485   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:51.112439   602 tablet_replica.cc:333] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.113344   602 raft_consensus.cc:2243] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.114126   602 raft_consensus.cc:2272] T e099a426cffa4837963897e66c48ff10 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.118566   602 tablet_replica.cc:333] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.119432   602 raft_consensus.cc:2243] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.119982   602 raft_consensus.cc:2272] T 773047d092f04bbcb783373e55b0c4ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.122500   602 tablet_replica.cc:333] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.123298   602 raft_consensus.cc:2243] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.123808   602 raft_consensus.cc:2272] T 29c5495570af4aea904da5d4a832847d P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.126047   602 tablet_replica.cc:333] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.126799   602 raft_consensus.cc:2243] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.127301   602 raft_consensus.cc:2272] T 63c8fea9e5284291b2cee3e61c7570e3 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.129578   602 tablet_replica.cc:333] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.130350   602 raft_consensus.cc:2243] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:51.131320   602 raft_consensus.cc:2272] T b2d3059b4be74d3bb5afd62fe7b646c5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.133605   602 tablet_replica.cc:333] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.134346   602 raft_consensus.cc:2243] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.134835   602 raft_consensus.cc:2272] T 44b35c0481d14e05a4f5a1b98751e3da P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.137225   602 tablet_replica.cc:333] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.138026   602 raft_consensus.cc:2243] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.138674   602 raft_consensus.cc:2272] T fb21d3d6a69e47b8ae302460d1c13ca5 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.141368   602 tablet_replica.cc:333] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.142216   602 raft_consensus.cc:2243] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:51.143313   602 raft_consensus.cc:2272] T 888e814ef9fa4190b50ec7430283b0ed P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.145854   602 tablet_replica.cc:333] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.146690   602 raft_consensus.cc:2243] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:51.147686   602 raft_consensus.cc:2272] T 7e8a6f75a5e5452db264065c32046281 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.150126   602 tablet_replica.cc:333] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.150828   602 raft_consensus.cc:2243] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.151573   602 raft_consensus.cc:2272] T 608c379f30044ff8b17a8988bc4e4ca9 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.153957   602 tablet_replica.cc:333] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.154671   602 raft_consensus.cc:2243] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:51.155566   602 raft_consensus.cc:2272] T ce210f7e3ef14904b1b123481acdbf21 P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.157965   602 tablet_replica.cc:333] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542: stopping tablet replica
I20260608 09:48:51.158638   602 raft_consensus.cc:2243] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.159147   602 raft_consensus.cc:2272] T bbb227ffb05546ef9999d7687377de0e P b2d8c8c08ed846d8a8c22fe9c26ba542 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 09:48:51.166893  3680 consensus_peers.cc:597] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 -> Peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Couldn't send request to peer b2d8c8c08ed846d8a8c22fe9c26ba542. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
W20260608 09:48:51.195027  3830 consensus_peers.cc:597] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 -> Peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Couldn't send request to peer b2d8c8c08ed846d8a8c22fe9c26ba542. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:51.199514   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
W20260608 09:48:51.210240  3680 consensus_peers.cc:597] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 -> Peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Couldn't send request to peer b2d8c8c08ed846d8a8c22fe9c26ba542. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:48:51.220290  3830 consensus_peers.cc:597] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:51.232137   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
W20260608 09:48:51.248435  3680 consensus_peers.cc:597] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:48:51.262393  3830 consensus_peers.cc:597] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 -> Peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Couldn't send request to peer b2d8c8c08ed846d8a8c22fe9c26ba542. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:51.273999   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:51.275095   602 tablet_replica.cc:333] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.275986   602 raft_consensus.cc:2243] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.276610   602 raft_consensus.cc:2272] T c73e83d57ab143768269bacfa35cb63c P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.279311   602 tablet_replica.cc:333] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.280117   602 raft_consensus.cc:2243] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:48:51.281068   602 raft_consensus.cc:2272] T bbb227ffb05546ef9999d7687377de0e P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.283435   602 tablet_replica.cc:333] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.284212   602 raft_consensus.cc:2243] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.284861   602 raft_consensus.cc:2272] T 888e814ef9fa4190b50ec7430283b0ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.287508   602 tablet_replica.cc:333] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.288321   602 raft_consensus.cc:2243] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.288821   602 raft_consensus.cc:2272] T 7e8a6f75a5e5452db264065c32046281 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.291239   602 tablet_replica.cc:333] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
W20260608 09:48:51.291592  3830 consensus_peers.cc:597] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 -> Peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Couldn't send request to peer b2d8c8c08ed846d8a8c22fe9c26ba542. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:51.292327   602 raft_consensus.cc:2243] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.293730   602 raft_consensus.cc:2272] T e099a426cffa4837963897e66c48ff10 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.296514   602 tablet_replica.cc:333] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.297297   602 raft_consensus.cc:2243] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:51.298290   602 raft_consensus.cc:2272] T 773047d092f04bbcb783373e55b0c4ed P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.300725   602 tablet_replica.cc:333] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.301522   602 raft_consensus.cc:2243] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.302042   602 raft_consensus.cc:2272] T 63c8fea9e5284291b2cee3e61c7570e3 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.304553   602 tablet_replica.cc:333] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.305277   602 raft_consensus.cc:2243] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:51.306396   602 raft_consensus.cc:2272] T 80b21fd3e7904068b8c8bbe6fa60e75a P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.308856   602 tablet_replica.cc:333] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.309630   602 raft_consensus.cc:2243] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.310438   602 raft_consensus.cc:2272] T ce210f7e3ef14904b1b123481acdbf21 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.312789   602 tablet_replica.cc:333] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.313556   602 raft_consensus.cc:2243] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.314136   602 raft_consensus.cc:2272] T fe9abf0982284bc798842396af8e39e2 P 1f5efa1203f44ca9ae773bf48d58a228 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.316578   602 tablet_replica.cc:333] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.317296   602 raft_consensus.cc:2243] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:51.317806   602 raft_consensus.cc:2272] T 608c379f30044ff8b17a8988bc4e4ca9 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:51.320398   602 tablet_replica.cc:333] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228: stopping tablet replica
I20260608 09:48:51.321076   602 raft_consensus.cc:2243] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:48:51.322088   602 raft_consensus.cc:2272] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 1f5efa1203f44ca9ae773bf48d58a228 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 09:48:51.413631  3832 consensus_peers.cc:597] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 -> Peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Couldn't send request to peer 1f5efa1203f44ca9ae773bf48d58a228. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:48:51.623513  3832 consensus_peers.cc:597] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 -> Peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Couldn't send request to peer 1f5efa1203f44ca9ae773bf48d58a228. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:48:52.122044  4178 raft_consensus.cc:493] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader d81a6d4c48884d86895f30762b61344a)
I20260608 09:48:52.122514  4178 raft_consensus.cc:515] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:52.124115  4178 leader_election.cc:290] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:52.128127  3830 leader_election.cc:336] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:52.129119  3832 leader_election.cc:336] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
I20260608 09:48:52.129621  3832 leader_election.cc:304] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:52.130443  4178 raft_consensus.cc:2749] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:52.300405  4178 raft_consensus.cc:493] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b2d8c8c08ed846d8a8c22fe9c26ba542)
I20260608 09:48:52.301046  4178 raft_consensus.cc:515] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:52.303606  4178 leader_election.cc:290] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
I20260608 09:48:52.304679  4178 raft_consensus.cc:493] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader d81a6d4c48884d86895f30762b61344a)
I20260608 09:48:52.305294  4178 raft_consensus.cc:515] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:52.308034  4178 leader_election.cc:290] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
W20260608 09:48:52.308840  3830 leader_election.cc:336] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:52.309747  3830 leader_election.cc:336] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
I20260608 09:48:52.310159  3830 leader_election.cc:304] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:52.310734  4178 raft_consensus.cc:2749] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 09:48:52.312382  3830 leader_election.cc:336] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:52.313158  3830 leader_election.cc:336] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
I20260608 09:48:52.313529  3830 leader_election.cc:304] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:52.314152  4178 raft_consensus.cc:2749] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 09:48:52.360153   602 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 3738)
I20260608 09:48:52.460381  4178 raft_consensus.cc:493] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b2d8c8c08ed846d8a8c22fe9c26ba542)
I20260608 09:48:52.460923  4178 raft_consensus.cc:515] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:52.462970  4178 leader_election.cc:290] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:52.467307  3830 leader_election.cc:336] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
W20260608 09:48:52.467878  3832 leader_election.cc:336] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
I20260608 09:48:52.468271  3832 leader_election.cc:304] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:52.468922  4178 raft_consensus.cc:2749] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:52.531555  4178 raft_consensus.cc:493] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1f5efa1203f44ca9ae773bf48d58a228)
I20260608 09:48:52.532702  4178 raft_consensus.cc:515] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:52.536414  4178 leader_election.cc:290] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
W20260608 09:48:52.542207  3832 leader_election.cc:336] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
W20260608 09:48:52.543074  3830 leader_election.cc:336] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
I20260608 09:48:52.543500  3830 leader_election.cc:304] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:52.544339  4178 raft_consensus.cc:2749] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:52.559966  4155 raft_consensus.cc:493] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1f5efa1203f44ca9ae773bf48d58a228)
I20260608 09:48:52.560866  4155 raft_consensus.cc:515] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:52.564356  4155 leader_election.cc:290] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:52.566897  3830 leader_election.cc:336] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:52.567566  3832 leader_election.cc:336] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
I20260608 09:48:52.567945  3832 leader_election.cc:304] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:52.568645  4155 raft_consensus.cc:2749] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:52.707123  4155 raft_consensus.cc:493] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 1f5efa1203f44ca9ae773bf48d58a228)
I20260608 09:48:52.707957  4155 raft_consensus.cc:515] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:52.710623  4155 leader_election.cc:290] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:52.713941  3830 leader_election.cc:336] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
W20260608 09:48:52.715984  3832 leader_election.cc:336] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
I20260608 09:48:52.716413  3832 leader_election.cc:304] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:52.717077  4155 raft_consensus.cc:2749] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 09:48:52.755879  4155 raft_consensus.cc:493] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 1f5efa1203f44ca9ae773bf48d58a228)
I20260608 09:48:52.756656  4155 raft_consensus.cc:515] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:52.759264  4155 leader_election.cc:290] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:52.763998  3830 leader_election.cc:336] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:52.764580  3832 leader_election.cc:336] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
I20260608 09:48:52.765044  3832 leader_election.cc:304] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:52.765827  4155 raft_consensus.cc:2749] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 09:48:52.930578  3519 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 09:48:52.953502  3519 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260608 09:48:52.954389  3519 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 09:48:53.360911   602 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 3738)
W20260608 09:48:53.468353  3830 consensus_peers.cc:597] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:48:53.565864  3830 consensus_peers.cc:597] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 -> Peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Couldn't send request to peer b2d8c8c08ed846d8a8c22fe9c26ba542. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:48:53.595580  3830 consensus_peers.cc:597] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:48:53.755052  3832 consensus_peers.cc:597] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 -> Peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Couldn't send request to peer 1f5efa1203f44ca9ae773bf48d58a228. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:48:53.786652  3830 consensus_peers.cc:597] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 -> Peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Couldn't send request to peer b2d8c8c08ed846d8a8c22fe9c26ba542. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:48:53.872149  3830 consensus_peers.cc:597] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 -> Peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Couldn't send request to peer d81a6d4c48884d86895f30762b61344a. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:48:53.895270  3830 consensus_peers.cc:597] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 -> Peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Couldn't send request to peer b2d8c8c08ed846d8a8c22fe9c26ba542. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:48:53.948338  3832 consensus_peers.cc:597] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 -> Peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Couldn't send request to peer 1f5efa1203f44ca9ae773bf48d58a228. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 09:48:53.955140  4155 raft_consensus.cc:493] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b2d8c8c08ed846d8a8c22fe9c26ba542)
I20260608 09:48:53.955688  4155 raft_consensus.cc:515] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:53.957618  4155 leader_election.cc:290] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
W20260608 09:48:53.971786  3830 leader_election.cc:336] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:53.972518  3830 leader_election.cc:336] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
I20260608 09:48:53.972856  3830 leader_election.cc:304] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:53.973520  4155 raft_consensus.cc:2749] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:54.077337  4155 raft_consensus.cc:493] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader d81a6d4c48884d86895f30762b61344a)
I20260608 09:48:54.078059  4155 raft_consensus.cc:515] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:54.080173  4155 leader_election.cc:290] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
W20260608 09:48:54.084363  3830 leader_election.cc:336] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:54.085255  3830 leader_election.cc:336] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
I20260608 09:48:54.085589  3830 leader_election.cc:304] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: b2d8c8c08ed846d8a8c22fe9c26ba542, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:54.086246  4155 raft_consensus.cc:2749] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:54.311713  4155 raft_consensus.cc:493] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader b2d8c8c08ed846d8a8c22fe9c26ba542)
I20260608 09:48:54.312367  4155 raft_consensus.cc:515] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:54.314393  4155 leader_election.cc:290] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:54.318531  3830 leader_election.cc:336] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
W20260608 09:48:54.319844  3832 leader_election.cc:336] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
I20260608 09:48:54.320271  3832 leader_election.cc:304] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:54.320989  4155 raft_consensus.cc:2749] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:54.341823  4155 raft_consensus.cc:493] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader d81a6d4c48884d86895f30762b61344a)
I20260608 09:48:54.342693  4155 raft_consensus.cc:515] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:54.346879  4155 leader_election.cc:290] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:54.349426  3830 leader_election.cc:336] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:54.349922  3832 leader_election.cc:336] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
I20260608 09:48:54.350345  3832 leader_election.cc:304] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:54.351028  4155 raft_consensus.cc:2749] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:54.353842  4155 raft_consensus.cc:493] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 1f5efa1203f44ca9ae773bf48d58a228)
I20260608 09:48:54.354465  4155 raft_consensus.cc:515] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } }
I20260608 09:48:54.358335  4155 leader_election.cc:290] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:54.361404  3832 leader_election.cc:336] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
W20260608 09:48:54.361454   602 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 3738)
W20260608 09:48:54.362253  3830 leader_election.cc:336] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
I20260608 09:48:54.362607  3830 leader_election.cc:304] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:54.363245  4155 raft_consensus.cc:2749] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 09:48:54.563295  4155 raft_consensus.cc:493] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1f5efa1203f44ca9ae773bf48d58a228)
I20260608 09:48:54.564018  4155 raft_consensus.cc:515] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } } peers { permanent_uuid: "b2d8c8c08ed846d8a8c22fe9c26ba542" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 34811 } }
I20260608 09:48:54.566877  4155 leader_election.cc:290] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561), b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811)
W20260608 09:48:54.571018  3832 leader_election.cc:336] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
W20260608 09:48:54.571568  3830 leader_election.cc:336] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer b2d8c8c08ed846d8a8c22fe9c26ba542 (127.0.150.130:34811): Network error: Client connection negotiation failed: client connection to 127.0.150.130:34811: connect: Connection refused (error 111)
I20260608 09:48:54.571924  3830 leader_election.cc:304] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, b2d8c8c08ed846d8a8c22fe9c26ba542
I20260608 09:48:54.572583  4155 raft_consensus.cc:2749] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:54.584700  4155 raft_consensus.cc:493] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 1f5efa1203f44ca9ae773bf48d58a228)
I20260608 09:48:54.585361  4155 raft_consensus.cc:515] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:54.588227  4155 leader_election.cc:290] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:54.592163  3830 leader_election.cc:336] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:54.592818  3832 leader_election.cc:336] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
I20260608 09:48:54.593374  3832 leader_election.cc:304] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:54.594362  4155 raft_consensus.cc:2749] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:48:54.955549  3519 auto_leader_rebalancer.cc:140] leader rebalance for table range_aware_rebalance_new_range
I20260608 09:48:54.971341  3519 auto_leader_rebalancer.cc:388] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 0
I20260608 09:48:54.971741  4155 raft_consensus.cc:493] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 1f5efa1203f44ca9ae773bf48d58a228)
I20260608 09:48:54.972059  3519 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:54.972277  4155 raft_consensus.cc:515] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d81a6d4c48884d86895f30762b61344a" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39459 } } peers { permanent_uuid: "1f5efa1203f44ca9ae773bf48d58a228" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 39561 } } peers { permanent_uuid: "80cc6ae5740d42c1916a060c96194519" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33629 } attrs { promote: false } }
I20260608 09:48:54.974301  4155 leader_election.cc:290] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459), 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561)
W20260608 09:48:54.978384  3830 leader_election.cc:336] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer d81a6d4c48884d86895f30762b61344a (127.0.150.129:39459): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39459: connect: Connection refused (error 111)
W20260608 09:48:54.979254  3832 leader_election.cc:336] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 1f5efa1203f44ca9ae773bf48d58a228 (127.0.150.131:39561): Network error: Client connection negotiation failed: client connection to 127.0.150.131:39561: connect: Connection refused (error 111)
I20260608 09:48:54.979769  3832 leader_election.cc:304] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [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: 80cc6ae5740d42c1916a060c96194519; no voters: 1f5efa1203f44ca9ae773bf48d58a228, d81a6d4c48884d86895f30762b61344a
I20260608 09:48:54.980626  4155 raft_consensus.cc:2749] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 09:48:55.225648   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:48:55.266193   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:48:55.291790   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:48:55.292543   602 tablet_replica.cc:333] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.293355   602 raft_consensus.cc:2243] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:55.294209   602 raft_consensus.cc:2272] T 60cb8d29bb4543c8a4c3d6594e01bec0 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.296504   602 tablet_replica.cc:333] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.297043   602 raft_consensus.cc:2243] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:48:55.297987   602 raft_consensus.cc:2272] T 608c379f30044ff8b17a8988bc4e4ca9 P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.300046   602 tablet_replica.cc:333] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.300633   602 raft_consensus.cc:2243] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:55.301112   602 raft_consensus.cc:2272] T 80b21fd3e7904068b8c8bbe6fa60e75a P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.303236   602 tablet_replica.cc:333] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.303802   602 raft_consensus.cc:2243] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:55.304224   602 raft_consensus.cc:2272] T fe9abf0982284bc798842396af8e39e2 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.306255   602 tablet_replica.cc:333] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.306805   602 raft_consensus.cc:2243] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:55.307499   602 raft_consensus.cc:2272] T ce210f7e3ef14904b1b123481acdbf21 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.309332   602 tablet_replica.cc:333] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.309839   602 raft_consensus.cc:2243] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:55.310681   602 raft_consensus.cc:2272] T 44b35c0481d14e05a4f5a1b98751e3da P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.312534   602 tablet_replica.cc:333] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.313055   602 raft_consensus.cc:2243] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:55.313997   602 raft_consensus.cc:2272] T 29c5495570af4aea904da5d4a832847d P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.315837   602 tablet_replica.cc:333] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.316387   602 raft_consensus.cc:2243] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:55.317051   602 raft_consensus.cc:2272] T b2d3059b4be74d3bb5afd62fe7b646c5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.319234   602 tablet_replica.cc:333] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.319993   602 raft_consensus.cc:2243] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:55.320624   602 raft_consensus.cc:2272] T 773047d092f04bbcb783373e55b0c4ed P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.323150   602 tablet_replica.cc:333] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.323665   602 raft_consensus.cc:2243] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:55.324361   602 raft_consensus.cc:2272] T fb21d3d6a69e47b8ae302460d1c13ca5 P 80cc6ae5740d42c1916a060c96194519 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.326447   602 tablet_replica.cc:333] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.326922   602 raft_consensus.cc:2243] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:48:55.327735   602 raft_consensus.cc:2272] T c73e83d57ab143768269bacfa35cb63c P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.329578   602 tablet_replica.cc:333] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519: stopping tablet replica
I20260608 09:48:55.330103   602 raft_consensus.cc:2243] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:48:55.330567   602 raft_consensus.cc:2272] T bbb227ffb05546ef9999d7687377de0e P 80cc6ae5740d42c1916a060c96194519 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.364977   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:48:55.393203   602 master.cc:562] Master@127.0.150.190:35951 shutting down...
I20260608 09:48:55.416805   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:48:55.417393   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:48:55.417841   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 9cc1b98d97954215b5594a240f6317a8: stopping tablet replica
I20260608 09:48:55.440048   602 master.cc:584] Master@127.0.150.190:35951 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (14920 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260608 09:48:55.498631   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:39557
I20260608 09:48:55.499788   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:55.505795  4183 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:55.506714  4184 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:55.507314  4186 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:55.508970   602 server_base.cc:1061] running on GCE node
I20260608 09:48:55.510663   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:55.510866   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:55.511035   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912135510996 us; error 0 us; skew 500 ppm
I20260608 09:48:55.511608   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:55.514221   602 webserver.cc:533] Webserver started at http://127.0.150.190:34113/ using document root <none> and password file <none>
I20260608 09:48:55.514756   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:55.514961   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:55.515254   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:55.516528   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "f40d542d187040eb828383060ae3b385"
format_stamp: "Formatted at 2026-06-08 09:48:55 on dist-test-slave-g93p"
I20260608 09:48:55.521260   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:48:55.524842  4191 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:55.525637   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:48:55.525995   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "f40d542d187040eb828383060ae3b385"
format_stamp: "Formatted at 2026-06-08 09:48:55 on dist-test-slave-g93p"
I20260608 09:48:55.526306   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:55.556277   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:55.557574   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:55.596210   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:39557
I20260608 09:48:55.596339  4242 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:39557 every 8 connection(s)
I20260608 09:48:55.600448  4243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:55.610853  4243 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385: Bootstrap starting.
I20260608 09:48:55.615612  4243 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:55.619872  4243 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385: No bootstrap required, opened a new log
I20260608 09:48:55.622171  4243 raft_consensus.cc:359] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f40d542d187040eb828383060ae3b385" member_type: VOTER }
I20260608 09:48:55.622550  4243 raft_consensus.cc:385] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:55.622833  4243 raft_consensus.cc:740] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f40d542d187040eb828383060ae3b385, State: Initialized, Role: FOLLOWER
I20260608 09:48:55.623438  4243 consensus_queue.cc:260] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f40d542d187040eb828383060ae3b385" member_type: VOTER }
I20260608 09:48:55.623909  4243 raft_consensus.cc:399] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:48:55.624151  4243 raft_consensus.cc:493] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:48:55.624431  4243 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:55.629036  4243 raft_consensus.cc:515] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f40d542d187040eb828383060ae3b385" member_type: VOTER }
I20260608 09:48:55.629571  4243 leader_election.cc:304] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [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: f40d542d187040eb828383060ae3b385; no voters: 
I20260608 09:48:55.630715  4243 leader_election.cc:290] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:48:55.631102  4246 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:55.632472  4246 raft_consensus.cc:697] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 1 LEADER]: Becoming Leader. State: Replica: f40d542d187040eb828383060ae3b385, State: Running, Role: LEADER
I20260608 09:48:55.633229  4246 consensus_queue.cc:237] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [LEADER]: Queue going to LEADER mode. State: All 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: "f40d542d187040eb828383060ae3b385" member_type: VOTER }
I20260608 09:48:55.634176  4243 sys_catalog.cc:565] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:48:55.640096  4248 sys_catalog.cc:455] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f40d542d187040eb828383060ae3b385. Latest consensus state: current_term: 1 leader_uuid: "f40d542d187040eb828383060ae3b385" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f40d542d187040eb828383060ae3b385" member_type: VOTER } }
I20260608 09:48:55.640233  4247 sys_catalog.cc:455] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f40d542d187040eb828383060ae3b385" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f40d542d187040eb828383060ae3b385" member_type: VOTER } }
I20260608 09:48:55.640955  4248 sys_catalog.cc:458] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:55.641026  4247 sys_catalog.cc:458] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [sys.catalog]: This master's current role is: LEADER
I20260608 09:48:55.643225  4255 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:48:55.648828  4255 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:48:55.649773   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:48:55.657836  4255 catalog_manager.cc:1382] Generated new cluster ID: 9ea2cab2a2aa4dabb89f034ced9d0a07
I20260608 09:48:55.658129  4255 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:48:55.676810  4255 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:48:55.678107  4255 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:48:55.689369  4255 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385: Generated new TSK 0
I20260608 09:48:55.690002  4255 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:48:55.716347   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:55.722922  4264 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:55.723819  4265 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:55.725908  4267 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:55.726817   602 server_base.cc:1061] running on GCE node
I20260608 09:48:55.727626   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:55.727804   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:55.727960   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912135727945 us; error 0 us; skew 500 ppm
I20260608 09:48:55.728602   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:55.730942   602 webserver.cc:533] Webserver started at http://127.0.150.129:35149/ using document root <none> and password file <none>
I20260608 09:48:55.731465   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:55.731621   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:55.731833   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:55.732898   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "93d6f931991241958f3b89ef52fdf3a9"
format_stamp: "Formatted at 2026-06-08 09:48:55 on dist-test-slave-g93p"
I20260608 09:48:55.737607   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260608 09:48:55.741127  4272 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:55.741966   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:48:55.742268   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "93d6f931991241958f3b89ef52fdf3a9"
format_stamp: "Formatted at 2026-06-08 09:48:55 on dist-test-slave-g93p"
I20260608 09:48:55.742565   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:55.760299   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:55.761554   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:55.763191   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:55.765678   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:55.765949   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 09:48:55.766212   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:55.766398   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:55.808013   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:39859
I20260608 09:48:55.808161  4334 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:39859 every 8 connection(s)
I20260608 09:48:55.814162   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:55.822227  4339 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:55.823370  4340 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:55.826066  4342 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:55.826283   602 server_base.cc:1061] running on GCE node
I20260608 09:48:55.827184   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:55.827370   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:55.827498   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912135827487 us; error 0 us; skew 500 ppm
I20260608 09:48:55.828167   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:55.831070   602 webserver.cc:533] Webserver started at http://127.0.150.130:35381/ using document root <none> and password file <none>
I20260608 09:48:55.831681   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:55.831948   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:55.832089  4335 heartbeater.cc:344] Connected to a master server at 127.0.150.190:39557
I20260608 09:48:55.832285   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:55.832533  4335 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:55.833478  4335 heartbeater.cc:507] Master 127.0.150.190:39557 requested a full tablet report, sending...
I20260608 09:48:55.833961   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "ba9335da755d42158e04d5a28cf855fc"
format_stamp: "Formatted at 2026-06-08 09:48:55 on dist-test-slave-g93p"
I20260608 09:48:55.836107  4208 ts_manager.cc:194] Registered new tserver with Master: 93d6f931991241958f3b89ef52fdf3a9 (127.0.150.129:39859)
I20260608 09:48:55.837986  4208 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50542
I20260608 09:48:55.839566   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 09:48:55.843236  4347 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:55.843995   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:48:55.844324   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "ba9335da755d42158e04d5a28cf855fc"
format_stamp: "Formatted at 2026-06-08 09:48:55 on dist-test-slave-g93p"
I20260608 09:48:55.844641   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:55.858937   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:55.860188   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:55.861670   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:55.864014   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:55.864264   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:55.864508   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:55.864686   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:55.904392   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:36851
I20260608 09:48:55.904525  4409 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:36851 every 8 connection(s)
I20260608 09:48:55.909754   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:55.917186  4413 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:55.919297  4414 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:55.920491   602 server_base.cc:1061] running on GCE node
W20260608 09:48:55.921490  4416 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:55.922880   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:55.923193   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:55.923293  4410 heartbeater.cc:344] Connected to a master server at 127.0.150.190:39557
I20260608 09:48:55.923424   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912135923404 us; error 0 us; skew 500 ppm
I20260608 09:48:55.923779  4410 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:55.924167   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:55.924600  4410 heartbeater.cc:507] Master 127.0.150.190:39557 requested a full tablet report, sending...
I20260608 09:48:55.926972   602 webserver.cc:533] Webserver started at http://127.0.150.131:37465/ using document root <none> and password file <none>
I20260608 09:48:55.926999  4208 ts_manager.cc:194] Registered new tserver with Master: ba9335da755d42158e04d5a28cf855fc (127.0.150.130:36851)
I20260608 09:48:55.927719   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:55.927994   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:55.928319   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:55.928768  4208 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50548
I20260608 09:48:55.929535   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "81cfd3cf6c6c412d985bfe8a5d067d76"
format_stamp: "Formatted at 2026-06-08 09:48:55 on dist-test-slave-g93p"
I20260608 09:48:55.934185   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:48:55.937634  4421 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:55.938390   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:48:55.938688   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "81cfd3cf6c6c412d985bfe8a5d067d76"
format_stamp: "Formatted at 2026-06-08 09:48:55 on dist-test-slave-g93p"
I20260608 09:48:55.938952   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:55.962280   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:55.963510   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:55.965237   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:55.968449   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:55.968631   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:55.968814   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:55.968945   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:56.008553   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:35601
I20260608 09:48:56.008680  4484 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:35601 every 8 connection(s)
I20260608 09:48:56.013624   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:48:56.020795  4488 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:56.021728  4489 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:48:56.025008  4492 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:48:56.025462   602 server_base.cc:1061] running on GCE node
I20260608 09:48:56.025490  4485 heartbeater.cc:344] Connected to a master server at 127.0.150.190:39557
I20260608 09:48:56.026104  4485 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:56.026518   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:48:56.026780   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:48:56.026893  4485 heartbeater.cc:507] Master 127.0.150.190:39557 requested a full tablet report, sending...
I20260608 09:48:56.026968   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912136026951 us; error 0 us; skew 500 ppm
I20260608 09:48:56.027858   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:48:56.029304  4208 ts_manager.cc:194] Registered new tserver with Master: 81cfd3cf6c6c412d985bfe8a5d067d76 (127.0.150.131:35601)
I20260608 09:48:56.030886   602 webserver.cc:533] Webserver started at http://127.0.150.132:39055/ using document root <none> and password file <none>
I20260608 09:48:56.030922  4208 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50562
I20260608 09:48:56.031597   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:48:56.031831   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:48:56.032191   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:48:56.033268   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "f2ba81eccbf04fe997cfff4218e75a90"
format_stamp: "Formatted at 2026-06-08 09:48:56 on dist-test-slave-g93p"
I20260608 09:48:56.038388   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.001s
I20260608 09:48:56.041751  4496 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:56.042557   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:48:56.042814   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "f2ba81eccbf04fe997cfff4218e75a90"
format_stamp: "Formatted at 2026-06-08 09:48:56 on dist-test-slave-g93p"
I20260608 09:48:56.043046   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:48:56.084470   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:48:56.085700   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:48:56.087244   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:48:56.089617   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:48:56.089799   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:56.090124   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:48:56.090298   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:48:56.131618   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:35451
I20260608 09:48:56.131749  4558 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:35451 every 8 connection(s)
I20260608 09:48:56.146375  4559 heartbeater.cc:344] Connected to a master server at 127.0.150.190:39557
I20260608 09:48:56.146824  4559 heartbeater.cc:461] Registering TS with master...
I20260608 09:48:56.147598  4559 heartbeater.cc:507] Master 127.0.150.190:39557 requested a full tablet report, sending...
I20260608 09:48:56.149504  4208 ts_manager.cc:194] Registered new tserver with Master: f2ba81eccbf04fe997cfff4218e75a90 (127.0.150.132:35451)
I20260608 09:48:56.149742   602 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.014810982s
I20260608 09:48:56.151011  4208 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50570
I20260608 09:48:56.703250  4208 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:50596:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 09:48:56.756673  4450 tablet_service.cc:1511] Processing CreateTablet for tablet b641b941691b45b29e7044fb39853731 (DEFAULT_TABLE table=test-workload [id=32db69a521cf4e1287071f361e374a2f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:48:56.758152  4450 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b641b941691b45b29e7044fb39853731. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:56.758759  4300 tablet_service.cc:1511] Processing CreateTablet for tablet b641b941691b45b29e7044fb39853731 (DEFAULT_TABLE table=test-workload [id=32db69a521cf4e1287071f361e374a2f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:48:56.760056  4300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b641b941691b45b29e7044fb39853731. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:56.761561  4524 tablet_service.cc:1511] Processing CreateTablet for tablet b641b941691b45b29e7044fb39853731 (DEFAULT_TABLE table=test-workload [id=32db69a521cf4e1287071f361e374a2f]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:48:56.762634  4524 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b641b941691b45b29e7044fb39853731. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:48:56.779621  4582 tablet_bootstrap.cc:492] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9: Bootstrap starting.
I20260608 09:48:56.781483  4580 tablet_bootstrap.cc:492] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90: Bootstrap starting.
I20260608 09:48:56.782511  4581 tablet_bootstrap.cc:492] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76: Bootstrap starting.
I20260608 09:48:56.785983  4582 tablet_bootstrap.cc:654] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:56.789499  4580 tablet_bootstrap.cc:654] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:56.789499  4581 tablet_bootstrap.cc:654] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76: Neither blocks nor log segments found. Creating new log.
I20260608 09:48:56.791846  4582 tablet_bootstrap.cc:492] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9: No bootstrap required, opened a new log
I20260608 09:48:56.792287  4582 ts_tablet_manager.cc:1403] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9: Time spent bootstrapping tablet: real 0.013s	user 0.007s	sys 0.002s
I20260608 09:48:56.795679  4581 tablet_bootstrap.cc:492] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76: No bootstrap required, opened a new log
I20260608 09:48:56.795578  4582 raft_consensus.cc:359] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } }
I20260608 09:48:56.796216  4581 ts_tablet_manager.cc:1403] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76: Time spent bootstrapping tablet: real 0.014s	user 0.000s	sys 0.011s
I20260608 09:48:56.796283  4582 raft_consensus.cc:385] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:56.796764  4582 raft_consensus.cc:740] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 93d6f931991241958f3b89ef52fdf3a9, State: Initialized, Role: FOLLOWER
I20260608 09:48:56.796847  4580 tablet_bootstrap.cc:492] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90: No bootstrap required, opened a new log
I20260608 09:48:56.797381  4580 ts_tablet_manager.cc:1403] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.004s
I20260608 09:48:56.797556  4582 consensus_queue.cc:260] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } }
I20260608 09:48:56.799417  4581 raft_consensus.cc:359] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } }
I20260608 09:48:56.800220  4581 raft_consensus.cc:385] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:56.800627  4581 raft_consensus.cc:740] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 81cfd3cf6c6c412d985bfe8a5d067d76, State: Initialized, Role: FOLLOWER
I20260608 09:48:56.800335  4580 raft_consensus.cc:359] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } }
I20260608 09:48:56.802085  4580 raft_consensus.cc:385] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:48:56.802181  4335 heartbeater.cc:499] Master 127.0.150.190:39557 was elected leader, sending a full tablet report...
I20260608 09:48:56.802384  4580 raft_consensus.cc:740] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f2ba81eccbf04fe997cfff4218e75a90, State: Initialized, Role: FOLLOWER
I20260608 09:48:56.802515  4582 ts_tablet_manager.cc:1434] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 09:48:56.803270  4580 consensus_queue.cc:260] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } }
I20260608 09:48:56.801565  4581 consensus_queue.cc:260] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } }
I20260608 09:48:56.806272  4485 heartbeater.cc:499] Master 127.0.150.190:39557 was elected leader, sending a full tablet report...
I20260608 09:48:56.806598  4581 ts_tablet_manager.cc:1434] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76: Time spent starting tablet: real 0.010s	user 0.010s	sys 0.000s
I20260608 09:48:56.810817  4559 heartbeater.cc:499] Master 127.0.150.190:39557 was elected leader, sending a full tablet report...
I20260608 09:48:56.811179  4580 ts_tablet_manager.cc:1434] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90: Time spent starting tablet: real 0.013s	user 0.002s	sys 0.012s
I20260608 09:48:56.853233  4588 raft_consensus.cc:493] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:48:56.853858  4588 raft_consensus.cc:515] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } }
I20260608 09:48:56.856691  4588 leader_election.cc:290] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 93d6f931991241958f3b89ef52fdf3a9 (127.0.150.129:39859), f2ba81eccbf04fe997cfff4218e75a90 (127.0.150.132:35451)
I20260608 09:48:56.867385  4310 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b641b941691b45b29e7044fb39853731" candidate_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93d6f931991241958f3b89ef52fdf3a9" is_pre_election: true
I20260608 09:48:56.868134  4310 raft_consensus.cc:2468] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81cfd3cf6c6c412d985bfe8a5d067d76 in term 0.
I20260608 09:48:56.868868  4534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b641b941691b45b29e7044fb39853731" candidate_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2ba81eccbf04fe997cfff4218e75a90" is_pre_election: true
I20260608 09:48:56.869500  4534 raft_consensus.cc:2468] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 81cfd3cf6c6c412d985bfe8a5d067d76 in term 0.
I20260608 09:48:56.869513  4425 leader_election.cc:304] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [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: 81cfd3cf6c6c412d985bfe8a5d067d76, 93d6f931991241958f3b89ef52fdf3a9; no voters: 
I20260608 09:48:56.870398  4588 raft_consensus.cc:2804] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:48:56.870708  4588 raft_consensus.cc:493] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:48:56.870975  4588 raft_consensus.cc:3060] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:56.875733  4588 raft_consensus.cc:515] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } }
I20260608 09:48:56.877422  4588 leader_election.cc:290] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [CANDIDATE]: Term 1 election: Requested vote from peers 93d6f931991241958f3b89ef52fdf3a9 (127.0.150.129:39859), f2ba81eccbf04fe997cfff4218e75a90 (127.0.150.132:35451)
I20260608 09:48:56.878409  4310 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b641b941691b45b29e7044fb39853731" candidate_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "93d6f931991241958f3b89ef52fdf3a9"
I20260608 09:48:56.878698  4534 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b641b941691b45b29e7044fb39853731" candidate_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f2ba81eccbf04fe997cfff4218e75a90"
I20260608 09:48:56.878948  4310 raft_consensus.cc:3060] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:56.879280  4534 raft_consensus.cc:3060] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:48:56.884548  4534 raft_consensus.cc:2468] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81cfd3cf6c6c412d985bfe8a5d067d76 in term 1.
I20260608 09:48:56.884757  4310 raft_consensus.cc:2468] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 81cfd3cf6c6c412d985bfe8a5d067d76 in term 1.
I20260608 09:48:56.885506  4425 leader_election.cc:304] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [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: 81cfd3cf6c6c412d985bfe8a5d067d76, f2ba81eccbf04fe997cfff4218e75a90; no voters: 
I20260608 09:48:56.886318  4588 raft_consensus.cc:2804] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:48:56.887373  4588 raft_consensus.cc:697] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 1 LEADER]: Becoming Leader. State: Replica: 81cfd3cf6c6c412d985bfe8a5d067d76, State: Running, Role: LEADER
I20260608 09:48:56.888056  4588 consensus_queue.cc:237] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [LEADER]: Queue going to LEADER mode. State: All 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: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } }
I20260608 09:48:56.895859  4206 catalog_manager.cc:5696] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 reported cstate change: term changed from 0 to 1, leader changed from <none> to 81cfd3cf6c6c412d985bfe8a5d067d76 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "81cfd3cf6c6c412d985bfe8a5d067d76" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35601 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 } health_report { overall_health: UNKNOWN } } }
I20260608 09:48:56.931226  4410 heartbeater.cc:499] Master 127.0.150.190:39557 was elected leader, sending a full tablet report...
I20260608 09:48:57.367520  4588 consensus_queue.cc:1048] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "93d6f931991241958f3b89ef52fdf3a9" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39859 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:57.380828  4596 consensus_queue.cc:1048] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f2ba81eccbf04fe997cfff4218e75a90" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35451 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:48:57.649324  4261 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:48:57.650852  4261 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:48:57.651208  4261 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:48:59.652160  4261 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:48:59.653514  4261 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:48:59.653858  4261 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:01.654814  4261 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:01.656302  4261 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:01.656632  4261 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:03.657706  4261 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:03.659484  4261 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:03.659857  4261 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:05.660786  4261 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:05.662588  4261 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:05.662935  4261 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:07.663893  4261 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:07.665325  4261 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:07.665683  4261 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:07.974217   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:49:08.005810   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:08.006886   602 tablet_replica.cc:333] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9: stopping tablet replica
I20260608 09:49:08.007761   602 raft_consensus.cc:2243] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:08.008585   602 raft_consensus.cc:2272] T b641b941691b45b29e7044fb39853731 P 93d6f931991241958f3b89ef52fdf3a9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:08.030341   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:49:08.044080   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
W20260608 09:49:08.920146  4425 thread.cc:641] raft [worker] (thread pool) Time spent creating pthread: real 0.774s	user 0.014s	sys 0.001s
W20260608 09:49:08.920933  4425 thread.cc:608] raft [worker] (thread pool) Time spent starting thread: real 0.775s	user 0.015s	sys 0.001s
W20260608 09:49:08.924220  4425 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.132:35451, user_credentials={real_user=slave}} blocked reactor thread for 777838us
W20260608 09:49:08.930434  4425 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:39859: connect: Connection refused (error 111) [suppressed 107 similar messages]
I20260608 09:49:08.936761   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
W20260608 09:49:08.936278  4425 consensus_peers.cc:597] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 -> Peer 93d6f931991241958f3b89ef52fdf3a9 (127.0.150.129:39859): Couldn't send request to peer 93d6f931991241958f3b89ef52fdf3a9. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:39859: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:08.956903   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:49:08.970728   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:49:09.001847   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:09.002756   602 tablet_replica.cc:333] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76: stopping tablet replica
I20260608 09:49:09.003510   602 raft_consensus.cc:2243] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:09.004591   602 raft_consensus.cc:2272] T b641b941691b45b29e7044fb39853731 P 81cfd3cf6c6c412d985bfe8a5d067d76 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:09.028051   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:49:09.041710   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:49:09.075619   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:09.076614   602 tablet_replica.cc:333] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90: stopping tablet replica
I20260608 09:49:09.077518   602 raft_consensus.cc:2243] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:09.078359   602 raft_consensus.cc:2272] T b641b941691b45b29e7044fb39853731 P f2ba81eccbf04fe997cfff4218e75a90 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:09.102061   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:49:09.119609   602 master.cc:562] Master@127.0.150.190:39557 shutting down...
I20260608 09:49:09.147045   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:09.147738   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:09.148128   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P f40d542d187040eb828383060ae3b385: stopping tablet replica
W20260608 09:49:09.837224  4239 debug-util.cc:398] Leaking SignalData structure 0x7b0800162380 after lost signal to thread 605
W20260608 09:49:10.166031   602 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 4239)
W20260608 09:49:11.166551   602 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 4239)
W20260608 09:49:12.167017   602 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 4239)
I20260608 09:49:13.110296   602 master.cc:584] Master@127.0.150.190:39557 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (17657 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260608 09:49:13.156813   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:40841
I20260608 09:49:13.158102   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:13.164172  4606 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:13.164288  4607 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:13.165132  4609 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:13.166647   602 server_base.cc:1061] running on GCE node
I20260608 09:49:13.167523   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:13.167695   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:13.167812   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912153167797 us; error 0 us; skew 500 ppm
I20260608 09:49:13.168406   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:13.170854   602 webserver.cc:533] Webserver started at http://127.0.150.190:46069/ using document root <none> and password file <none>
I20260608 09:49:13.171330   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:13.171489   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:13.171715   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:13.172930   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "7efee3d07c0b497ab062d06377ded6c7"
format_stamp: "Formatted at 2026-06-08 09:49:13 on dist-test-slave-g93p"
I20260608 09:49:13.177544   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 09:49:13.180970  4614 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.181792   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:49:13.182351   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "7efee3d07c0b497ab062d06377ded6c7"
format_stamp: "Formatted at 2026-06-08 09:49:13 on dist-test-slave-g93p"
I20260608 09:49:13.182664   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:13.197399   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:13.198695   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:13.237402   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:40841
I20260608 09:49:13.237529  4665 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:40841 every 8 connection(s)
I20260608 09:49:13.241858  4666 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:13.254293  4666 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7: Bootstrap starting.
I20260608 09:49:13.259254  4666 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:13.263554  4666 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7: No bootstrap required, opened a new log
I20260608 09:49:13.265969  4666 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7efee3d07c0b497ab062d06377ded6c7" member_type: VOTER }
I20260608 09:49:13.266459  4666 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:13.266656  4666 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7efee3d07c0b497ab062d06377ded6c7, State: Initialized, Role: FOLLOWER
I20260608 09:49:13.267215  4666 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7efee3d07c0b497ab062d06377ded6c7" member_type: VOTER }
I20260608 09:49:13.267652  4666 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:49:13.267846  4666 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:49:13.268070  4666 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:13.272960  4666 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7efee3d07c0b497ab062d06377ded6c7" member_type: VOTER }
I20260608 09:49:13.273451  4666 leader_election.cc:304] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [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: 7efee3d07c0b497ab062d06377ded6c7; no voters: 
I20260608 09:49:13.274605  4666 leader_election.cc:290] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:49:13.275110  4669 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:13.276561  4669 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 1 LEADER]: Becoming Leader. State: Replica: 7efee3d07c0b497ab062d06377ded6c7, State: Running, Role: LEADER
I20260608 09:49:13.277352  4669 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [LEADER]: Queue going to LEADER mode. State: All 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: "7efee3d07c0b497ab062d06377ded6c7" member_type: VOTER }
I20260608 09:49:13.277796  4666 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:49:13.284359  4670 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7efee3d07c0b497ab062d06377ded6c7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7efee3d07c0b497ab062d06377ded6c7" member_type: VOTER } }
I20260608 09:49:13.285101  4670 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [sys.catalog]: This master's current role is: LEADER
I20260608 09:49:13.286021  4671 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7efee3d07c0b497ab062d06377ded6c7. Latest consensus state: current_term: 1 leader_uuid: "7efee3d07c0b497ab062d06377ded6c7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7efee3d07c0b497ab062d06377ded6c7" member_type: VOTER } }
I20260608 09:49:13.286743  4671 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [sys.catalog]: This master's current role is: LEADER
I20260608 09:49:13.288538  4678 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:49:13.296663  4678 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:49:13.297677   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:49:13.306071  4678 catalog_manager.cc:1382] Generated new cluster ID: eee09848d6404c9db5905dbc7f354b32
I20260608 09:49:13.306393  4678 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:49:13.333638  4678 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:49:13.335042  4678 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:49:13.349741  4678 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7: Generated new TSK 0
I20260608 09:49:13.350402  4678 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:49:13.364655   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:13.371004  4687 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:13.372123  4688 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:13.373759   602 server_base.cc:1061] running on GCE node
W20260608 09:49:13.374692  4690 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:13.375506   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:13.375727   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:13.375902   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912153375883 us; error 0 us; skew 500 ppm
I20260608 09:49:13.376509   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:13.378922   602 webserver.cc:533] Webserver started at http://127.0.150.129:40817/ using document root <none> and password file <none>
I20260608 09:49:13.379568   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:13.379817   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:13.380103   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:13.381356   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "ca1ce8209c7c4298bbaf8bc09c60888e"
format_stamp: "Formatted at 2026-06-08 09:49:13 on dist-test-slave-g93p"
I20260608 09:49:13.386458   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260608 09:49:13.390215  4695 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.390990   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:49:13.391302   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "ca1ce8209c7c4298bbaf8bc09c60888e"
format_stamp: "Formatted at 2026-06-08 09:49:13 on dist-test-slave-g93p"
I20260608 09:49:13.391597   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:13.441284   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:13.442626   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:13.444217   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:13.446808   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:13.447029   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.447290   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:13.447465   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.490504   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:45623
I20260608 09:49:13.490617  4757 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:45623 every 8 connection(s)
I20260608 09:49:13.496177   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:13.504496  4763 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:13.506204  4762 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:13.507591  4765 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:13.509796   602 server_base.cc:1061] running on GCE node
I20260608 09:49:13.511000   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:13.511310   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:13.511435  4758 heartbeater.cc:344] Connected to a master server at 127.0.150.190:40841
I20260608 09:49:13.511539   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912153511504 us; error 0 us; skew 500 ppm
I20260608 09:49:13.511921  4758 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:13.512346   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:13.512780  4758 heartbeater.cc:507] Master 127.0.150.190:40841 requested a full tablet report, sending...
I20260608 09:49:13.515324   602 webserver.cc:533] Webserver started at http://127.0.150.130:36277/ using document root <none> and password file <none>
I20260608 09:49:13.515561  4631 ts_manager.cc:194] Registered new tserver with Master: ca1ce8209c7c4298bbaf8bc09c60888e (127.0.150.129:45623)
I20260608 09:49:13.516161   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:13.516441   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:13.516803   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:13.518322  4631 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37092
I20260608 09:49:13.518651   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "64b5ecc1a42244e8892a9c53e6ec7869"
format_stamp: "Formatted at 2026-06-08 09:49:13 on dist-test-slave-g93p"
I20260608 09:49:13.523855   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:49:13.527472  4770 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.528264   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 09:49:13.528566   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "64b5ecc1a42244e8892a9c53e6ec7869"
format_stamp: "Formatted at 2026-06-08 09:49:13 on dist-test-slave-g93p"
I20260608 09:49:13.528855   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:13.551169   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:13.552433   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:13.553989   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:13.556411   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:13.556649   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.556898   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:13.557082   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.599110   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:43245
I20260608 09:49:13.599222  4832 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:43245 every 8 connection(s)
I20260608 09:49:13.604404   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:13.612329  4836 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:13.613368  4837 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:13.616858   602 server_base.cc:1061] running on GCE node
W20260608 09:49:13.617303  4839 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:13.617522  4833 heartbeater.cc:344] Connected to a master server at 127.0.150.190:40841
I20260608 09:49:13.618053  4833 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:13.618419   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:13.618630   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:13.618824   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912153618809 us; error 0 us; skew 500 ppm
I20260608 09:49:13.619225  4833 heartbeater.cc:507] Master 127.0.150.190:40841 requested a full tablet report, sending...
I20260608 09:49:13.619628   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:13.621373  4631 ts_manager.cc:194] Registered new tserver with Master: 64b5ecc1a42244e8892a9c53e6ec7869 (127.0.150.130:43245)
I20260608 09:49:13.622756   602 webserver.cc:533] Webserver started at http://127.0.150.131:43163/ using document root <none> and password file <none>
I20260608 09:49:13.622978  4631 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37098
I20260608 09:49:13.623632   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:13.623888   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:13.624199   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:13.625427   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "c092275e2412462bb569f493eb5364ec"
format_stamp: "Formatted at 2026-06-08 09:49:13 on dist-test-slave-g93p"
I20260608 09:49:13.630286   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
I20260608 09:49:13.634233  4844 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.635053   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 09:49:13.635385   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "c092275e2412462bb569f493eb5364ec"
format_stamp: "Formatted at 2026-06-08 09:49:13 on dist-test-slave-g93p"
I20260608 09:49:13.635710   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:13.648702   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:13.650148   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:13.651721   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:13.654376   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:13.654673   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.654971   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:13.655200   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:13.701037   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:45885
I20260608 09:49:13.701152  4906 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:45885 every 8 connection(s)
I20260608 09:49:13.716631  4907 heartbeater.cc:344] Connected to a master server at 127.0.150.190:40841
I20260608 09:49:13.717025  4907 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:13.717772  4907 heartbeater.cc:507] Master 127.0.150.190:40841 requested a full tablet report, sending...
I20260608 09:49:13.719851  4631 ts_manager.cc:194] Registered new tserver with Master: c092275e2412462bb569f493eb5364ec (127.0.150.131:45885)
I20260608 09:49:13.720239   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014902789s
I20260608 09:49:13.721261  4631 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37104
I20260608 09:49:14.521281  4758 heartbeater.cc:499] Master 127.0.150.190:40841 was elected leader, sending a full tablet report...
I20260608 09:49:14.625824  4833 heartbeater.cc:499] Master 127.0.150.190:40841 was elected leader, sending a full tablet report...
I20260608 09:49:14.723923  4907 heartbeater.cc:499] Master 127.0.150.190:40841 was elected leader, sending a full tablet report...
I20260608 09:49:14.789064  4631 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:37116:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:49:14.791046  4631 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:49:14.836220  4723 tablet_service.cc:1511] Processing CreateTablet for tablet ba912898b6a24818925b422c64e6855c (DEFAULT_TABLE table=test-workload [id=6cf690fdaebf47f3a875b11c405217cc]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:49:14.837911  4723 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba912898b6a24818925b422c64e6855c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:14.851063  4798 tablet_service.cc:1511] Processing CreateTablet for tablet ba912898b6a24818925b422c64e6855c (DEFAULT_TABLE table=test-workload [id=6cf690fdaebf47f3a875b11c405217cc]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:49:14.852412  4798 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba912898b6a24818925b422c64e6855c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:14.852150  4872 tablet_service.cc:1511] Processing CreateTablet for tablet ba912898b6a24818925b422c64e6855c (DEFAULT_TABLE table=test-workload [id=6cf690fdaebf47f3a875b11c405217cc]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:49:14.853474  4872 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ba912898b6a24818925b422c64e6855c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:14.856906  4928 tablet_bootstrap.cc:492] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e: Bootstrap starting.
I20260608 09:49:14.864269  4928 tablet_bootstrap.cc:654] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:14.871469  4928 tablet_bootstrap.cc:492] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e: No bootstrap required, opened a new log
I20260608 09:49:14.871979  4928 ts_tablet_manager.cc:1403] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260608 09:49:14.872267  4930 tablet_bootstrap.cc:492] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec: Bootstrap starting.
I20260608 09:49:14.874114  4931 tablet_bootstrap.cc:492] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869: Bootstrap starting.
I20260608 09:49:14.875314  4928 raft_consensus.cc:359] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } }
I20260608 09:49:14.876096  4928 raft_consensus.cc:385] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:14.876410  4928 raft_consensus.cc:740] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ca1ce8209c7c4298bbaf8bc09c60888e, State: Initialized, Role: FOLLOWER
I20260608 09:49:14.877261  4928 consensus_queue.cc:260] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } }
I20260608 09:49:14.878147  4930 tablet_bootstrap.cc:654] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:14.882251  4931 tablet_bootstrap.cc:654] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:14.884141  4928 ts_tablet_manager.cc:1434] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.004s
I20260608 09:49:14.887717  4930 tablet_bootstrap.cc:492] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec: No bootstrap required, opened a new log
I20260608 09:49:14.888252  4930 ts_tablet_manager.cc:1403] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec: Time spent bootstrapping tablet: real 0.016s	user 0.003s	sys 0.008s
I20260608 09:49:14.888566  4931 tablet_bootstrap.cc:492] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869: No bootstrap required, opened a new log
I20260608 09:49:14.889113  4931 ts_tablet_manager.cc:1403] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.006s
I20260608 09:49:14.891441  4930 raft_consensus.cc:359] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } }
I20260608 09:49:14.892232  4930 raft_consensus.cc:385] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:14.892174  4931 raft_consensus.cc:359] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } }
I20260608 09:49:14.892699  4930 raft_consensus.cc:740] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c092275e2412462bb569f493eb5364ec, State: Initialized, Role: FOLLOWER
I20260608 09:49:14.893072  4931 raft_consensus.cc:385] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:14.893429  4931 raft_consensus.cc:740] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 64b5ecc1a42244e8892a9c53e6ec7869, State: Initialized, Role: FOLLOWER
I20260608 09:49:14.893647  4930 consensus_queue.cc:260] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } }
I20260608 09:49:14.894292  4931 consensus_queue.cc:260] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } }
I20260608 09:49:14.897245  4930 ts_tablet_manager.cc:1434] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.005s
I20260608 09:49:14.898550  4935 raft_consensus.cc:493] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:14.898754  4931 ts_tablet_manager.cc:1434] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.006s
I20260608 09:49:14.899121  4935 raft_consensus.cc:515] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } }
I20260608 09:49:14.902201  4935 leader_election.cc:290] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ca1ce8209c7c4298bbaf8bc09c60888e (127.0.150.129:45623), 64b5ecc1a42244e8892a9c53e6ec7869 (127.0.150.130:43245)
I20260608 09:49:14.924271  4733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba912898b6a24818925b422c64e6855c" candidate_uuid: "c092275e2412462bb569f493eb5364ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" is_pre_election: true
I20260608 09:49:14.925105  4733 raft_consensus.cc:2468] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c092275e2412462bb569f493eb5364ec in term 0.
I20260608 09:49:14.925658  4808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba912898b6a24818925b422c64e6855c" candidate_uuid: "c092275e2412462bb569f493eb5364ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" is_pre_election: true
I20260608 09:49:14.926380  4808 raft_consensus.cc:2468] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c092275e2412462bb569f493eb5364ec in term 0.
I20260608 09:49:14.926491  4845 leader_election.cc:304] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [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: c092275e2412462bb569f493eb5364ec, ca1ce8209c7c4298bbaf8bc09c60888e; no voters: 
I20260608 09:49:14.927356  4935 raft_consensus.cc:2804] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:14.927728  4935 raft_consensus.cc:493] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:14.928011  4935 raft_consensus.cc:3060] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:14.933259  4935 raft_consensus.cc:515] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } }
I20260608 09:49:14.934888  4935 leader_election.cc:290] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [CANDIDATE]: Term 1 election: Requested vote from peers ca1ce8209c7c4298bbaf8bc09c60888e (127.0.150.129:45623), 64b5ecc1a42244e8892a9c53e6ec7869 (127.0.150.130:43245)
I20260608 09:49:14.935741  4733 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba912898b6a24818925b422c64e6855c" candidate_uuid: "c092275e2412462bb569f493eb5364ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e"
I20260608 09:49:14.935892  4808 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ba912898b6a24818925b422c64e6855c" candidate_uuid: "c092275e2412462bb569f493eb5364ec" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "64b5ecc1a42244e8892a9c53e6ec7869"
I20260608 09:49:14.936388  4808 raft_consensus.cc:3060] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:14.936349  4733 raft_consensus.cc:3060] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:14.944553  4808 raft_consensus.cc:2468] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c092275e2412462bb569f493eb5364ec in term 1.
I20260608 09:49:14.944557  4733 raft_consensus.cc:2468] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c092275e2412462bb569f493eb5364ec in term 1.
I20260608 09:49:14.946107  4845 leader_election.cc:304] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [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: c092275e2412462bb569f493eb5364ec, ca1ce8209c7c4298bbaf8bc09c60888e; no voters: 
I20260608 09:49:14.946861  4935 raft_consensus.cc:2804] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:14.947913  4935 raft_consensus.cc:697] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 1 LEADER]: Becoming Leader. State: Replica: c092275e2412462bb569f493eb5364ec, State: Running, Role: LEADER
I20260608 09:49:14.948580  4935 consensus_queue.cc:237] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [LEADER]: Queue going to LEADER mode. State: All 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: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } }
W20260608 09:49:14.957088  4908 tablet.cc:2404] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 09:49:14.958540  4631 catalog_manager.cc:5696] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec reported cstate change: term changed from 0 to 1, leader changed from <none> to c092275e2412462bb569f493eb5364ec (127.0.150.131). New cstate: current_term: 1 leader_uuid: "c092275e2412462bb569f493eb5364ec" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "c092275e2412462bb569f493eb5364ec" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45885 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:15.293159  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:15.295061  4684 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:15.297015  4684 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:15.297435  4684 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:15.392030  4935 consensus_queue.cc:1048] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "64b5ecc1a42244e8892a9c53e6ec7869" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43245 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:49:15.406352  4939 consensus_queue.cc:1048] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [LEADER]: Connected to new peer: Peer: permanent_uuid: "ca1ce8209c7c4298bbaf8bc09c60888e" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:16.303203  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:17.298390  4684 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:17.299675  4684 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:17.299938  4684 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:17.311506  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:18.397367  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:19.300830  4684 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:19.302227  4684 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:19.302582  4684 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 09:49:19.373584  4903 debug-util.cc:398] Leaking SignalData structure 0x7b08001f5280 after lost signal to thread 605
W20260608 09:49:19.374529  4903 debug-util.cc:398] Leaking SignalData structure 0x7b080017f300 after lost signal to thread 4665
W20260608 09:49:19.375471  4903 debug-util.cc:398] Leaking SignalData structure 0x7b080017b5a0 after lost signal to thread 4757
W20260608 09:49:19.376313  4903 debug-util.cc:398] Leaking SignalData structure 0x7b08001cb420 after lost signal to thread 4832
W20260608 09:49:19.377115  4903 debug-util.cc:398] Leaking SignalData structure 0x7b080016dec0 after lost signal to thread 4906
I20260608 09:49:19.411346  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
W20260608 09:49:19.883564  4754 debug-util.cc:398] Leaking SignalData structure 0x7b0800173340 after lost signal to thread 605
W20260608 09:49:19.884711  4754 debug-util.cc:398] Leaking SignalData structure 0x7b080011ad60 after lost signal to thread 4665
W20260608 09:49:19.886080  4754 debug-util.cc:398] Leaking SignalData structure 0x7b080005c840 after lost signal to thread 4757
W20260608 09:49:19.886953  4754 debug-util.cc:398] Leaking SignalData structure 0x7b080021eb60 after lost signal to thread 4832
W20260608 09:49:19.887820  4754 debug-util.cc:398] Leaking SignalData structure 0x7b080003c340 after lost signal to thread 4906
I20260608 09:49:20.422431  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:21.597039  4684 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:21.599040  4684 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:21.602310  4684 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:21.618933  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:22.640997  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
W20260608 09:49:22.816562  4829 debug-util.cc:398] Leaking SignalData structure 0x7b080008daa0 after lost signal to thread 605
W20260608 09:49:22.818341  4829 debug-util.cc:398] Leaking SignalData structure 0x7b08000e2380 after lost signal to thread 4665
W20260608 09:49:22.820741  4829 debug-util.cc:398] Leaking SignalData structure 0x7b08001cfb80 after lost signal to thread 4757
W20260608 09:49:22.822937  4829 debug-util.cc:398] Leaking SignalData structure 0x7b0800250a40 after lost signal to thread 4832
W20260608 09:49:22.825119  4829 debug-util.cc:398] Leaking SignalData structure 0x7b08000ee980 after lost signal to thread 4906
I20260608 09:49:23.603454  4684 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:23.605041  4684 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:23.605399  4684 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:23.653216  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:24.661927  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:25.606415  4684 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:25.607769  4684 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:25.608215  4684 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:25.669402  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
W20260608 09:49:26.390043  4754 debug-util.cc:398] Leaking SignalData structure 0x7b0800088a40 after lost signal to thread 605
W20260608 09:49:26.390913  4754 debug-util.cc:398] Leaking SignalData structure 0x7b08002470c0 after lost signal to thread 4665
W20260608 09:49:26.391813  4754 debug-util.cc:398] Leaking SignalData structure 0x7b08000b6400 after lost signal to thread 4757
W20260608 09:49:26.392855  4754 debug-util.cc:398] Leaking SignalData structure 0x7b080018c9e0 after lost signal to thread 4832
W20260608 09:49:26.393668  4754 debug-util.cc:398] Leaking SignalData structure 0x7b0800035ec0 after lost signal to thread 4906
I20260608 09:49:26.676806  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:27.609123  4684 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:27.610584  4684 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:27.610910  4684 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:27.683892  4679 placement_policy_util.cc:407] tablet ba912898b6a24818925b422c64e6855c: detected majority of replicas (2 of 3) at location L0
I20260608 09:49:28.038693   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:49:28.065267   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:28.066210   602 tablet_replica.cc:333] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e: stopping tablet replica
I20260608 09:49:28.066879   602 raft_consensus.cc:2243] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:28.067626   602 raft_consensus.cc:2272] T ba912898b6a24818925b422c64e6855c P ca1ce8209c7c4298bbaf8bc09c60888e [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:49:28.105976  4845 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45623: connect: Connection refused (error 111)
W20260608 09:49:28.110291  4845 consensus_peers.cc:597] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec -> Peer ca1ce8209c7c4298bbaf8bc09c60888e (127.0.150.129:45623): Couldn't send request to peer ca1ce8209c7c4298bbaf8bc09c60888e. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45623: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:28.112515   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:49:28.127426   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:49:28.150406   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:28.151253   602 tablet_replica.cc:333] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869: stopping tablet replica
I20260608 09:49:28.151841   602 raft_consensus.cc:2243] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:28.152384   602 raft_consensus.cc:2272] T ba912898b6a24818925b422c64e6855c P 64b5ecc1a42244e8892a9c53e6ec7869 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:28.189797   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:49:28.201376   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:49:28.222613   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:28.223354   602 tablet_replica.cc:333] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec: stopping tablet replica
I20260608 09:49:28.223944   602 raft_consensus.cc:2243] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:28.224903   602 raft_consensus.cc:2272] T ba912898b6a24818925b422c64e6855c P c092275e2412462bb569f493eb5364ec [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:28.260281   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:49:28.271404   602 master.cc:562] Master@127.0.150.190:40841 shutting down...
I20260608 09:49:28.290838   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:28.291512   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:28.291868   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7efee3d07c0b497ab062d06377ded6c7: stopping tablet replica
I20260608 09:49:28.310451   602 master.cc:584] Master@127.0.150.190:40841 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (15190 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260608 09:49:28.346747   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:33689
I20260608 09:49:28.347886   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:28.353942  4959 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:28.354017  4958 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:28.354350  4961 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:28.356221   602 server_base.cc:1061] running on GCE node
I20260608 09:49:28.357079   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:28.357280   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:28.357448   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912168357412 us; error 0 us; skew 500 ppm
I20260608 09:49:28.358088   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:28.360481   602 webserver.cc:533] Webserver started at http://127.0.150.190:40755/ using document root <none> and password file <none>
I20260608 09:49:28.361013   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:28.361209   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:28.361488   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:28.362726   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "46cb53137cd648b19c4b16e2d9b7d967"
format_stamp: "Formatted at 2026-06-08 09:49:28 on dist-test-slave-g93p"
I20260608 09:49:28.367244   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:49:28.370793  4966 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.371565   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:49:28.371855   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "46cb53137cd648b19c4b16e2d9b7d967"
format_stamp: "Formatted at 2026-06-08 09:49:28 on dist-test-slave-g93p"
I20260608 09:49:28.372160   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:28.384605   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:28.385847   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:28.424508   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:33689
I20260608 09:49:28.424629  5017 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:33689 every 8 connection(s)
I20260608 09:49:28.428835  5018 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:28.439507  5018 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967: Bootstrap starting.
I20260608 09:49:28.444394  5018 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:28.448632  5018 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967: No bootstrap required, opened a new log
I20260608 09:49:28.450990  5018 raft_consensus.cc:359] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cb53137cd648b19c4b16e2d9b7d967" member_type: VOTER }
I20260608 09:49:28.451460  5018 raft_consensus.cc:385] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:28.451707  5018 raft_consensus.cc:740] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 46cb53137cd648b19c4b16e2d9b7d967, State: Initialized, Role: FOLLOWER
I20260608 09:49:28.452340  5018 consensus_queue.cc:260] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "46cb53137cd648b19c4b16e2d9b7d967" member_type: VOTER }
I20260608 09:49:28.452821  5018 raft_consensus.cc:399] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:49:28.453063  5018 raft_consensus.cc:493] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:49:28.453341  5018 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:28.457686  5018 raft_consensus.cc:515] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cb53137cd648b19c4b16e2d9b7d967" member_type: VOTER }
I20260608 09:49:28.458225  5018 leader_election.cc:304] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [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: 46cb53137cd648b19c4b16e2d9b7d967; no voters: 
I20260608 09:49:28.459379  5018 leader_election.cc:290] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:49:28.459901  5021 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:28.461283  5021 raft_consensus.cc:697] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 1 LEADER]: Becoming Leader. State: Replica: 46cb53137cd648b19c4b16e2d9b7d967, State: Running, Role: LEADER
I20260608 09:49:28.462044  5021 consensus_queue.cc:237] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [LEADER]: Queue going to LEADER mode. State: All 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: "46cb53137cd648b19c4b16e2d9b7d967" member_type: VOTER }
I20260608 09:49:28.462585  5018 sys_catalog.cc:565] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:49:28.467489  5023 sys_catalog.cc:455] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 46cb53137cd648b19c4b16e2d9b7d967. Latest consensus state: current_term: 1 leader_uuid: "46cb53137cd648b19c4b16e2d9b7d967" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cb53137cd648b19c4b16e2d9b7d967" member_type: VOTER } }
I20260608 09:49:28.468232  5023 sys_catalog.cc:458] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [sys.catalog]: This master's current role is: LEADER
I20260608 09:49:28.468719  5022 sys_catalog.cc:455] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "46cb53137cd648b19c4b16e2d9b7d967" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cb53137cd648b19c4b16e2d9b7d967" member_type: VOTER } }
I20260608 09:49:28.469280  5022 sys_catalog.cc:458] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [sys.catalog]: This master's current role is: LEADER
I20260608 09:49:28.471197  5031 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:49:28.479822  5031 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:49:28.480825   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:49:28.489152  5031 catalog_manager.cc:1382] Generated new cluster ID: 156349c786bd4ccd8f1ceb2aa1a9e38c
I20260608 09:49:28.489449  5031 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:49:28.521103  5031 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:49:28.522578  5031 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:49:28.534164  5031 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967: Generated new TSK 0
I20260608 09:49:28.534793  5031 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:49:28.547170   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:28.553459  5039 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:28.554622  5040 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:28.556423  5042 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:28.557071   602 server_base.cc:1061] running on GCE node
I20260608 09:49:28.558040   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:28.558255   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:28.558434   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912168558413 us; error 0 us; skew 500 ppm
I20260608 09:49:28.559018   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:28.561349   602 webserver.cc:533] Webserver started at http://127.0.150.129:41125/ using document root <none> and password file <none>
I20260608 09:49:28.561936   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:28.562140   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:28.562443   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:28.563647   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
format_stamp: "Formatted at 2026-06-08 09:49:28 on dist-test-slave-g93p"
I20260608 09:49:28.568229   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:49:28.571847  5047 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.572626   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 09:49:28.572914   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
format_stamp: "Formatted at 2026-06-08 09:49:28 on dist-test-slave-g93p"
I20260608 09:49:28.573217   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:28.598083   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:28.599370   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:28.600961   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:28.603319   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:28.603554   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.603813   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:28.603987   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.644472   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:39021
I20260608 09:49:28.644611  5109 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:39021 every 8 connection(s)
I20260608 09:49:28.650058   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:28.659633  5115 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:28.660609  5114 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:28.663884  5117 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:28.664317   602 server_base.cc:1061] running on GCE node
I20260608 09:49:28.665572   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:28.665822   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:28.666067   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912168666047 us; error 0 us; skew 500 ppm
I20260608 09:49:28.666760   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:28.669909  5110 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33689
I20260608 09:49:28.670006   602 webserver.cc:533] Webserver started at http://127.0.150.130:33715/ using document root <none> and password file <none>
I20260608 09:49:28.670271  5110 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:28.670686   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:28.671022   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:28.671190  5110 heartbeater.cc:507] Master 127.0.150.190:33689 requested a full tablet report, sending...
I20260608 09:49:28.671360   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:28.673003   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "f4b6b4c79d0549338fa184487726d372"
format_stamp: "Formatted at 2026-06-08 09:49:28 on dist-test-slave-g93p"
I20260608 09:49:28.673702  4983 ts_manager.cc:194] Registered new tserver with Master: 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021)
I20260608 09:49:28.675755  4983 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57702
I20260608 09:49:28.678785   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.002s	sys 0.003s
I20260608 09:49:28.682658  5122 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.683566   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 09:49:28.683813   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "f4b6b4c79d0549338fa184487726d372"
format_stamp: "Formatted at 2026-06-08 09:49:28 on dist-test-slave-g93p"
I20260608 09:49:28.684057   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:28.700733   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:28.701854   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:28.703313   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:28.705535   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:28.705713   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.706082   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:28.706251   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.746948   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:43297
I20260608 09:49:28.747069  5184 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:43297 every 8 connection(s)
I20260608 09:49:28.751995   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:28.759770  5188 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:28.761473  5189 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:28.763617   602 server_base.cc:1061] running on GCE node
W20260608 09:49:28.764357  5191 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:28.765391   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:28.765699   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:28.765867  5185 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33689
I20260608 09:49:28.765971   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912168765952 us; error 0 us; skew 500 ppm
I20260608 09:49:28.766440  5185 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:28.766806   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:28.767266  5185 heartbeater.cc:507] Master 127.0.150.190:33689 requested a full tablet report, sending...
I20260608 09:49:28.769421  4983 ts_manager.cc:194] Registered new tserver with Master: f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:28.769835   602 webserver.cc:533] Webserver started at http://127.0.150.131:42187/ using document root <none> and password file <none>
I20260608 09:49:28.770458   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:28.770671   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:28.770962   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:28.771132  4983 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57710
I20260608 09:49:28.772496   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
format_stamp: "Formatted at 2026-06-08 09:49:28 on dist-test-slave-g93p"
I20260608 09:49:28.777513   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 09:49:28.781131  5196 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.781845   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:49:28.782217   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
format_stamp: "Formatted at 2026-06-08 09:49:28 on dist-test-slave-g93p"
I20260608 09:49:28.782511   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:28.792791   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:28.794085   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:28.795542   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:28.797806   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:28.798103   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.798348   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:28.798527   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:28.837863   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:40683
I20260608 09:49:28.838008  5258 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:40683 every 8 connection(s)
I20260608 09:49:28.851994  5259 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33689
I20260608 09:49:28.852349  5259 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:28.853093  5259 heartbeater.cc:507] Master 127.0.150.190:33689 requested a full tablet report, sending...
I20260608 09:49:28.855115  4983 ts_manager.cc:194] Registered new tserver with Master: 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:28.856065   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014650248s
I20260608 09:49:28.856693  4983 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57712
I20260608 09:49:29.678439  5110 heartbeater.cc:499] Master 127.0.150.190:33689 was elected leader, sending a full tablet report...
I20260608 09:49:29.773797  5185 heartbeater.cc:499] Master 127.0.150.190:33689 was elected leader, sending a full tablet report...
I20260608 09:49:29.859839  5259 heartbeater.cc:499] Master 127.0.150.190:33689 was elected leader, sending a full tablet report...
I20260608 09:49:29.912443  4983 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57728:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu""\004\001\000\252\252\252\n\004\001\000TUU\025\004\001\000\376\377\377\037\004\001\000\250\252\252*\004\001\000RUU5\004\001\000\374\377\377?\004\001\000\246\252\252J\004\001\000PUUU\004\001\000\372\377\377_\004\001\000\244\252\252j\004\001\000NUUu"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:49:29.915674  4983 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:49:30.001109  5224 tablet_service.cc:1511] Processing CreateTablet for tablet c9978c7a7b53468d8a7edc36e4a76609 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 09:49:30.003193  5224 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9978c7a7b53468d8a7edc36e4a76609. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.009119  5223 tablet_service.cc:1511] Processing CreateTablet for tablet 584d2b19c5454c2081a93c64045f5325 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 09:49:30.010762  5223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 584d2b19c5454c2081a93c64045f5325. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.016323  5150 tablet_service.cc:1511] Processing CreateTablet for tablet c9978c7a7b53468d8a7edc36e4a76609 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 09:49:30.019222  5149 tablet_service.cc:1511] Processing CreateTablet for tablet 584d2b19c5454c2081a93c64045f5325 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 09:49:30.021667  5148 tablet_service.cc:1511] Processing CreateTablet for tablet b1e2018c78c740c88164345691f9fb0e (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 09:49:30.024910  5222 tablet_service.cc:1511] Processing CreateTablet for tablet b1e2018c78c740c88164345691f9fb0e (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 09:49:30.027009  5222 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b1e2018c78c740c88164345691f9fb0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.017735  5150 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9978c7a7b53468d8a7edc36e4a76609. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.032089  5075 tablet_service.cc:1511] Processing CreateTablet for tablet c9978c7a7b53468d8a7edc36e4a76609 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260608 09:49:30.032819  5147 tablet_service.cc:1511] Processing CreateTablet for tablet 06c30b9a4f6f43eda457f92cfb74a80b (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 09:49:30.033499  5075 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9978c7a7b53468d8a7edc36e4a76609. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.035562  5147 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06c30b9a4f6f43eda457f92cfb74a80b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.035683  5072 tablet_service.cc:1511] Processing CreateTablet for tablet 06c30b9a4f6f43eda457f92cfb74a80b (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 09:49:30.037128  5072 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06c30b9a4f6f43eda457f92cfb74a80b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.037575  5071 tablet_service.cc:1511] Processing CreateTablet for tablet fefe8d87d50541979afb7ed1c2633394 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 09:49:30.038287  5148 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b1e2018c78c740c88164345691f9fb0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.038987  5071 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fefe8d87d50541979afb7ed1c2633394. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.042227  5146 tablet_service.cc:1511] Processing CreateTablet for tablet fefe8d87d50541979afb7ed1c2633394 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 09:49:30.043612  5146 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fefe8d87d50541979afb7ed1c2633394. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.045212  5074 tablet_service.cc:1511] Processing CreateTablet for tablet 584d2b19c5454c2081a93c64045f5325 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260608 09:49:30.043217  5073 tablet_service.cc:1511] Processing CreateTablet for tablet b1e2018c78c740c88164345691f9fb0e (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260608 09:49:30.046615  5074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 584d2b19c5454c2081a93c64045f5325. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.046775  5070 tablet_service.cc:1511] Processing CreateTablet for tablet cdb5b58063d544a39b93a9b40431faea (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 09:49:30.048199  5070 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cdb5b58063d544a39b93a9b40431faea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.048702  5221 tablet_service.cc:1511] Processing CreateTablet for tablet fefe8d87d50541979afb7ed1c2633394 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260608 09:49:30.051263  5145 tablet_service.cc:1511] Processing CreateTablet for tablet cdb5b58063d544a39b93a9b40431faea (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 09:49:30.052641  5145 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cdb5b58063d544a39b93a9b40431faea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.054759  5073 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b1e2018c78c740c88164345691f9fb0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.054675  5144 tablet_service.cc:1511] Processing CreateTablet for tablet e59aadf813af447689f2671ef2456740 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 09:49:30.056126  5144 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e59aadf813af447689f2671ef2456740. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.058569  5221 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fefe8d87d50541979afb7ed1c2633394. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.060254  5069 tablet_service.cc:1511] Processing CreateTablet for tablet e59aadf813af447689f2671ef2456740 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 09:49:30.061695  5069 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e59aadf813af447689f2671ef2456740. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.062225  5149 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 584d2b19c5454c2081a93c64045f5325. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.063935  5143 tablet_service.cc:1511] Processing CreateTablet for tablet 8066ec9a030e4a56ae412b299bd3c897 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 09:49:30.065368  5143 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8066ec9a030e4a56ae412b299bd3c897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.067759  5220 tablet_service.cc:1511] Processing CreateTablet for tablet cdb5b58063d544a39b93a9b40431faea (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260608 09:49:30.069233  5220 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cdb5b58063d544a39b93a9b40431faea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.070261  5142 tablet_service.cc:1511] Processing CreateTablet for tablet 324d5b3010c54c449622557cbb8a07d6 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 09:49:30.071718  5142 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 324d5b3010c54c449622557cbb8a07d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.073606  5218 tablet_service.cc:1511] Processing CreateTablet for tablet 8066ec9a030e4a56ae412b299bd3c897 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 09:49:30.075100  5218 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8066ec9a030e4a56ae412b299bd3c897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.077322  5141 tablet_service.cc:1511] Processing CreateTablet for tablet 27f582aba6e343d191d4cbabc06b6534 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 09:49:30.078773  5141 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27f582aba6e343d191d4cbabc06b6534. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.083575  5223 tablet_service.cc:1511] Processing CreateTablet for tablet 06c30b9a4f6f43eda457f92cfb74a80b (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260608 09:49:30.071738  5219 tablet_service.cc:1511] Processing CreateTablet for tablet e59aadf813af447689f2671ef2456740 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260608 09:49:30.085088  5223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06c30b9a4f6f43eda457f92cfb74a80b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.091320  5217 tablet_service.cc:1511] Processing CreateTablet for tablet 324d5b3010c54c449622557cbb8a07d6 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 09:49:30.095750  5066 tablet_service.cc:1511] Processing CreateTablet for tablet 27f582aba6e343d191d4cbabc06b6534 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 09:49:30.097446  5066 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27f582aba6e343d191d4cbabc06b6534. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.099328  5067 tablet_service.cc:1511] Processing CreateTablet for tablet 324d5b3010c54c449622557cbb8a07d6 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260608 09:49:30.100803  5067 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 324d5b3010c54c449622557cbb8a07d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.103353  5068 tablet_service.cc:1511] Processing CreateTablet for tablet 8066ec9a030e4a56ae412b299bd3c897 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260608 09:49:30.103492  5216 tablet_service.cc:1511] Processing CreateTablet for tablet 27f582aba6e343d191d4cbabc06b6534 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260608 09:49:30.086018  5219 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e59aadf813af447689f2671ef2456740. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.108420  5216 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 27f582aba6e343d191d4cbabc06b6534. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.110636  5215 tablet_service.cc:1511] Processing CreateTablet for tablet 2579f2677a2641f9b7a82885b33211df (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 09:49:30.112162  5215 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2579f2677a2641f9b7a82885b33211df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.123910  5069 tablet_service.cc:1511] Processing CreateTablet for tablet 2579f2677a2641f9b7a82885b33211df (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 09:49:30.135452  5072 tablet_service.cc:1511] Processing CreateTablet for tablet ffb356bedb9147b8bcdf0d3312c42518 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 09:49:30.142254  5217 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 324d5b3010c54c449622557cbb8a07d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.144986  5223 tablet_service.cc:1511] Processing CreateTablet for tablet ffb356bedb9147b8bcdf0d3312c42518 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 09:49:30.146456  5223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffb356bedb9147b8bcdf0d3312c42518. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.157488  5068 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8066ec9a030e4a56ae412b299bd3c897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.171566  5072 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffb356bedb9147b8bcdf0d3312c42518. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.174371  5069 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2579f2677a2641f9b7a82885b33211df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.198215  5143 tablet_service.cc:1511] Processing CreateTablet for tablet 2579f2677a2641f9b7a82885b33211df (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260608 09:49:30.199823  5143 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2579f2677a2641f9b7a82885b33211df. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.217067  5143 tablet_service.cc:1511] Processing CreateTablet for tablet ffb356bedb9147b8bcdf0d3312c42518 (DEFAULT_TABLE table=test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260608 09:49:30.218465  5143 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffb356bedb9147b8bcdf0d3312c42518. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:30.228323  5279 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.228411  5280 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.235443  5280 tablet_bootstrap.cc:654] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.235478  5279 tablet_bootstrap.cc:654] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.242551  5281 tablet_bootstrap.cc:492] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.263597  5279 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.264160  5279 ts_tablet_manager.cc:1403] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.036s	user 0.006s	sys 0.011s
I20260608 09:49:30.267481  5279 raft_consensus.cc:359] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:30.268244  5279 raft_consensus.cc:385] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.268548  5279 raft_consensus.cc:740] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.280054  5281 tablet_bootstrap.cc:654] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.285619  5279 consensus_queue.cc:260] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:30.288821  5280 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.289429  5280 ts_tablet_manager.cc:1403] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.061s	user 0.023s	sys 0.020s
I20260608 09:49:30.293944  5284 raft_consensus.cc:493] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.294479  5284 raft_consensus.cc:515] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:30.298699  5281 tablet_bootstrap.cc:492] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.299360  5281 ts_tablet_manager.cc:1403] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.057s	user 0.016s	sys 0.004s
I20260608 09:49:30.300705  5284 leader_election.cc:290] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:30.303611  5281 raft_consensus.cc:359] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.304610  5281 raft_consensus.cc:385] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.304994  5281 raft_consensus.cc:740] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.306231  5281 consensus_queue.cc:260] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.312230  5280 raft_consensus.cc:359] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.313205  5280 raft_consensus.cc:385] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.314602  5280 raft_consensus.cc:740] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.316475  5280 consensus_queue.cc:260] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.319041  5279 ts_tablet_manager.cc:1434] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.054s	user 0.020s	sys 0.008s
I20260608 09:49:30.319903  5281 ts_tablet_manager.cc:1434] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.020s	user 0.015s	sys 0.003s
I20260608 09:49:30.325860  5279 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.329659  5281 tablet_bootstrap.cc:492] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.337435  5281 tablet_bootstrap.cc:654] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.341156  5279 tablet_bootstrap.cc:654] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.346913  5280 ts_tablet_manager.cc:1434] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.057s	user 0.017s	sys 0.017s
I20260608 09:49:30.348048  5280 tablet_bootstrap.cc:492] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.348730  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9978c7a7b53468d8a7edc36e4a76609" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
W20260608 09:49:30.351014  5198 leader_election.cc:343] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.356429  5280 tablet_bootstrap.cc:654] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.376482  5160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9978c7a7b53468d8a7edc36e4a76609" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
W20260608 09:49:30.378381  5200 leader_election.cc:343] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.378904  5200 leader_election.cc:304] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: 486b8a96e1eb45b5b77f6a4af11b17f0; no voters: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:30.380082  5279 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.380252  5286 raft_consensus.cc:2749] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:30.380690  5279 ts_tablet_manager.cc:1403] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.055s	user 0.027s	sys 0.011s
I20260608 09:49:30.381315  5281 tablet_bootstrap.cc:492] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.382011  5281 ts_tablet_manager.cc:1403] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.053s	user 0.019s	sys 0.014s
I20260608 09:49:30.383569  5279 raft_consensus.cc:359] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.384265  5279 raft_consensus.cc:385] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.384574  5279 raft_consensus.cc:740] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.385365  5279 consensus_queue.cc:260] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.385983  5281 raft_consensus.cc:359] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.386932  5281 raft_consensus.cc:385] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.387306  5281 raft_consensus.cc:740] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.387495  5279 ts_tablet_manager.cc:1434] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260608 09:49:30.388526  5279 tablet_bootstrap.cc:492] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.388402  5281 consensus_queue.cc:260] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.392745  5280 tablet_bootstrap.cc:492] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.393251  5280 ts_tablet_manager.cc:1403] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.045s	user 0.025s	sys 0.015s
I20260608 09:49:30.394315  5281 ts_tablet_manager.cc:1434] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.001s
I20260608 09:49:30.395313  5281 tablet_bootstrap.cc:492] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.395875  5279 tablet_bootstrap.cc:654] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.396380  5280 raft_consensus.cc:359] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.397125  5280 raft_consensus.cc:385] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.397418  5280 raft_consensus.cc:740] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.398350  5280 consensus_queue.cc:260] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.403323  5281 tablet_bootstrap.cc:654] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.407056  5280 ts_tablet_manager.cc:1434] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.014s	user 0.000s	sys 0.009s
I20260608 09:49:30.408397  5280 tablet_bootstrap.cc:492] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.416982  5280 tablet_bootstrap.cc:654] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.430295  5280 tablet_bootstrap.cc:492] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.430985  5280 ts_tablet_manager.cc:1403] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.012s
I20260608 09:49:30.433315  5279 tablet_bootstrap.cc:492] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.433786  5279 ts_tablet_manager.cc:1403] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.045s	user 0.023s	sys 0.019s
I20260608 09:49:30.434365  5281 tablet_bootstrap.cc:492] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.434167  5280 raft_consensus.cc:359] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.434880  5281 ts_tablet_manager.cc:1403] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.040s	user 0.015s	sys 0.023s
I20260608 09:49:30.434957  5280 raft_consensus.cc:385] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.435346  5280 raft_consensus.cc:740] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.436404  5279 raft_consensus.cc:359] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.436326  5280 consensus_queue.cc:260] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.437047  5279 raft_consensus.cc:385] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.437402  5279 raft_consensus.cc:740] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.437951  5281 raft_consensus.cc:359] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.438163  5279 consensus_queue.cc:260] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.438686  5281 raft_consensus.cc:385] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.439064  5280 ts_tablet_manager.cc:1434] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260608 09:49:30.439019  5281 raft_consensus.cc:740] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.440124  5280 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.439903  5281 consensus_queue.cc:260] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.440478  5279 ts_tablet_manager.cc:1434] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260608 09:49:30.441680  5279 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.442404  5281 ts_tablet_manager.cc:1434] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 09:49:30.446213  5281 tablet_bootstrap.cc:492] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.447727  5280 tablet_bootstrap.cc:654] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.448153  5279 tablet_bootstrap.cc:654] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.456792  5281 tablet_bootstrap.cc:654] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.470688  5281 tablet_bootstrap.cc:492] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.471186  5281 ts_tablet_manager.cc:1403] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.025s	user 0.009s	sys 0.012s
I20260608 09:49:30.472151  5279 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.472625  5279 ts_tablet_manager.cc:1403] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.008s
I20260608 09:49:30.472873  5280 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.473449  5280 ts_tablet_manager.cc:1403] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.034s	user 0.014s	sys 0.008s
W20260608 09:49:30.474354  5030 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:49:30.474862  5281 raft_consensus.cc:359] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.475728  5281 raft_consensus.cc:385] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.475886  5286 raft_consensus.cc:493] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.476169  5281 raft_consensus.cc:740] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.475742  5279 raft_consensus.cc:359] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.476511  5286 raft_consensus.cc:515] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.476925  5279 raft_consensus.cc:385] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.477070  5281 consensus_queue.cc:260] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.477731  5279 raft_consensus.cc:740] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.477813  5280 raft_consensus.cc:359] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.478596  5280 raft_consensus.cc:385] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.478971  5280 raft_consensus.cc:740] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.478680  5279 consensus_queue.cc:260] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.479908  5281 ts_tablet_manager.cc:1434] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260608 09:49:30.479990  5280 consensus_queue.cc:260] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.481014  5281 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.481330  5279 ts_tablet_manager.cc:1434] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 09:49:30.482388  5279 tablet_bootstrap.cc:492] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.484526  5280 ts_tablet_manager.cc:1434] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.006s
I20260608 09:49:30.485739  5280 tablet_bootstrap.cc:492] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.486763  5160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "584d2b19c5454c2081a93c64045f5325" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:30.487079  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "584d2b19c5454c2081a93c64045f5325" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:30.487742  5085 raft_consensus.cc:2468] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in term 0.
I20260608 09:49:30.488269  5281 tablet_bootstrap.cc:654] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.489035  5279 tablet_bootstrap.cc:654] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.489077  5198 leader_election.cc:304] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 
I20260608 09:49:30.490219  5284 raft_consensus.cc:2804] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:30.490571  5284 raft_consensus.cc:493] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:30.490937  5284 raft_consensus.cc:3060] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.500164  5284 raft_consensus.cc:515] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.501137  5281 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.501657  5281 ts_tablet_manager.cc:1403] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.021s	user 0.008s	sys 0.008s
W20260608 09:49:30.502327  5200 leader_election.cc:343] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.503125  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "584d2b19c5454c2081a93c64045f5325" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
I20260608 09:49:30.503715  5085 raft_consensus.cc:3060] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.504796  5281 raft_consensus.cc:359] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.505522  5281 raft_consensus.cc:385] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.505805  5281 raft_consensus.cc:740] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.506719  5279 tablet_bootstrap.cc:492] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.507251  5279 ts_tablet_manager.cc:1403] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.025s	user 0.011s	sys 0.007s
I20260608 09:49:30.506829  5281 consensus_queue.cc:260] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.509601  5281 ts_tablet_manager.cc:1434] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 09:49:30.510829  5281 tablet_bootstrap.cc:492] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.510561  5279 raft_consensus.cc:359] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.511410  5279 raft_consensus.cc:385] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.511749  5279 raft_consensus.cc:740] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.510581  5286 leader_election.cc:290] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:30.512650  5279 consensus_queue.cc:260] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.514117  5085 raft_consensus.cc:2468] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in term 1.
I20260608 09:49:30.518337  5281 tablet_bootstrap.cc:654] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.519347  5198 leader_election.cc:304] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 
I20260608 09:49:30.520334  5286 raft_consensus.cc:2804] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:30.520819  5286 raft_consensus.cc:697] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Becoming Leader. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Running, Role: LEADER
I20260608 09:49:30.522429  5286 consensus_queue.cc:237] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.532779  5284 leader_election.cc:290] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 election: Requested vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:30.533548  5160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "584d2b19c5454c2081a93c64045f5325" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372"
W20260608 09:49:30.535622  5200 leader_election.cc:343] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.538261  5280 tablet_bootstrap.cc:654] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.541059  5289 raft_consensus.cc:493] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.541579  5289 raft_consensus.cc:515] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.549088  4982 catalog_manager.cc:5696] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: HEALTHY } } }
I20260608 09:49:30.555697  5279 ts_tablet_manager.cc:1434] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.048s	user 0.020s	sys 0.013s
I20260608 09:49:30.555791  5289 leader_election.cc:290] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.557324  5279 tablet_bootstrap.cc:492] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.566454  5279 tablet_bootstrap.cc:654] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.576754  5281 tablet_bootstrap.cc:492] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.583200  5281 ts_tablet_manager.cc:1403] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.073s	user 0.013s	sys 0.020s
I20260608 09:49:30.594610  5280 tablet_bootstrap.cc:492] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.595180  5280 ts_tablet_manager.cc:1403] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.110s	user 0.040s	sys 0.024s
I20260608 09:49:30.593179  5281 raft_consensus.cc:359] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.596318  5281 raft_consensus.cc:385] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.596750  5281 raft_consensus.cc:740] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.597620  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06c30b9a4f6f43eda457f92cfb74a80b" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:30.598349  5085 raft_consensus.cc:2468] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:30.599833  5124 leader_election.cc:304] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:30.600787  5289 raft_consensus.cc:2804] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:30.601166  5289 raft_consensus.cc:493] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:30.598052  5281 consensus_queue.cc:260] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.601496  5289 raft_consensus.cc:3060] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.601760  5279 tablet_bootstrap.cc:492] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.602340  5279 ts_tablet_manager.cc:1403] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.045s	user 0.018s	sys 0.023s
I20260608 09:49:30.606482  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06c30b9a4f6f43eda457f92cfb74a80b" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:30.606251  5279 raft_consensus.cc:359] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.607234  5234 raft_consensus.cc:2468] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:30.609083  5289 raft_consensus.cc:515] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.607203  5279 raft_consensus.cc:385] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.609989  5279 raft_consensus.cc:740] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.611052  5279 consensus_queue.cc:260] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.611984  5280 raft_consensus.cc:359] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.612850  5280 raft_consensus.cc:385] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.613183  5280 raft_consensus.cc:740] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.614243  5279 ts_tablet_manager.cc:1434] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260608 09:49:30.615185  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06c30b9a4f6f43eda457f92cfb74a80b" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
I20260608 09:49:30.615631  5279 tablet_bootstrap.cc:492] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.615769  5085 raft_consensus.cc:3060] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.622813  5085 raft_consensus.cc:2468] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:30.624051  5124 leader_election.cc:304] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:30.625136  5279 tablet_bootstrap.cc:654] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.629786  5281 ts_tablet_manager.cc:1434] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.040s	user 0.013s	sys 0.016s
I20260608 09:49:30.630267  5289 leader_election.cc:290] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 election: Requested vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.630292  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "06c30b9a4f6f43eda457f92cfb74a80b" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
I20260608 09:49:30.630999  5281 tablet_bootstrap.cc:492] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.631088  5234 raft_consensus.cc:3060] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.631026  5289 raft_consensus.cc:2804] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:30.632387  5289 raft_consensus.cc:697] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Becoming Leader. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Running, Role: LEADER
I20260608 09:49:30.633244  5289 consensus_queue.cc:237] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.635737  5280 consensus_queue.cc:260] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.638864  5281 tablet_bootstrap.cc:654] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.639118  5234 raft_consensus.cc:2468] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:30.641445  5313 raft_consensus.cc:493] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.641956  5313 raft_consensus.cc:515] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.649850  5280 ts_tablet_manager.cc:1434] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.054s	user 0.006s	sys 0.002s
I20260608 09:49:30.649904  5313 leader_election.cc:290] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.652235  5281 tablet_bootstrap.cc:492] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.652971  5281 ts_tablet_manager.cc:1403] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.004s
I20260608 09:49:30.653185  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cdb5b58063d544a39b93a9b40431faea" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:30.653898  5085 raft_consensus.cc:2468] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:30.655623  5124 leader_election.cc:304] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:30.660480  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cdb5b58063d544a39b93a9b40431faea" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:30.661100  5234 raft_consensus.cc:2468] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:30.662478  5313 raft_consensus.cc:2804] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:30.662499  5280 tablet_bootstrap.cc:492] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.662923  5313 raft_consensus.cc:493] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:30.663300  5313 raft_consensus.cc:3060] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.668602  5281 raft_consensus.cc:359] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.669417  5281 raft_consensus.cc:385] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.669677  5281 raft_consensus.cc:740] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.671228  5313 raft_consensus.cc:515] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.670578  5281 consensus_queue.cc:260] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.673710  5279 tablet_bootstrap.cc:492] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.674237  5279 ts_tablet_manager.cc:1403] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.059s	user 0.035s	sys 0.006s
I20260608 09:49:30.674731  5281 ts_tablet_manager.cc:1434] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.000s
I20260608 09:49:30.674602  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cdb5b58063d544a39b93a9b40431faea" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
I20260608 09:49:30.675329  5085 raft_consensus.cc:3060] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.675808  5281 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.677549  5279 raft_consensus.cc:359] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.677310  4982 catalog_manager.cc:5696] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4b6b4c79d0549338fa184487726d372 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:30.678272  5279 raft_consensus.cc:385] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.678617  5279 raft_consensus.cc:740] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.679436  5279 consensus_queue.cc:260] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.682802  5085 raft_consensus.cc:2468] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:30.684039  5124 leader_election.cc:304] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:30.684579  5280 tablet_bootstrap.cc:654] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.686131  5289 raft_consensus.cc:2804] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:30.686679  5289 raft_consensus.cc:697] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Becoming Leader. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Running, Role: LEADER
I20260608 09:49:30.687180  5281 tablet_bootstrap.cc:654] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.681810  5279 ts_tablet_manager.cc:1434] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 09:49:30.687557  5289 consensus_queue.cc:237] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.688722  5279 tablet_bootstrap.cc:492] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.689370  5313 leader_election.cc:290] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 election: Requested vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.690739  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cdb5b58063d544a39b93a9b40431faea" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
I20260608 09:49:30.691538  5234 raft_consensus.cc:3060] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.698400  5313 raft_consensus.cc:493] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.699074  5281 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.698927  5313 raft_consensus.cc:515] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.699488  5279 tablet_bootstrap.cc:654] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.699692  5281 ts_tablet_manager.cc:1403] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.024s	user 0.011s	sys 0.006s
I20260608 09:49:30.701201  5313 leader_election.cc:290] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.706849  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fefe8d87d50541979afb7ed1c2633394" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:30.706766  5233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fefe8d87d50541979afb7ed1c2633394" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:30.707723  5085 raft_consensus.cc:2468] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:30.707870  5233 raft_consensus.cc:2468] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:30.709086  5124 leader_election.cc:304] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:30.710038  5313 raft_consensus.cc:2804] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:30.710435  5313 raft_consensus.cc:493] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:30.710839  5313 raft_consensus.cc:3060] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.716466  4982 catalog_manager.cc:5696] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4b6b4c79d0549338fa184487726d372 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:30.717195  5234 raft_consensus.cc:2468] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:30.719620  5289 raft_consensus.cc:493] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.719472  5281 raft_consensus.cc:359] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.720172  5289 raft_consensus.cc:515] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.720580  5281 raft_consensus.cc:385] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.721122  5281 raft_consensus.cc:740] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.721670  5290 raft_consensus.cc:493] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.722187  5290 raft_consensus.cc:515] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.722225  5281 consensus_queue.cc:260] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.723150  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e59aadf813af447689f2671ef2456740" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:30.723857  5085 raft_consensus.cc:2468] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:30.725172  5290 leader_election.cc:290] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.725628  5281 ts_tablet_manager.cc:1434] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.026s	user 0.008s	sys 0.000s
I20260608 09:49:30.726963  5281 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.729734  5289 leader_election.cc:290] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.733417  5280 tablet_bootstrap.cc:492] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.733568  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e59aadf813af447689f2671ef2456740" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:30.734099  5280 ts_tablet_manager.cc:1403] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.072s	user 0.016s	sys 0.016s
I20260608 09:49:30.734942  5124 leader_election.cc:304] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:30.735891  5316 raft_consensus.cc:493] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
W20260608 09:49:30.736135  5123 leader_election.cc:343] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.736456  5316 raft_consensus.cc:515] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.737103  5289 raft_consensus.cc:2804] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:30.737535  5289 raft_consensus.cc:493] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:30.737725  5280 raft_consensus.cc:359] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.737841  5281 tablet_bootstrap.cc:654] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.739253  5316 leader_election.cc:290] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.737936  5289 raft_consensus.cc:3060] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.741271  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2579f2677a2641f9b7a82885b33211df" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
W20260608 09:49:30.744954  5123 leader_election.cc:343] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.738593  5280 raft_consensus.cc:385] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.745699  5280 raft_consensus.cc:740] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.746572  5280 consensus_queue.cc:260] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.749280  5280 ts_tablet_manager.cc:1434] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260608 09:49:30.750358  5280 tablet_bootstrap.cc:492] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.759979  5280 tablet_bootstrap.cc:654] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.725756  5313 raft_consensus.cc:515] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.765455  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2579f2677a2641f9b7a82885b33211df" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:30.766606  5279 tablet_bootstrap.cc:492] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
W20260608 09:49:30.766886  5124 leader_election.cc:343] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.767095  5279 ts_tablet_manager.cc:1403] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.079s	user 0.018s	sys 0.010s
I20260608 09:49:30.767355  5124 leader_election.cc:304] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [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: f4b6b4c79d0549338fa184487726d372; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42
I20260608 09:49:30.768777  5316 raft_consensus.cc:2749] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:30.769409  5316 raft_consensus.cc:493] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.769822  5316 raft_consensus.cc:515] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.769984  5279 raft_consensus.cc:359] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.770610  5279 raft_consensus.cc:385] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.770876  5279 raft_consensus.cc:740] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.771719  5279 consensus_queue.cc:260] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.772828  5289 raft_consensus.cc:515] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.775373  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "584d2b19c5454c2081a93c64045f5325" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:30.775012  5316 leader_election.cc:290] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.777705  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fefe8d87d50541979afb7ed1c2633394" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
I20260608 09:49:30.775687  5313 leader_election.cc:290] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 election: Requested vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.778373  5234 raft_consensus.cc:3060] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.779647  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "584d2b19c5454c2081a93c64045f5325" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:30.779852  5289 leader_election.cc:290] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 election: Requested vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.779743  5279 ts_tablet_manager.cc:1434] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260608 09:49:30.781277  5085 raft_consensus.cc:2393] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f4b6b4c79d0549338fa184487726d372 in current term 1: Already voted for candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in this term.
I20260608 09:49:30.781484  5279 tablet_bootstrap.cc:492] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.782156  5233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e59aadf813af447689f2671ef2456740" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
I20260608 09:49:30.782753  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fefe8d87d50541979afb7ed1c2633394" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
I20260608 09:49:30.783311  5085 raft_consensus.cc:3060] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
W20260608 09:49:30.783708  5123 leader_election.cc:343] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.788450  5279 tablet_bootstrap.cc:654] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.792546  5124 leader_election.cc:304] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [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: f4b6b4c79d0549338fa184487726d372; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42
I20260608 09:49:30.790777  5085 raft_consensus.cc:2468] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:30.795261  5084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e59aadf813af447689f2671ef2456740" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
I20260608 09:49:30.795775  5124 leader_election.cc:304] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:30.796134  5084 raft_consensus.cc:3060] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.796681  5313 raft_consensus.cc:3060] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.797551  5234 raft_consensus.cc:2468] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:30.799894  5289 raft_consensus.cc:2804] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:30.800405  5289 raft_consensus.cc:697] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Becoming Leader. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Running, Role: LEADER
I20260608 09:49:30.801229  5289 consensus_queue.cc:237] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.803370  5160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e59aadf813af447689f2671ef2456740" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:30.804205  5160 raft_consensus.cc:2393] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in current term 1: Already voted for candidate f4b6b4c79d0549338fa184487726d372 in this term.
I20260608 09:49:30.805217  5281 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.805678  5281 ts_tablet_manager.cc:1403] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.079s	user 0.011s	sys 0.008s
I20260608 09:49:30.808717  5281 raft_consensus.cc:359] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:30.809368  5281 raft_consensus.cc:385] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.809645  5281 raft_consensus.cc:740] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.810467  5281 consensus_queue.cc:260] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:30.811126  5084 raft_consensus.cc:2468] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:30.812529  5279 tablet_bootstrap.cc:492] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.812317  5124 leader_election.cc:304] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0
I20260608 09:49:30.813005  5279 ts_tablet_manager.cc:1403] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.032s	user 0.010s	sys 0.000s
I20260608 09:49:30.803390  5313 raft_consensus.cc:2749] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:30.813531  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e59aadf813af447689f2671ef2456740" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:30.815269  5280 tablet_bootstrap.cc:492] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.815841  5280 ts_tablet_manager.cc:1403] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.066s	user 0.010s	sys 0.008s
W20260608 09:49:30.815725  5048 leader_election.cc:343] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.816421  5048 leader_election.cc:304] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:30.816411  5279 raft_consensus.cc:359] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.817487  5290 raft_consensus.cc:2749] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:30.813230  5316 raft_consensus.cc:2804] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:30.817489  5279 raft_consensus.cc:385] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.818511  5316 raft_consensus.cc:697] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Becoming Leader. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Running, Role: LEADER
I20260608 09:49:30.819077  5279 raft_consensus.cc:740] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.819186  5280 raft_consensus.cc:359] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.820011  5280 raft_consensus.cc:385] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.819602  5316 consensus_queue.cc:237] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.820343  5280 raft_consensus.cc:740] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.820297  5279 consensus_queue.cc:260] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.821372  5280 consensus_queue.cc:260] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.823881  5280 ts_tablet_manager.cc:1434] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 09:49:30.812871  5281 ts_tablet_manager.cc:1434] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260608 09:49:30.827577  5281 tablet_bootstrap.cc:492] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.830890  5279 ts_tablet_manager.cc:1434] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.001s
I20260608 09:49:30.824970  5280 tablet_bootstrap.cc:492] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.837293  5280 tablet_bootstrap.cc:654] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.838737  5281 tablet_bootstrap.cc:654] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.840704  5279 tablet_bootstrap.cc:492] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.844219  5280 tablet_bootstrap.cc:492] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.844650  5280 ts_tablet_manager.cc:1403] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.008s
I20260608 09:49:30.847031  5280 raft_consensus.cc:359] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.847658  5280 raft_consensus.cc:385] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.847923  5280 raft_consensus.cc:740] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.848688  5279 tablet_bootstrap.cc:654] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.848803  5280 consensus_queue.cc:260] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.851018  5280 ts_tablet_manager.cc:1434] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260608 09:49:30.851934  5280 tablet_bootstrap.cc:492] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.851764  5316 raft_consensus.cc:493] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.852473  4981 catalog_manager.cc:5696] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4b6b4c79d0549338fa184487726d372 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:30.852808  5316 raft_consensus.cc:515] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.858762  5280 tablet_bootstrap.cc:654] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.862325  5302 raft_consensus.cc:493] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.862831  5302 raft_consensus.cc:515] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.865303  5302 leader_election.cc:290] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:30.866940  5084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b1e2018c78c740c88164345691f9fb0e" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:30.867596  5084 raft_consensus.cc:2468] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in term 0.
I20260608 09:49:30.869254  5198 leader_election.cc:304] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 
I20260608 09:49:30.870597  5160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b1e2018c78c740c88164345691f9fb0e" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
W20260608 09:49:30.872187  5200 leader_election.cc:343] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.871918  4980 catalog_manager.cc:5696] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4b6b4c79d0549338fa184487726d372 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:30.873333  5302 raft_consensus.cc:2804] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:30.873800  5302 raft_consensus.cc:493] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:30.874333  5302 raft_consensus.cc:3060] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.885264  5084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8066ec9a030e4a56ae412b299bd3c897" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
W20260608 09:49:30.886929  5124 leader_election.cc:343] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.888816  5316 leader_election.cc:290] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.889164  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8066ec9a030e4a56ae412b299bd3c897" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:30.890018  5234 raft_consensus.cc:2468] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:30.891552  5123 leader_election.cc:304] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372; no voters: 6203b6b2dc3c4eefaa45fe29fadd9e42
I20260608 09:49:30.893528  5316 raft_consensus.cc:2804] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:30.895342  5302 raft_consensus.cc:515] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.896255  5316 raft_consensus.cc:493] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:30.896739  5316 raft_consensus.cc:3060] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.897734  5279 tablet_bootstrap.cc:492] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.898236  5279 ts_tablet_manager.cc:1403] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.058s	user 0.008s	sys 0.004s
I20260608 09:49:30.895828  5281 tablet_bootstrap.cc:492] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.898792  5281 ts_tablet_manager.cc:1403] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.071s	user 0.012s	sys 0.019s
I20260608 09:49:30.898734  5084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b1e2018c78c740c88164345691f9fb0e" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
I20260608 09:49:30.903005  5084 raft_consensus.cc:3060] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.903776  5316 raft_consensus.cc:515] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.905426  5281 raft_consensus.cc:359] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.906127  5281 raft_consensus.cc:385] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.906387  5281 raft_consensus.cc:740] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.907059  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8066ec9a030e4a56ae412b299bd3c897" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
I20260608 09:49:30.907239  5316 leader_election.cc:290] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 election: Requested vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.907682  5234 raft_consensus.cc:3060] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.907182  5281 consensus_queue.cc:260] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.909581  5281 ts_tablet_manager.cc:1434] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260608 09:49:30.907059  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8066ec9a030e4a56ae412b299bd3c897" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
I20260608 09:49:30.910496  5281 tablet_bootstrap.cc:492] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.910548  5084 raft_consensus.cc:2468] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in term 1.
I20260608 09:49:30.899441  5302 leader_election.cc:290] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 election: Requested vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:30.899670  5160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b1e2018c78c740c88164345691f9fb0e" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372"
I20260608 09:49:30.911604  5160 raft_consensus.cc:3060] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
W20260608 09:49:30.911878  5124 leader_election.cc:343] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.917027  5281 tablet_bootstrap.cc:654] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.917050  5234 raft_consensus.cc:2468] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:30.918264  5198 leader_election.cc:304] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 
I20260608 09:49:30.918497  5123 leader_election.cc:304] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372; no voters: 6203b6b2dc3c4eefaa45fe29fadd9e42
I20260608 09:49:30.901007  5279 raft_consensus.cc:359] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.902558  5280 tablet_bootstrap.cc:492] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.919256  5286 raft_consensus.cc:2804] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:30.919495  5280 ts_tablet_manager.cc:1403] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.068s	user 0.019s	sys 0.023s
I20260608 09:49:30.919834  5316 raft_consensus.cc:2804] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:30.919787  5286 raft_consensus.cc:697] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Becoming Leader. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Running, Role: LEADER
I20260608 09:49:30.920516  5316 raft_consensus.cc:697] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Becoming Leader. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Running, Role: LEADER
I20260608 09:49:30.921373  5316 consensus_queue.cc:237] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.921164  5286 consensus_queue.cc:237] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.922490  5280 raft_consensus.cc:359] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.923144  5280 raft_consensus.cc:385] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.923415  5280 raft_consensus.cc:740] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.924314  5280 consensus_queue.cc:260] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.925057  5279 raft_consensus.cc:385] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.927618  5280 ts_tablet_manager.cc:1434] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 09:49:30.928074  5160 raft_consensus.cc:2468] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in term 1.
I20260608 09:49:30.925630  5279 raft_consensus.cc:740] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.929289  5279 consensus_queue.cc:260] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.931468  5279 ts_tablet_manager.cc:1434] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.033s	user 0.006s	sys 0.000s
I20260608 09:49:30.933357  5279 tablet_bootstrap.cc:492] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:30.932405  5280 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.946120  5280 tablet_bootstrap.cc:654] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.948575  5302 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:49:30.948189  5279 tablet_bootstrap.cc:654] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.957777  5281 tablet_bootstrap.cc:492] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:30.956938  4980 catalog_manager.cc:5696] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4b6b4c79d0549338fa184487726d372 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:30.958295  5281 ts_tablet_manager.cc:1403] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.048s	user 0.011s	sys 0.023s
I20260608 09:49:30.959483  5280 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:30.960000  5280 ts_tablet_manager.cc:1403] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.028s	user 0.006s	sys 0.007s
I20260608 09:49:30.961196  5281 raft_consensus.cc:359] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.961916  5281 raft_consensus.cc:385] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.962211  5281 raft_consensus.cc:740] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.961447  4982 catalog_manager.cc:5696] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: HEALTHY } } }
I20260608 09:49:30.963089  5280 raft_consensus.cc:359] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:30.963799  5280 raft_consensus.cc:385] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.964133  5280 raft_consensus.cc:740] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.964993  5279 tablet_bootstrap.cc:492] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:30.965502  5279 ts_tablet_manager.cc:1403] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.032s	user 0.010s	sys 0.000s
I20260608 09:49:30.965103  5280 consensus_queue.cc:260] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:30.967048  5302 raft_consensus.cc:493] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.967553  5302 raft_consensus.cc:515] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.968330  5280 ts_tablet_manager.cc:1434] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260608 09:49:30.968321  5279 raft_consensus.cc:359] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.969017  5279 raft_consensus.cc:385] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:30.969355  5279 raft_consensus.cc:740] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:30.970069  5280 tablet_bootstrap.cc:492] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:30.970631  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb356bedb9147b8bcdf0d3312c42518" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:30.971395  5279 consensus_queue.cc:260] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.970294  5281 consensus_queue.cc:260] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
W20260608 09:49:30.972988  5198 leader_election.cc:343] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.975359  5279 ts_tablet_manager.cc:1434] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.004s
I20260608 09:49:30.976289  5281 ts_tablet_manager.cc:1434] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.000s
I20260608 09:49:30.977249  5281 tablet_bootstrap.cc:492] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372: Bootstrap starting.
I20260608 09:49:30.977348  5280 tablet_bootstrap.cc:654] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.978245  5302 leader_election.cc:290] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:30.978922  5160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb356bedb9147b8bcdf0d3312c42518" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:30.979605  5160 raft_consensus.cc:2468] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in term 0.
I20260608 09:49:30.980576  5290 raft_consensus.cc:493] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:30.980935  5200 leader_election.cc:304] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372; no voters: 6203b6b2dc3c4eefaa45fe29fadd9e42
I20260608 09:49:30.981045  5290 raft_consensus.cc:515] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:30.981793  5286 raft_consensus.cc:2804] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:30.982188  5286 raft_consensus.cc:493] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:30.982504  5286 raft_consensus.cc:3060] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.983556  5290 leader_election.cc:290] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:30.984354  5281 tablet_bootstrap.cc:654] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:30.986435  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2579f2677a2641f9b7a82885b33211df" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
W20260608 09:49:30.987872  5048 leader_election.cc:343] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:30.988834  5160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2579f2677a2641f9b7a82885b33211df" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:30.989539  5160 raft_consensus.cc:2468] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 0.
I20260608 09:49:30.991079  5051 leader_election.cc:304] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0
I20260608 09:49:30.992273  5290 raft_consensus.cc:2804] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:30.992692  5290 raft_consensus.cc:493] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:30.993093  5290 raft_consensus.cc:3060] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:30.981174  5279 tablet_bootstrap.cc:492] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0: Bootstrap starting.
I20260608 09:49:31.001088  5279 tablet_bootstrap.cc:654] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:31.005589  5290 raft_consensus.cc:515] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.009501  5160 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2579f2677a2641f9b7a82885b33211df" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372"
I20260608 09:49:31.010171  5160 raft_consensus.cc:3060] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.018757  5286 raft_consensus.cc:515] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.022469  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb356bedb9147b8bcdf0d3312c42518" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
W20260608 09:49:31.023950  5198 leader_election.cc:343] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:31.026731  5160 raft_consensus.cc:2468] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 1.
I20260608 09:49:31.028975  5159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb356bedb9147b8bcdf0d3312c42518" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372"
I20260608 09:49:31.032168  5281 tablet_bootstrap.cc:492] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372: No bootstrap required, opened a new log
I20260608 09:49:31.032491  5159 raft_consensus.cc:3060] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.032651  5281 ts_tablet_manager.cc:1403] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372: Time spent bootstrapping tablet: real 0.056s	user 0.020s	sys 0.015s
I20260608 09:49:31.035621  5281 raft_consensus.cc:359] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.036285  5281 raft_consensus.cc:385] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:31.036541  5281 raft_consensus.cc:740] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Initialized, Role: FOLLOWER
I20260608 09:49:31.029219  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2579f2677a2641f9b7a82885b33211df" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
I20260608 09:49:31.030150  5286 leader_election.cc:290] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 election: Requested vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:31.039038  5051 leader_election.cc:304] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:31.039419  5159 raft_consensus.cc:2468] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in term 1.
W20260608 09:49:31.040020  5048 leader_election.cc:343] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:31.040429  5286 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.030277  5290 leader_election.cc:290] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 election: Requested vote from peers f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:31.040861  5200 leader_election.cc:304] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372; no voters: 6203b6b2dc3c4eefaa45fe29fadd9e42
I20260608 09:49:31.037261  5281 consensus_queue.cc:260] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.041839  5286 raft_consensus.cc:2804] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:31.042395  5286 raft_consensus.cc:697] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Becoming Leader. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Running, Role: LEADER
I20260608 09:49:31.043576  5280 tablet_bootstrap.cc:492] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:31.043247  5286 consensus_queue.cc:237] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.042011  5290 raft_consensus.cc:2804] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:31.044034  5280 ts_tablet_manager.cc:1403] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.074s	user 0.010s	sys 0.006s
I20260608 09:49:31.044333  5290 raft_consensus.cc:697] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Becoming Leader. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Running, Role: LEADER
I20260608 09:49:31.045279  5290 consensus_queue.cc:237] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.046135  5281 ts_tablet_manager.cc:1434] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260608 09:49:31.046834  5280 raft_consensus.cc:359] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.047484  5280 raft_consensus.cc:385] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:31.047753  5280 raft_consensus.cc:740] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:31.048627  5280 consensus_queue.cc:260] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.064813  5279 tablet_bootstrap.cc:492] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0: No bootstrap required, opened a new log
I20260608 09:49:31.064723  5345 raft_consensus.cc:493] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:31.065052  5316 raft_consensus.cc:493] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:31.065317  5345 raft_consensus.cc:515] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.065661  5316 raft_consensus.cc:515] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.065320  5279 ts_tablet_manager.cc:1403] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent bootstrapping tablet: real 0.085s	user 0.009s	sys 0.009s
I20260608 09:49:31.072142  5280 ts_tablet_manager.cc:1434] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.028s	user 0.011s	sys 0.015s
I20260608 09:49:31.073132  5280 tablet_bootstrap.cc:492] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Bootstrap starting.
I20260608 09:49:31.074326  5084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "324d5b3010c54c449622557cbb8a07d6" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:31.074961  5084 raft_consensus.cc:2468] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:31.075985  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27f582aba6e343d191d4cbabc06b6534" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:31.076153  5316 leader_election.cc:290] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:31.076646  5234 raft_consensus.cc:2468] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 0.
I20260608 09:49:31.077831  5159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27f582aba6e343d191d4cbabc06b6534" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:31.077847  5048 leader_election.cc:304] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 
I20260608 09:49:31.078625  5159 raft_consensus.cc:2468] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 0.
I20260608 09:49:31.079169  5233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "324d5b3010c54c449622557cbb8a07d6" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:31.079766  5280 tablet_bootstrap.cc:654] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:31.079841  5233 raft_consensus.cc:2468] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:31.073540  5345 leader_election.cc:290] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:31.080770  5345 raft_consensus.cc:493] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:31.081496  5347 raft_consensus.cc:2804] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:31.081382  5123 leader_election.cc:304] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:31.082062  5345 raft_consensus.cc:515] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.072736  5279 raft_consensus.cc:359] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.084270  5279 raft_consensus.cc:385] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:31.084590  5279 raft_consensus.cc:740] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 486b8a96e1eb45b5b77f6a4af11b17f0, State: Initialized, Role: FOLLOWER
I20260608 09:49:31.084793  5316 raft_consensus.cc:2804] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:31.085160  5316 raft_consensus.cc:493] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:31.085688  5316 raft_consensus.cc:3060] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.085749  5345 leader_election.cc:290] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:31.086791  5159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8066ec9a030e4a56ae412b299bd3c897" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:31.085312  5279 consensus_queue.cc:260] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.085354  4982 catalog_manager.cc:5696] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: HEALTHY } } }
I20260608 09:49:31.091925  5279 ts_tablet_manager.cc:1434] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0: Time spent starting tablet: real 0.022s	user 0.003s	sys 0.003s
I20260608 09:49:31.096323  5280 tablet_bootstrap.cc:492] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42: No bootstrap required, opened a new log
I20260608 09:49:31.096362  5289 raft_consensus.cc:493] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:31.096977  5280 ts_tablet_manager.cc:1403] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent bootstrapping tablet: real 0.024s	user 0.017s	sys 0.001s
I20260608 09:49:31.097043  5289 raft_consensus.cc:515] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:31.097919  5316 raft_consensus.cc:515] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.099486  5289 leader_election.cc:290] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683), 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021)
I20260608 09:49:31.099936  5280 raft_consensus.cc:359] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.100477  5316 leader_election.cc:290] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [CANDIDATE]: Term 1 election: Requested vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:31.100643  5280 raft_consensus.cc:385] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:31.101178  5280 raft_consensus.cc:740] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Initialized, Role: FOLLOWER
I20260608 09:49:31.101568  5084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9978c7a7b53468d8a7edc36e4a76609" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:31.102195  5084 raft_consensus.cc:2468] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:31.101907  5280 consensus_queue.cc:260] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.103684  5347 raft_consensus.cc:493] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:31.103999  5280 ts_tablet_manager.cc:1434] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 09:49:31.104166  5347 raft_consensus.cc:3060] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.106714  5233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9978c7a7b53468d8a7edc36e4a76609" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:31.101930  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "324d5b3010c54c449622557cbb8a07d6" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42"
I20260608 09:49:31.107396  5345 raft_consensus.cc:493] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:31.107465  5085 raft_consensus.cc:3060] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.109330  5345 raft_consensus.cc:515] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:31.111649  5345 leader_election.cc:290] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:31.107332  5233 raft_consensus.cc:2468] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 0.
I20260608 09:49:31.108498  5124 leader_election.cc:304] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:31.107882  5234 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "324d5b3010c54c449622557cbb8a07d6" candidate_uuid: "f4b6b4c79d0549338fa184487726d372" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
I20260608 09:49:31.115131  5159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9978c7a7b53468d8a7edc36e4a76609" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:31.118449  5234 raft_consensus.cc:3060] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.118546  5159 raft_consensus.cc:2468] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 0.
I20260608 09:49:31.118988  5233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8066ec9a030e4a56ae412b299bd3c897" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:31.116657  5347 raft_consensus.cc:515] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.119794  5233 raft_consensus.cc:2393] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in current term 1: Already voted for candidate f4b6b4c79d0549338fa184487726d372 in this term.
I20260608 09:49:31.120365  5232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9978c7a7b53468d8a7edc36e4a76609" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:31.121160  5232 raft_consensus.cc:2468] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 0.
I20260608 09:49:31.122581  5048 leader_election.cc:304] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:31.122709  4981 catalog_manager.cc:5696] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:31.123404  5345 raft_consensus.cc:3060] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.123421  5347 leader_election.cc:290] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 election: Requested vote from peers f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:31.125204  5234 raft_consensus.cc:2468] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:31.126533  5048 leader_election.cc:304] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 
I20260608 09:49:31.127398  5347 raft_consensus.cc:2804] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:31.128340  5232 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27f582aba6e343d191d4cbabc06b6534" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
I20260608 09:49:31.127822  5347 raft_consensus.cc:493] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:31.128979  5232 raft_consensus.cc:3060] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.129196  5347 raft_consensus.cc:3060] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.130142  5345 raft_consensus.cc:2749] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:31.132807  5123 leader_election.cc:304] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372; no voters: 
I20260608 09:49:31.133646  5316 raft_consensus.cc:2804] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:31.133944  5159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "27f582aba6e343d191d4cbabc06b6534" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372"
I20260608 09:49:31.134140  5316 raft_consensus.cc:697] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Becoming Leader. State: Replica: f4b6b4c79d0549338fa184487726d372, State: Running, Role: LEADER
I20260608 09:49:31.134541  5159 raft_consensus.cc:3060] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.135073  5316 consensus_queue.cc:237] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.136543  5347 raft_consensus.cc:515] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:31.139580  5347 leader_election.cc:290] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 election: Requested vote from peers 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:31.140163  5233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9978c7a7b53468d8a7edc36e4a76609" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0"
I20260608 09:49:31.140774  5233 raft_consensus.cc:3060] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.141505  5232 raft_consensus.cc:2468] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 1.
I20260608 09:49:31.142742  5048 leader_election.cc:304] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 
I20260608 09:49:31.144245  5158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9978c7a7b53468d8a7edc36e4a76609" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372"
I20260608 09:49:31.145028  5158 raft_consensus.cc:3060] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.145310  5347 raft_consensus.cc:2804] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:31.145833  5347 raft_consensus.cc:697] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Becoming Leader. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Running, Role: LEADER
I20260608 09:49:31.146054  5159 raft_consensus.cc:2468] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 1.
I20260608 09:49:31.117662  5085 raft_consensus.cc:2468] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4b6b4c79d0549338fa184487726d372 in term 1.
I20260608 09:49:31.146816  5347 consensus_queue.cc:237] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Queue going to LEADER mode. State: All 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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.150066  5286 raft_consensus.cc:493] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:31.150571  5286 raft_consensus.cc:515] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.152309  5233 raft_consensus.cc:2468] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 1.
I20260608 09:49:31.152875  5286 leader_election.cc:290] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:31.153584  5048 leader_election.cc:304] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 
I20260608 09:49:31.154469  5159 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e59aadf813af447689f2671ef2456740" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:31.154820  5351 raft_consensus.cc:2804] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:31.155297  5351 raft_consensus.cc:697] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Becoming Leader. State: Replica: 6203b6b2dc3c4eefaa45fe29fadd9e42, State: Running, Role: LEADER
I20260608 09:49:31.156363  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e59aadf813af447689f2671ef2456740" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:31.156196  5351 consensus_queue.cc:237] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Queue going to LEADER mode. State: All 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: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } }
I20260608 09:49:31.157089  5085 raft_consensus.cc:2393] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in current term 1: Already voted for candidate f4b6b4c79d0549338fa184487726d372 in this term.
I20260608 09:49:31.158237  5198 leader_election.cc:304] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: 486b8a96e1eb45b5b77f6a4af11b17f0; no voters: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:31.157260  5158 raft_consensus.cc:2468] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in term 1.
I20260608 09:49:31.159705  5286 raft_consensus.cc:3060] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.160162  5289 raft_consensus.cc:2764] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260608 09:49:31.168568  5286 raft_consensus.cc:2749] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:31.172699  4981 catalog_manager.cc:5696] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4b6b4c79d0549338fa184487726d372 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:31.176723  5316 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.179306  4982 catalog_manager.cc:5696] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:31.180899  4982 catalog_manager.cc:5696] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:31.190536  5313 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.214116  5313 consensus_queue.cc:1048] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.225106  5316 consensus_queue.cc:1048] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.241091  5316 consensus_queue.cc:1048] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.251904  5316 consensus_queue.cc:1048] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.269202  5347 raft_consensus.cc:493] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:31.269708  5347 raft_consensus.cc:515] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.271539  5347 leader_election.cc:290] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:31.272228  5158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb356bedb9147b8bcdf0d3312c42518" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:31.272583  5233 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ffb356bedb9147b8bcdf0d3312c42518" candidate_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" is_pre_election: true
I20260608 09:49:31.272953  5158 raft_consensus.cc:2393] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in current term 1: Already voted for candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in this term.
I20260608 09:49:31.274035  5051 leader_election.cc:304] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: 6203b6b2dc3c4eefaa45fe29fadd9e42; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:31.274806  5347 raft_consensus.cc:3060] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.279623  5347 raft_consensus.cc:2749] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:31.292237  5316 consensus_queue.cc:1048] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.307242  5316 consensus_queue.cc:1048] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.313750  5286 raft_consensus.cc:493] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:31.314296  5286 raft_consensus.cc:515] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } }
I20260608 09:49:31.316587  5286 leader_election.cc:290] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:31.317165  5085 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2579f2677a2641f9b7a82885b33211df" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" is_pre_election: true
I20260608 09:49:31.317664  5158 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2579f2677a2641f9b7a82885b33211df" candidate_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4b6b4c79d0549338fa184487726d372" is_pre_election: true
I20260608 09:49:31.318491  5158 raft_consensus.cc:2393] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 486b8a96e1eb45b5b77f6a4af11b17f0 in current term 1: Already voted for candidate 6203b6b2dc3c4eefaa45fe29fadd9e42 in this term.
I20260608 09:49:31.319470  5200 leader_election.cc:304] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: 486b8a96e1eb45b5b77f6a4af11b17f0; no voters: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:31.320255  5286 raft_consensus.cc:3060] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:31.326342  5286 raft_consensus.cc:2749] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:31.355060  5316 consensus_queue.cc:1048] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.366479  5363 consensus_queue.cc:1048] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:49:31.371603  5286 consensus_queue.cc:1048] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.383034  5302 consensus_queue.cc:1048] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.448802  5347 consensus_queue.cc:1048] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.451136  5286 consensus_queue.cc:1048] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.491802  5284 consensus_queue.cc:1048] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.531239  5290 consensus_queue.cc:1048] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.562790  5290 consensus_queue.cc:1048] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 09:49:31.601830  5369 meta_cache.cc:1261] Time spent looking up entry by key: real 0.055s	user 0.005s	sys 0.000s
I20260608 09:49:31.603680  5347 consensus_queue.cc:1048] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.618453  5347 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.622396  5363 consensus_queue.cc:1048] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.628135  5363 consensus_queue.cc:1048] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:31.646479  5345 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 09:49:31.983660  5263 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.150.190:33689, user_credentials={real_user=slave}} blocked reactor thread for 153534us
W20260608 09:49:32.090570  5263 outbound_call.cc:321] RPC callback for RPC call kudu.master.MasterService.GetTableLocations -> {remote=127.0.150.190:33689, user_credentials={real_user=slave}} blocked reactor thread for 99391.6us
W20260608 09:49:32.692265  5430 log.cc:927] Time spent T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: Append to log took a long time: real 0.070s	user 0.001s	sys 0.000s
W20260608 09:49:34.104403  5123 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.131:40683, user_credentials={real_user=slave}} blocked reactor thread for 63763.5us
W20260608 09:49:34.826357  5123 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.131:40683, user_credentials={real_user=slave}} blocked reactor thread for 51330.1us
W20260608 09:49:35.281229  5200 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.130:43297, user_credentials={real_user=slave}} blocked reactor thread for 50586.9us
W20260608 09:49:35.283545  5124 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.129:39021, user_credentials={real_user=slave}} blocked reactor thread for 67771.9us
I20260608 09:49:36.064903   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:36.074646  5468 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:36.075136  5469 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:36.081581  5471 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:36.083469   602 server_base.cc:1061] running on GCE node
I20260608 09:49:36.085847   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:36.086133   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:36.086285   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912176086273 us; error 0 us; skew 500 ppm
I20260608 09:49:36.086826   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:36.089535   602 webserver.cc:533] Webserver started at http://127.0.150.132:44301/ using document root <none> and password file <none>
I20260608 09:49:36.090119   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:36.090345   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:36.090632   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:36.091995   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "367268f56b4746828eb900e9278d7431"
format_stamp: "Formatted at 2026-06-08 09:49:36 on dist-test-slave-g93p"
I20260608 09:49:36.097153   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:49:36.100698  5476 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:36.101644   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:49:36.102007   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "367268f56b4746828eb900e9278d7431"
format_stamp: "Formatted at 2026-06-08 09:49:36 on dist-test-slave-g93p"
I20260608 09:49:36.102314   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:36.122210   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:36.123641   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:36.125375   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:36.128053   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:36.128300   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:36.128559   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:36.128798   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:36.172526   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:35899
I20260608 09:49:36.172658  5538 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:35899 every 8 connection(s)
I20260608 09:49:36.178714   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:36.188102  5543 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:36.188406  5544 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:36.191841  5546 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:36.192395   602 server_base.cc:1061] running on GCE node
I20260608 09:49:36.196774   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:36.197036   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:36.197268   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912176197248 us; error 0 us; skew 500 ppm
I20260608 09:49:36.197526  5539 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33689
I20260608 09:49:36.198026  5539 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:36.198066   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:36.199008  5539 heartbeater.cc:507] Master 127.0.150.190:33689 requested a full tablet report, sending...
I20260608 09:49:36.200975   602 webserver.cc:533] Webserver started at http://127.0.150.133:38995/ using document root <none> and password file <none>
I20260608 09:49:36.201581   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:36.201531  4975 ts_manager.cc:194] Registered new tserver with Master: 367268f56b4746828eb900e9278d7431 (127.0.150.132:35899)
I20260608 09:49:36.202121   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:36.202487   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:36.203758   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-4-root/instance:
uuid: "7aba85c33c5f446f97b8491ea46ae486"
format_stamp: "Formatted at 2026-06-08 09:49:36 on dist-test-slave-g93p"
I20260608 09:49:36.203766  4975 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49456
I20260608 09:49:36.210598   602 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.002s
I20260608 09:49:36.214272  5551 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:36.215070   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:49:36.215387   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-4-root
uuid: "7aba85c33c5f446f97b8491ea46ae486"
format_stamp: "Formatted at 2026-06-08 09:49:36 on dist-test-slave-g93p"
I20260608 09:49:36.215665   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-4-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:36.227891   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:36.229175   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:36.230692   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:36.232998   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:36.233201   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:36.233464   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:36.233641   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:36.296518   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.133:45731
I20260608 09:49:36.296617  5613 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.133:45731 every 8 connection(s)
I20260608 09:49:36.303416   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:36.311834  5617 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:36.313184  5618 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:36.317438  5620 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:36.318033  5614 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33689
I20260608 09:49:36.318663  5614 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:36.319361  5614 heartbeater.cc:507] Master 127.0.150.190:33689 requested a full tablet report, sending...
I20260608 09:49:36.318182   602 server_base.cc:1061] running on GCE node
I20260608 09:49:36.321002   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:36.321223   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:36.321446   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912176321427 us; error 0 us; skew 500 ppm
I20260608 09:49:36.321461  4975 ts_manager.cc:194] Registered new tserver with Master: 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133:45731)
I20260608 09:49:36.322242   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:36.322980  4975 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49462
I20260608 09:49:36.325220   602 webserver.cc:533] Webserver started at http://127.0.150.134:34331/ using document root <none> and password file <none>
I20260608 09:49:36.325810   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:36.326083   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:36.326525   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:36.327888   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-5-root/instance:
uuid: "92df94e30f444fc497e39ad6aef6b78d"
format_stamp: "Formatted at 2026-06-08 09:49:36 on dist-test-slave-g93p"
I20260608 09:49:36.332829   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:49:36.336164  5625 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:36.336946   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 09:49:36.337276   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-5-root
uuid: "92df94e30f444fc497e39ad6aef6b78d"
format_stamp: "Formatted at 2026-06-08 09:49:36 on dist-test-slave-g93p"
I20260608 09:49:36.337576   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-5-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:36.372498   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:36.373765   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:36.375335   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:36.377471   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:36.377713   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:36.377993   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:36.378183   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:36.460448   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.134:32837
I20260608 09:49:36.460708  5687 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.134:32837 every 8 connection(s)
I20260608 09:49:36.479218  5688 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33689
I20260608 09:49:36.479995  5688 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:36.480654  5688 heartbeater.cc:507] Master 127.0.150.190:33689 requested a full tablet report, sending...
I20260608 09:49:36.482646  4975 ts_manager.cc:194] Registered new tserver with Master: 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134:32837)
I20260608 09:49:36.483916  4975 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49464
I20260608 09:49:37.075474  5229 consensus_queue.cc:237] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:37.083758  5157 raft_consensus.cc:1275] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:37.086720  5434 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 09:49:37.089030  5083 raft_consensus.cc:1275] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:37.090737  5434 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:37.098333  5157 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
W20260608 09:49:37.100298  5198 consensus_peers.cc:597] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 -> Peer 367268f56b4746828eb900e9278d7431 (127.0.150.132:35899): Couldn't send request to peer 367268f56b4746828eb900e9278d7431. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 584d2b19c5454c2081a93c64045f5325. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:37.097024  5694 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:37.104894  5080 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:37.115239  5229 consensus_queue.cc:237] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:37.116425  4975 catalog_manager.cc:5696] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 reported cstate change: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:37.128525  5157 raft_consensus.cc:1275] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:37.130338  5695 consensus_queue.cc:1048] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 09:49:37.139684  5080 raft_consensus.cc:1275] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:37.141973  5434 consensus_queue.cc:1048] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 09:49:37.141810  5695 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
W20260608 09:49:37.147142  5199 consensus_peers.cc:597] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 -> Peer 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133:45731): Couldn't send request to peer 7aba85c33c5f446f97b8491ea46ae486. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b1e2018c78c740c88164345691f9fb0e. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:37.149209  5157 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:37.165215  4977 catalog_manager.cc:5696] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 reported cstate change: config changed from index -1 to 26, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:37.168725  5080 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:37.182170  5157 consensus_queue.cc:237] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:37.196110  5080 raft_consensus.cc:1275] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:37.196573  5229 raft_consensus.cc:1275] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:37.197471  5710 consensus_queue.cc:1048] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 09:49:37.198642  5711 consensus_queue.cc:1048] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:37.207403  5539 heartbeater.cc:499] Master 127.0.150.190:33689 was elected leader, sending a full tablet report...
W20260608 09:49:37.208514  5124 consensus_peers.cc:597] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 -> Peer 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134:32837): Couldn't send request to peer 92df94e30f444fc497e39ad6aef6b78d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 06c30b9a4f6f43eda457f92cfb74a80b. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:37.210048  5710 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:37.212325  5229 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:37.215612  5080 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:37.225481  5157 consensus_queue.cc:237] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:37.226897  4977 catalog_manager.cc:5696] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 reported cstate change: config changed from index -1 to 26, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:37.239249  5080 raft_consensus.cc:1275] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
W20260608 09:49:37.239643  5124 consensus_peers.cc:597] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 -> Peer 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134:32837): Couldn't send request to peer 92df94e30f444fc497e39ad6aef6b78d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cdb5b58063d544a39b93a9b40431faea. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:37.241772  5229 raft_consensus.cc:1275] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:37.242090  5710 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:37.244661  5710 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:37.250604  5711 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:37.252453  5080 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:37.255264  5229 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:37.264482  5157 consensus_queue.cc:237] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:37.269279  4975 catalog_manager.cc:5696] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 reported cstate change: config changed from index -1 to 26, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:37.276930  5080 raft_consensus.cc:1275] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:37.277776  5229 raft_consensus.cc:1275] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:37.279179  5363 consensus_queue.cc:1048] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:37.280084  5711 consensus_queue.cc:1048] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.002s
W20260608 09:49:37.287945  5124 consensus_peers.cc:597] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 -> Peer 367268f56b4746828eb900e9278d7431 (127.0.150.132:35899): Couldn't send request to peer 367268f56b4746828eb900e9278d7431. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 324d5b3010c54c449622557cbb8a07d6. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:37.292472  5363 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:37.294304  5080 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:37.295490  5229 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:37.306077  4981 catalog_manager.cc:5696] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 reported cstate change: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:37.320783  5080 consensus_queue.cc:237] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:37.325811  5614 heartbeater.cc:499] Master 127.0.150.190:33689 was elected leader, sending a full tablet report...
I20260608 09:49:37.329130  5157 raft_consensus.cc:1275] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Refusing update from remote peer 6203b6b2dc3c4eefaa45fe29fadd9e42: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 09:49:37.331437  5450 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.001s
I20260608 09:49:37.334556  5229 raft_consensus.cc:1275] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer 6203b6b2dc3c4eefaa45fe29fadd9e42: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 09:49:37.335809  5450 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
W20260608 09:49:37.341351  5050 consensus_peers.cc:597] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 -> Peer 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133:45731): Couldn't send request to peer 7aba85c33c5f446f97b8491ea46ae486. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c9978c7a7b53468d8a7edc36e4a76609. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:37.342645  5725 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:37.344094  5157 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:37.346251  5229 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:37.360277  4975 catalog_manager.cc:5696] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: config changed from index -1 to 25, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New cstate: current_term: 1 leader_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:37.486351  5688 heartbeater.cc:499] Master 127.0.150.190:33689 was elected leader, sending a full tablet report...
I20260608 09:49:37.648053  5732 ts_tablet_manager.cc:933] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: Initiating tablet copy from peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:37.650203  5732 tablet_copy_client.cc:323] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:40683
I20260608 09:49:37.661255  5244 tablet_copy_service.cc:140] P 486b8a96e1eb45b5b77f6a4af11b17f0: Received BeginTabletCopySession request for tablet 584d2b19c5454c2081a93c64045f5325 from peer 367268f56b4746828eb900e9278d7431 ({username='slave'} at 127.0.0.1:39606)
I20260608 09:49:37.661798  5244 tablet_copy_service.cc:161] P 486b8a96e1eb45b5b77f6a4af11b17f0: Beginning new tablet copy session on tablet 584d2b19c5454c2081a93c64045f5325 from peer 367268f56b4746828eb900e9278d7431 at {username='slave'} at 127.0.0.1:39606: session id = 367268f56b4746828eb900e9278d7431-584d2b19c5454c2081a93c64045f5325
I20260608 09:49:37.667181  5244 tablet_copy_source_session.cc:215] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:37.670218  5732 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 584d2b19c5454c2081a93c64045f5325. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:37.681265  5732 tablet_copy_client.cc:806] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:37.682304  5732 tablet_copy_client.cc:670] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:37.689376  5733 tablet_copy_client.cc:1025] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:37.710891  5736 ts_tablet_manager.cc:933] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: Initiating tablet copy from peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:37.712651  5736 tablet_copy_client.cc:323] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:40683
I20260608 09:49:37.722644  5244 tablet_copy_service.cc:140] P 486b8a96e1eb45b5b77f6a4af11b17f0: Received BeginTabletCopySession request for tablet b1e2018c78c740c88164345691f9fb0e from peer 7aba85c33c5f446f97b8491ea46ae486 ({username='slave'} at 127.0.0.1:39616)
I20260608 09:49:37.723218  5244 tablet_copy_service.cc:161] P 486b8a96e1eb45b5b77f6a4af11b17f0: Beginning new tablet copy session on tablet b1e2018c78c740c88164345691f9fb0e from peer 7aba85c33c5f446f97b8491ea46ae486 at {username='slave'} at 127.0.0.1:39616: session id = 7aba85c33c5f446f97b8491ea46ae486-b1e2018c78c740c88164345691f9fb0e
I20260608 09:49:37.728783  5244 tablet_copy_source_session.cc:215] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:37.731647  5736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b1e2018c78c740c88164345691f9fb0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:37.742594  5736 tablet_copy_client.cc:806] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:37.743225  5736 tablet_copy_client.cc:670] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:37.750663  5737 tablet_copy_client.cc:1025] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:37.802343  5741 ts_tablet_manager.cc:933] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: Initiating tablet copy from peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:37.804355  5741 tablet_copy_client.cc:323] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:43297
I20260608 09:49:37.819453  5170 tablet_copy_service.cc:140] P f4b6b4c79d0549338fa184487726d372: Received BeginTabletCopySession request for tablet 06c30b9a4f6f43eda457f92cfb74a80b from peer 92df94e30f444fc497e39ad6aef6b78d ({username='slave'} at 127.0.0.1:60316)
I20260608 09:49:37.820153  5170 tablet_copy_service.cc:161] P f4b6b4c79d0549338fa184487726d372: Beginning new tablet copy session on tablet 06c30b9a4f6f43eda457f92cfb74a80b from peer 92df94e30f444fc497e39ad6aef6b78d at {username='slave'} at 127.0.0.1:60316: session id = 92df94e30f444fc497e39ad6aef6b78d-06c30b9a4f6f43eda457f92cfb74a80b
I20260608 09:49:37.820571  5745 ts_tablet_manager.cc:933] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: Initiating tablet copy from peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:37.822527  5745 tablet_copy_client.cc:323] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:43297
I20260608 09:49:37.828286  5170 tablet_copy_source_session.cc:215] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:37.831763  5741 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 06c30b9a4f6f43eda457f92cfb74a80b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:37.832983  5170 tablet_copy_service.cc:140] P f4b6b4c79d0549338fa184487726d372: Received BeginTabletCopySession request for tablet 324d5b3010c54c449622557cbb8a07d6 from peer 367268f56b4746828eb900e9278d7431 ({username='slave'} at 127.0.0.1:60330)
I20260608 09:49:37.833573  5170 tablet_copy_service.cc:161] P f4b6b4c79d0549338fa184487726d372: Beginning new tablet copy session on tablet 324d5b3010c54c449622557cbb8a07d6 from peer 367268f56b4746828eb900e9278d7431 at {username='slave'} at 127.0.0.1:60330: session id = 367268f56b4746828eb900e9278d7431-324d5b3010c54c449622557cbb8a07d6
I20260608 09:49:37.841689  5170 tablet_copy_source_session.cc:215] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:37.845575  5745 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 324d5b3010c54c449622557cbb8a07d6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:37.847676  5741 tablet_copy_client.cc:806] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:37.848254  5747 ts_tablet_manager.cc:933] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: Initiating tablet copy from peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:37.848318  5741 tablet_copy_client.cc:670] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:37.850966  5747 tablet_copy_client.cc:323] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:43297
I20260608 09:49:37.852721  5170 tablet_copy_service.cc:140] P f4b6b4c79d0549338fa184487726d372: Received BeginTabletCopySession request for tablet cdb5b58063d544a39b93a9b40431faea from peer 92df94e30f444fc497e39ad6aef6b78d ({username='slave'} at 127.0.0.1:60316)
I20260608 09:49:37.853268  5170 tablet_copy_service.cc:161] P f4b6b4c79d0549338fa184487726d372: Beginning new tablet copy session on tablet cdb5b58063d544a39b93a9b40431faea from peer 92df94e30f444fc497e39ad6aef6b78d at {username='slave'} at 127.0.0.1:60316: session id = 92df94e30f444fc497e39ad6aef6b78d-cdb5b58063d544a39b93a9b40431faea
I20260608 09:49:37.853593  5742 tablet_copy_client.cc:1025] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:37.858146  5170 tablet_copy_source_session.cc:215] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:37.861327  5747 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cdb5b58063d544a39b93a9b40431faea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:37.862257  5745 tablet_copy_client.cc:806] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:37.862859  5745 tablet_copy_client.cc:670] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:37.867267  5746 tablet_copy_client.cc:1025] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:37.870971  5749 ts_tablet_manager.cc:933] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: Initiating tablet copy from peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021)
I20260608 09:49:37.873229  5749 tablet_copy_client.cc:323] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:39021
I20260608 09:49:37.882270  5747 tablet_copy_client.cc:806] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:37.882839  5747 tablet_copy_client.cc:670] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:37.887271  5748 tablet_copy_client.cc:1025] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:37.888120  5095 tablet_copy_service.cc:140] P 6203b6b2dc3c4eefaa45fe29fadd9e42: Received BeginTabletCopySession request for tablet c9978c7a7b53468d8a7edc36e4a76609 from peer 7aba85c33c5f446f97b8491ea46ae486 ({username='slave'} at 127.0.0.1:51070)
I20260608 09:49:37.888615  5095 tablet_copy_service.cc:161] P 6203b6b2dc3c4eefaa45fe29fadd9e42: Beginning new tablet copy session on tablet c9978c7a7b53468d8a7edc36e4a76609 from peer 7aba85c33c5f446f97b8491ea46ae486 at {username='slave'} at 127.0.0.1:51070: session id = 7aba85c33c5f446f97b8491ea46ae486-c9978c7a7b53468d8a7edc36e4a76609
I20260608 09:49:37.894690  5095 tablet_copy_source_session.cc:215] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:37.897711  5749 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9978c7a7b53468d8a7edc36e4a76609. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:37.907853  5749 tablet_copy_client.cc:806] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:37.908461  5749 tablet_copy_client.cc:670] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:37.913375  5750 tablet_copy_client.cc:1025] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:39.690383  5732 tablet_copy_client.cc:538] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:39.699965  5732 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: Bootstrap starting.
I20260608 09:49:39.751632  5736 tablet_copy_client.cc:538] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:39.761171  5736 tablet_bootstrap.cc:492] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap starting.
I20260608 09:49:39.851694  5732 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=117 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:39.852501  5732 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: Bootstrap complete.
I20260608 09:49:39.853078  5732 ts_tablet_manager.cc:1403] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: Time spent bootstrapping tablet: real 0.153s	user 0.143s	sys 0.004s
I20260608 09:49:39.854417  5741 tablet_copy_client.cc:538] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:39.855890  5732 raft_consensus.cc:359] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:39.856736  5732 raft_consensus.cc:740] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 367268f56b4746828eb900e9278d7431, State: Initialized, Role: LEARNER
I20260608 09:49:39.857396  5732 consensus_queue.cc:260] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:39.868230  5745 tablet_copy_client.cc:538] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:39.875514  5741 tablet_bootstrap.cc:492] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap starting.
I20260608 09:49:39.877599  5745 tablet_bootstrap.cc:492] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: Bootstrap starting.
I20260608 09:49:39.888144  5747 tablet_copy_client.cc:538] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:39.913861  5747 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap starting.
I20260608 09:49:39.914333  5749 tablet_copy_client.cc:538] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:39.924948  5749 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap starting.
I20260608 09:49:39.915463  5732 ts_tablet_manager.cc:1434] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: Time spent starting tablet: real 0.062s	user 0.017s	sys 0.020s
I20260608 09:49:39.948221  5736 tablet_bootstrap.cc:492] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=99 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:39.949222  5736 tablet_bootstrap.cc:492] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap complete.
I20260608 09:49:39.949965  5736 ts_tablet_manager.cc:1403] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: Time spent bootstrapping tablet: real 0.189s	user 0.138s	sys 0.021s
I20260608 09:49:39.953271  5244 tablet_copy_service.cc:342] P 486b8a96e1eb45b5b77f6a4af11b17f0: Request end of tablet copy session 367268f56b4746828eb900e9278d7431-584d2b19c5454c2081a93c64045f5325 received from {username='slave'} at 127.0.0.1:39606
I20260608 09:49:39.953895  5244 tablet_copy_service.cc:434] P 486b8a96e1eb45b5b77f6a4af11b17f0: ending tablet copy session 367268f56b4746828eb900e9278d7431-584d2b19c5454c2081a93c64045f5325 on tablet 584d2b19c5454c2081a93c64045f5325 with peer 367268f56b4746828eb900e9278d7431
I20260608 09:49:39.953374  5736 raft_consensus.cc:359] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:39.958143  5736 raft_consensus.cc:740] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7aba85c33c5f446f97b8491ea46ae486, State: Initialized, Role: LEARNER
I20260608 09:49:39.958871  5736 consensus_queue.cc:260] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:39.989926  5736 ts_tablet_manager.cc:1434] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: Time spent starting tablet: real 0.040s	user 0.010s	sys 0.007s
I20260608 09:49:39.994568  5244 tablet_copy_service.cc:342] P 486b8a96e1eb45b5b77f6a4af11b17f0: Request end of tablet copy session 7aba85c33c5f446f97b8491ea46ae486-b1e2018c78c740c88164345691f9fb0e received from {username='slave'} at 127.0.0.1:39616
I20260608 09:49:39.995110  5244 tablet_copy_service.cc:434] P 486b8a96e1eb45b5b77f6a4af11b17f0: ending tablet copy session 7aba85c33c5f446f97b8491ea46ae486-b1e2018c78c740c88164345691f9fb0e on tablet b1e2018c78c740c88164345691f9fb0e with peer 7aba85c33c5f446f97b8491ea46ae486
I20260608 09:49:40.107872  5589 raft_consensus.cc:1217] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 09:49:40.148377  5741 tablet_bootstrap.cc:492] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=103 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:40.149644  5741 tablet_bootstrap.cc:492] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap complete.
I20260608 09:49:40.150368  5741 ts_tablet_manager.cc:1403] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: Time spent bootstrapping tablet: real 0.275s	user 0.149s	sys 0.016s
I20260608 09:49:40.153187  5741 raft_consensus.cc:359] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:40.154024  5741 raft_consensus.cc:740] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 92df94e30f444fc497e39ad6aef6b78d, State: Initialized, Role: LEARNER
I20260608 09:49:40.154688  5741 consensus_queue.cc:260] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:40.164718  5741 ts_tablet_manager.cc:1434] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.004s
I20260608 09:49:40.164729  5749 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=85 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:40.166590  5749 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap complete.
I20260608 09:49:40.167351  5749 ts_tablet_manager.cc:1403] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: Time spent bootstrapping tablet: real 0.243s	user 0.146s	sys 0.020s
I20260608 09:49:40.170490  5170 tablet_copy_service.cc:342] P f4b6b4c79d0549338fa184487726d372: Request end of tablet copy session 92df94e30f444fc497e39ad6aef6b78d-06c30b9a4f6f43eda457f92cfb74a80b received from {username='slave'} at 127.0.0.1:60316
I20260608 09:49:40.170306  5749 raft_consensus.cc:359] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:40.171010  5170 tablet_copy_service.cc:434] P f4b6b4c79d0549338fa184487726d372: ending tablet copy session 92df94e30f444fc497e39ad6aef6b78d-06c30b9a4f6f43eda457f92cfb74a80b on tablet 06c30b9a4f6f43eda457f92cfb74a80b with peer 92df94e30f444fc497e39ad6aef6b78d
I20260608 09:49:40.171101  5749 raft_consensus.cc:740] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7aba85c33c5f446f97b8491ea46ae486, State: Initialized, Role: LEARNER
I20260608 09:49:40.171864  5749 consensus_queue.cc:260] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [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: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:40.174906  5749 ts_tablet_manager.cc:1434] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 09:49:40.177126  5095 tablet_copy_service.cc:342] P 6203b6b2dc3c4eefaa45fe29fadd9e42: Request end of tablet copy session 7aba85c33c5f446f97b8491ea46ae486-c9978c7a7b53468d8a7edc36e4a76609 received from {username='slave'} at 127.0.0.1:51070
I20260608 09:49:40.177592  5095 tablet_copy_service.cc:434] P 6203b6b2dc3c4eefaa45fe29fadd9e42: ending tablet copy session 7aba85c33c5f446f97b8491ea46ae486-c9978c7a7b53468d8a7edc36e4a76609 on tablet c9978c7a7b53468d8a7edc36e4a76609 with peer 7aba85c33c5f446f97b8491ea46ae486
I20260608 09:49:40.196588  5663 raft_consensus.cc:1217] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 09:49:40.227489  5745 tablet_bootstrap.cc:492] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=105 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:40.228457  5745 tablet_bootstrap.cc:492] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: Bootstrap complete.
I20260608 09:49:40.229202  5745 ts_tablet_manager.cc:1403] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: Time spent bootstrapping tablet: real 0.352s	user 0.137s	sys 0.054s
I20260608 09:49:40.233520  5745 raft_consensus.cc:359] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:40.234479  5745 raft_consensus.cc:740] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 367268f56b4746828eb900e9278d7431, State: Initialized, Role: LEARNER
I20260608 09:49:40.235252  5745 consensus_queue.cc:260] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:40.237810  5745 ts_tablet_manager.cc:1434] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.003s
I20260608 09:49:40.240096  5170 tablet_copy_service.cc:342] P f4b6b4c79d0549338fa184487726d372: Request end of tablet copy session 367268f56b4746828eb900e9278d7431-324d5b3010c54c449622557cbb8a07d6 received from {username='slave'} at 127.0.0.1:60330
I20260608 09:49:40.240598  5170 tablet_copy_service.cc:434] P f4b6b4c79d0549338fa184487726d372: ending tablet copy session 367268f56b4746828eb900e9278d7431-324d5b3010c54c449622557cbb8a07d6 on tablet 324d5b3010c54c449622557cbb8a07d6 with peer 367268f56b4746828eb900e9278d7431
I20260608 09:49:40.246218  5747 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=94 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:40.247166  5747 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap complete.
I20260608 09:49:40.247848  5747 ts_tablet_manager.cc:1403] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: Time spent bootstrapping tablet: real 0.334s	user 0.149s	sys 0.025s
I20260608 09:49:40.250845  5747 raft_consensus.cc:359] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:40.251699  5747 raft_consensus.cc:740] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 92df94e30f444fc497e39ad6aef6b78d, State: Initialized, Role: LEARNER
I20260608 09:49:40.252378  5747 consensus_queue.cc:260] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:40.254479  5747 ts_tablet_manager.cc:1434] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 09:49:40.259066  5170 tablet_copy_service.cc:342] P f4b6b4c79d0549338fa184487726d372: Request end of tablet copy session 92df94e30f444fc497e39ad6aef6b78d-cdb5b58063d544a39b93a9b40431faea received from {username='slave'} at 127.0.0.1:60316
I20260608 09:49:40.259595  5170 tablet_copy_service.cc:434] P f4b6b4c79d0549338fa184487726d372: ending tablet copy session 92df94e30f444fc497e39ad6aef6b78d-cdb5b58063d544a39b93a9b40431faea on tablet cdb5b58063d544a39b93a9b40431faea with peer 92df94e30f444fc497e39ad6aef6b78d
I20260608 09:49:40.274057  5514 raft_consensus.cc:1217] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 09:49:40.376247  5663 raft_consensus.cc:1217] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 09:49:40.385943  5514 raft_consensus.cc:1217] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.25->[1.26-1.26]   Dedup: 1.26->[]
I20260608 09:49:40.566720  5589 raft_consensus.cc:1217] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.24->[1.25-1.25]   Dedup: 1.25->[]
I20260608 09:49:40.687108  5772 raft_consensus.cc:1064] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0: attempting to promote NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 to VOTER
I20260608 09:49:40.689436  5772 consensus_queue.cc:237] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } }
I20260608 09:49:40.696949  5589 raft_consensus.cc:1275] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:40.698523  5080 raft_consensus.cc:1275] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:40.698626  5157 raft_consensus.cc:1275] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:40.699901  5771 consensus_queue.cc:1048] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 09:49:40.701076  5740 consensus_queue.cc:1048] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 09:49:40.702298  5772 consensus_queue.cc:1048] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 09:49:40.724812  5772 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:40.727686  5157 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:40.729797  5589 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:40.737378  5083 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:40.743767  4977 catalog_manager.cc:5696] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: config changed from index 26 to 27, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:49:40.771215  5229 consensus_queue.cc:237] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } }
I20260608 09:49:40.778141  5589 raft_consensus.cc:1275] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:40.778471  5083 raft_consensus.cc:1275] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:40.779560  5772 consensus_queue.cc:1048] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 09:49:40.787545  5759 raft_consensus.cc:1064] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372: attempting to promote NON_VOTER 92df94e30f444fc497e39ad6aef6b78d to VOTER
I20260608 09:49:40.789328  5771 consensus_queue.cc:1048] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 09:49:40.791000  5588 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f4b6b4c79d0549338fa184487726d372 (127.0.150.130) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:40.793617  5740 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f4b6b4c79d0549338fa184487726d372 (127.0.150.130) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:40.800642  5759 consensus_queue.cc:237] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } }
I20260608 09:49:40.809068  5083 raft_consensus.cc:2955] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER f4b6b4c79d0549338fa184487726d372 (127.0.150.130) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:40.810141  4981 catalog_manager.cc:5696] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 reported cstate change: config changed from index 27 to 28, VOTER f4b6b4c79d0549338fa184487726d372 (127.0.150.130) evicted. New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:40.819778  5663 raft_consensus.cc:1275] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:40.821305  5229 raft_consensus.cc:1275] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:40.822711  5080 raft_consensus.cc:1275] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:40.824137  5759 consensus_queue.cc:1048] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 09:49:40.826503  5759 consensus_queue.cc:1048] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 09:49:40.827358  5783 consensus_queue.cc:1048] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 09:49:40.849670  4967 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet b1e2018c78c740c88164345691f9fb0e with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:49:40.858139  5141 tablet_service.cc:1558] Processing DeleteTablet for tablet b1e2018c78c740c88164345691f9fb0e with delete_type TABLET_DATA_TOMBSTONED (TS f4b6b4c79d0549338fa184487726d372 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:56540
I20260608 09:49:40.874305  5229 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:40.890703  5783 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:40.898612  5788 tablet_replica.cc:333] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:40.904598  5663 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:40.921408  5788 raft_consensus.cc:2243] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:40.922540  5788 raft_consensus.cc:2272] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:40.923926  5080 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:40.932765  5788 ts_tablet_manager.cc:1916] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:49:40.937160  4974 catalog_manager.cc:5696] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:40.946688  5759 raft_consensus.cc:1064] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372: attempting to promote NON_VOTER 92df94e30f444fc497e39ad6aef6b78d to VOTER
I20260608 09:49:40.949323  5759 consensus_queue.cc:237] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } }
I20260608 09:49:40.960727  5772 raft_consensus.cc:1064] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0: attempting to promote NON_VOTER 367268f56b4746828eb900e9278d7431 to VOTER
I20260608 09:49:40.966104  5662 raft_consensus.cc:1275] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:40.965765  5772 consensus_queue.cc:237] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } }
I20260608 09:49:40.969910  5229 raft_consensus.cc:1275] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:40.971854  5789 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 09:49:40.979015  5781 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 09:49:40.985293  5083 raft_consensus.cc:1275] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:40.987227  5790 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 09:49:40.973357  5157 consensus_queue.cc:237] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } }
I20260608 09:49:41.002949  5783 raft_consensus.cc:1064] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372: attempting to promote NON_VOTER 367268f56b4746828eb900e9278d7431 to VOTER
I20260608 09:49:41.022907  5784 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.033740  5082 raft_consensus.cc:1275] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:41.026664  5230 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.038053  5759 consensus_queue.cc:1048] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 09:49:41.040310  5082 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.059366  4981 catalog_manager.cc:5696] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.064052  5790 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.067773  5080 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.057575  5783 consensus_queue.cc:237] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } }
I20260608 09:49:41.077865  5514 raft_consensus.cc:1275] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:41.081786  4970 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 06c30b9a4f6f43eda457f92cfb74a80b with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:49:41.084218  5083 raft_consensus.cc:1275] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:41.094462  5772 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 09:49:41.090854  5661 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.105684  5771 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 09:49:41.088645  5157 raft_consensus.cc:1275] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:41.115351  5771 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 09:49:41.135007  5662 raft_consensus.cc:1275] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:41.137868  5759 consensus_queue.cc:1048] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 09:49:41.138650  5788 ts_tablet_manager.cc:1929] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 09:49:41.144480  5662 raft_consensus.cc:2955] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.146713  5788 log.cc:1199] T b1e2018c78c740c88164345691f9fb0e P f4b6b4c79d0549338fa184487726d372: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-1-root/wals/b1e2018c78c740c88164345691f9fb0e
I20260608 09:49:41.143420  4981 catalog_manager.cc:5696] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 reported cstate change: config changed from index 27 to 28, VOTER 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131) evicted. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:41.148995  4970 catalog_manager.cc:5027] TS f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): tablet b1e2018c78c740c88164345691f9fb0e (table test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]) successfully deleted
I20260608 09:49:41.149969  5230 raft_consensus.cc:1275] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:41.150368  5080 raft_consensus.cc:1275] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:41.153757  5513 raft_consensus.cc:1275] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:41.152158  5784 consensus_queue.cc:1048] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.006s
I20260608 09:49:41.158553  5783 consensus_queue.cc:1048] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 09:49:41.163761  5759 consensus_queue.cc:1048] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 09:49:41.171645  5215 tablet_service.cc:1558] Processing DeleteTablet for tablet 06c30b9a4f6f43eda457f92cfb74a80b with delete_type TABLET_DATA_TOMBSTONED (TS 486b8a96e1eb45b5b77f6a4af11b17f0 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:55424
I20260608 09:49:41.173008  5740 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.174321  5157 consensus_queue.cc:237] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } }
I20260608 09:49:41.179476  5514 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.181406  5797 raft_consensus.cc:1064] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42: attempting to promote NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 to VOTER
I20260608 09:49:41.181697  5662 raft_consensus.cc:1275] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:41.183308  5759 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 09:49:41.184257  5797 consensus_queue.cc:237] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } }
I20260608 09:49:41.190795  5159 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.191243  5783 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.201010  5662 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.204869  5080 raft_consensus.cc:1275] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:41.210928  5803 tablet_replica.cc:333] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:41.216425  4970 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet cdb5b58063d544a39b93a9b40431faea with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:49:41.215428  5759 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.229005  5803 raft_consensus.cc:2243] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:41.219223  5229 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.230181  5803 raft_consensus.cc:2272] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:41.247061  5803 ts_tablet_manager.cc:1916] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:49:41.226977  5784 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.025s
I20260608 09:49:41.253301  5588 raft_consensus.cc:1275] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Refusing update from remote peer 6203b6b2dc3c4eefaa45fe29fadd9e42: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:41.256102  5769 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.001s
I20260608 09:49:41.258464  5082 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.263425  5080 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } }
I20260608 09:49:41.277830  4974 catalog_manager.cc:5696] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.283093  5157 raft_consensus.cc:1275] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Refusing update from remote peer 6203b6b2dc3c4eefaa45fe29fadd9e42: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:41.287431  5080 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.283680  5230 raft_consensus.cc:1275] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer 6203b6b2dc3c4eefaa45fe29fadd9e42: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:41.290100  5797 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:41.287593  4975 catalog_manager.cc:5696] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 reported cstate change: config changed from index 27 to 28, VOTER 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131) evicted. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:49:41.292913  5797 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:41.306602  5215 tablet_service.cc:1558] Processing DeleteTablet for tablet cdb5b58063d544a39b93a9b40431faea with delete_type TABLET_DATA_TOMBSTONED (TS 486b8a96e1eb45b5b77f6a4af11b17f0 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:55424
I20260608 09:49:41.306850  5513 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.315832  5797 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:41.318321  5157 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:41.347119  5588 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:41.357513  5803 ts_tablet_manager.cc:1929] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 09:49:41.358009  5803 log.cc:1199] T 06c30b9a4f6f43eda457f92cfb74a80b P 486b8a96e1eb45b5b77f6a4af11b17f0: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-2-root/wals/06c30b9a4f6f43eda457f92cfb74a80b
I20260608 09:49:41.359934  5803 tablet_replica.cc:333] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:41.360010  4967 catalog_manager.cc:5027] TS 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): tablet 06c30b9a4f6f43eda457f92cfb74a80b (table test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]) successfully deleted
I20260608 09:49:41.360962  5803 raft_consensus.cc:2243] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:41.364540  4975 catalog_manager.cc:5696] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 reported cstate change: config changed from index 26 to 27, 367268f56b4746828eb900e9278d7431 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.361675  5803 raft_consensus.cc:2272] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:41.372398  5803 ts_tablet_manager.cc:1916] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:49:41.372841  4977 catalog_manager.cc:5696] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 reported cstate change: config changed from index 25 to 26, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:41.373739  5229 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index 25 to 26, 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) changed from NON_VOTER to VOTER. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:41.384554  5157 consensus_queue.cc:237] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [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: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } }
I20260608 09:49:41.392638  5513 raft_consensus.cc:1275] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:41.394160  5781 consensus_queue.cc:1048] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 09:49:41.400138  5230 consensus_queue.cc:237] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } }
I20260608 09:49:41.400748  5229 raft_consensus.cc:1275] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:41.403019  5803 ts_tablet_manager.cc:1929] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 09:49:41.403653  5803 log.cc:1199] T cdb5b58063d544a39b93a9b40431faea P 486b8a96e1eb45b5b77f6a4af11b17f0: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-2-root/wals/cdb5b58063d544a39b93a9b40431faea
I20260608 09:49:41.404448  5759 consensus_queue.cc:1048] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 09:49:41.403579  5783 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.407644  5513 raft_consensus.cc:1275] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:41.409494  4967 catalog_manager.cc:5027] TS 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): tablet cdb5b58063d544a39b93a9b40431faea (table test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]) successfully deleted
I20260608 09:49:41.409437  5740 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260608 09:49:41.412189  5159 raft_consensus.cc:1275] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:41.415472  5514 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.417017  4970 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 324d5b3010c54c449622557cbb8a07d6 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:49:41.419164  5772 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.420295  5740 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 09:49:41.424345  5230 raft_consensus.cc:2955] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.427148  5080 consensus_queue.cc:237] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } }
I20260608 09:49:41.428272  5157 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.434612  5588 raft_consensus.cc:1275] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Refusing update from remote peer 6203b6b2dc3c4eefaa45fe29fadd9e42: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:41.436499  5797 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260608 09:49:41.438578  4967 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 584d2b19c5454c2081a93c64045f5325 with cas_config_opid_index 27: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:49:41.444993  5514 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, VOTER 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129) evicted. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } }
I20260608 09:49:41.445238  5769 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER f4b6b4c79d0549338fa184487726d372 (127.0.150.130) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:41.445614  4975 catalog_manager.cc:5696] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: config changed from index 27 to 28, VOTER 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129) evicted. New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:49:41.446555  5588 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER f4b6b4c79d0549338fa184487726d372 (127.0.150.130) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:41.433941  4981 catalog_manager.cc:5696] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 reported cstate change: config changed from index 27 to 28, VOTER 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129) evicted. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:49:41.453678  5229 raft_consensus.cc:1275] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer 6203b6b2dc3c4eefaa45fe29fadd9e42: Log matching property violated. Preceding OpId in replica: term: 1 index: 26. Preceding OpId from leader: term: 1 index: 27. (index mismatch)
I20260608 09:49:41.455585  5811 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 27, Last known committed idx: 26, Time since last communication: 0.001s
I20260608 09:49:41.460736  5232 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.27: config changed from index 26 to 27, VOTER f4b6b4c79d0549338fa184487726d372 (127.0.150.130) evicted. New config: { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:41.465785  5072 tablet_service.cc:1558] Processing DeleteTablet for tablet 324d5b3010c54c449622557cbb8a07d6 with delete_type TABLET_DATA_TOMBSTONED (TS 6203b6b2dc3c4eefaa45fe29fadd9e42 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:53790
I20260608 09:49:41.469165  4977 catalog_manager.cc:5696] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 reported cstate change: config changed from index 26 to 27, VOTER f4b6b4c79d0549338fa184487726d372 (127.0.150.130) evicted. New cstate: current_term: 1 leader_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" committed_config { opid_index: 27 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } }
I20260608 09:49:41.472694  5068 tablet_service.cc:1558] Processing DeleteTablet for tablet 584d2b19c5454c2081a93c64045f5325 with delete_type TABLET_DATA_TOMBSTONED (TS 6203b6b2dc3c4eefaa45fe29fadd9e42 not found in new config with opid_index 28) from {username='slave'} at 127.0.0.1:53790
I20260608 09:49:41.479594  5814 tablet_replica.cc:333] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:41.483161  4968 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet c9978c7a7b53468d8a7edc36e4a76609 with cas_config_opid_index 26: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:49:41.486734  5814 raft_consensus.cc:2243] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:41.488174  5814 raft_consensus.cc:2272] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:41.488706  5141 tablet_service.cc:1558] Processing DeleteTablet for tablet c9978c7a7b53468d8a7edc36e4a76609 with delete_type TABLET_DATA_TOMBSTONED (TS f4b6b4c79d0549338fa184487726d372 not found in new config with opid_index 27) from {username='slave'} at 127.0.0.1:56540
I20260608 09:49:41.489773  5788 tablet_replica.cc:333] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:41.490731  5788 raft_consensus.cc:2243] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:41.491602  5788 raft_consensus.cc:2272] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:41.494977  5814 ts_tablet_manager.cc:1916] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:49:41.495330  5788 ts_tablet_manager.cc:1916] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:49:41.510721  5814 ts_tablet_manager.cc:1929] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 09:49:41.510721  5788 ts_tablet_manager.cc:1929] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.26
I20260608 09:49:41.511509  5814 log.cc:1199] T 324d5b3010c54c449622557cbb8a07d6 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-0-root/wals/324d5b3010c54c449622557cbb8a07d6
I20260608 09:49:41.511560  5788 log.cc:1199] T c9978c7a7b53468d8a7edc36e4a76609 P f4b6b4c79d0549338fa184487726d372: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-1-root/wals/c9978c7a7b53468d8a7edc36e4a76609
I20260608 09:49:41.513170  5814 tablet_replica.cc:333] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:41.513080  4968 catalog_manager.cc:5027] TS 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): tablet 324d5b3010c54c449622557cbb8a07d6 (table test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]) successfully deleted
I20260608 09:49:41.513149  4970 catalog_manager.cc:5027] TS f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): tablet c9978c7a7b53468d8a7edc36e4a76609 (table test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]) successfully deleted
I20260608 09:49:41.514354  5814 raft_consensus.cc:2243] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:41.514947  5814 raft_consensus.cc:2272] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:41.517999  5814 ts_tablet_manager.cc:1916] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:49:41.529539  5814 ts_tablet_manager.cc:1929] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.27
I20260608 09:49:41.529868  5814 log.cc:1199] T 584d2b19c5454c2081a93c64045f5325 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1780912041960821-602-0/minicluster-data/ts-0-root/wals/584d2b19c5454c2081a93c64045f5325
I20260608 09:49:41.531174  4968 catalog_manager.cc:5027] TS 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): tablet 584d2b19c5454c2081a93c64045f5325 (table test-workload [id=6d4ff7a04d9c40d08b94088c2ed4bc8b]) successfully deleted
I20260608 09:49:42.511379  5157 consensus_queue.cc:237] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
W20260608 09:49:42.517692  5124 consensus_peers.cc:597] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 -> Peer 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134:32837): Couldn't send request to peer 92df94e30f444fc497e39ad6aef6b78d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e59aadf813af447689f2671ef2456740. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:42.518146  5232 raft_consensus.cc:1275] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 09:49:42.519446  5080 raft_consensus.cc:1275] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 24. Preceding OpId from leader: term: 1 index: 25. (index mismatch)
I20260608 09:49:42.519440  5818 consensus_queue.cc:1048] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 09:49:42.520946  5759 consensus_queue.cc:1048] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 25, Last known committed idx: 24, Time since last communication: 0.000s
I20260608 09:49:42.527611  5818 raft_consensus.cc:2955] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:42.529346  5232 raft_consensus.cc:2955] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:42.531777  5080 raft_consensus.cc:2955] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.25: config changed from index -1 to 25, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:42.542956  4975 catalog_manager.cc:5696] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 reported cstate change: config changed from index -1 to 25, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:42.546742  5229 consensus_queue.cc:237] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
W20260608 09:49:42.555889  5199 consensus_peers.cc:597] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 -> Peer 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133:45731): Couldn't send request to peer 7aba85c33c5f446f97b8491ea46ae486. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ffb356bedb9147b8bcdf0d3312c42518. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:42.557972  5080 raft_consensus.cc:1275] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:42.559643  5816 consensus_queue.cc:1048] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:42.559928  5157 raft_consensus.cc:1275] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:42.562654  5816 consensus_queue.cc:1048] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:42.571779  5816 raft_consensus.cc:2955] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:42.575889  5080 raft_consensus.cc:2955] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:42.589818  5159 raft_consensus.cc:2955] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:42.590466  5157 consensus_queue.cc:237] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:42.591858  4978 catalog_manager.cc:5696] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 reported cstate change: config changed from index -1 to 26, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
W20260608 09:49:42.601405  5124 consensus_peers.cc:597] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 -> Peer 367268f56b4746828eb900e9278d7431 (127.0.150.132:35899): Couldn't send request to peer 367268f56b4746828eb900e9278d7431. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fefe8d87d50541979afb7ed1c2633394. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:42.602810  5229 raft_consensus.cc:1275] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:42.603322  5080 raft_consensus.cc:1275] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 25. Preceding OpId from leader: term: 1 index: 26. (index mismatch)
I20260608 09:49:42.604516  5818 consensus_queue.cc:1048] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:42.606639  5821 consensus_queue.cc:1048] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 26, Last known committed idx: 25, Time since last communication: 0.000s
I20260608 09:49:42.616101  5818 raft_consensus.cc:2955] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:42.617805  5080 raft_consensus.cc:2955] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:42.619617  5229 raft_consensus.cc:2955] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.26: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:42.632511  5159 consensus_queue.cc:237] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:42.632722  4978 catalog_manager.cc:5696] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 reported cstate change: config changed from index -1 to 26, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:42.640470  5080 raft_consensus.cc:1275] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 09:49:42.641103  5662 raft_consensus.cc:1275] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Refusing update from remote peer f4b6b4c79d0549338fa184487726d372: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
W20260608 09:49:42.641314  5124 consensus_peers.cc:597] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 -> Peer 367268f56b4746828eb900e9278d7431 (127.0.150.132:35899): Couldn't send request to peer 367268f56b4746828eb900e9278d7431. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cdb5b58063d544a39b93a9b40431faea. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:42.642647  5818 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 09:49:42.643453  5759 consensus_queue.cc:1048] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [LEADER]: Connected to new peer: Peer: permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260608 09:49:42.652503  5835 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:42.654819  5080 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:42.655192  5662 raft_consensus.cc:2955] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:42.672099  4975 catalog_manager.cc:5696] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 reported cstate change: config changed from index 28 to 29, NON_VOTER 367268f56b4746828eb900e9278d7431 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "f4b6b4c79d0549338fa184487726d372" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } } }
I20260608 09:49:42.678303  5080 consensus_queue.cc:237] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [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: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:42.686309  5588 raft_consensus.cc:1275] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Refusing update from remote peer 6203b6b2dc3c4eefaa45fe29fadd9e42: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:42.689795  5811 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260608 09:49:42.690943  5229 raft_consensus.cc:1275] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Refusing update from remote peer 6203b6b2dc3c4eefaa45fe29fadd9e42: Log matching property violated. Preceding OpId in replica: term: 1 index: 27. Preceding OpId from leader: term: 1 index: 28. (index mismatch)
I20260608 09:49:42.692703  5797 consensus_queue.cc:1048] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [LEADER]: Connected to new peer: Peer: permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
W20260608 09:49:42.704722  5049 consensus_peers.cc:597] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 -> Peer 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134:32837): Couldn't send request to peer 92df94e30f444fc497e39ad6aef6b78d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c9978c7a7b53468d8a7edc36e4a76609. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:42.707240  5797 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index 27 to 28, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:42.710126  5229 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:42.710408  5588 raft_consensus.cc:2955] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index 27 to 28, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:42.724985  5229 consensus_queue.cc:237] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:42.724931  4978 catalog_manager.cc:5696] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: config changed from index 27 to 28, NON_VOTER 92df94e30f444fc497e39ad6aef6b78d (127.0.150.134) added. New cstate: current_term: 1 leader_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } } }
I20260608 09:49:42.731822  5514 raft_consensus.cc:1275] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 09:49:42.733492  5159 raft_consensus.cc:1275] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Refusing update from remote peer 486b8a96e1eb45b5b77f6a4af11b17f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 28. Preceding OpId from leader: term: 1 index: 29. (index mismatch)
I20260608 09:49:42.733445  5831 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260608 09:49:42.735391  5830 consensus_queue.cc:1048] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
W20260608 09:49:42.739921  5199 consensus_peers.cc:597] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 -> Peer 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133:45731): Couldn't send request to peer 7aba85c33c5f446f97b8491ea46ae486. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 584d2b19c5454c2081a93c64045f5325. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:42.745028  5830 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:42.747429  5514 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:42.759994  4975 catalog_manager.cc:5696] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 reported cstate change: config changed from index 28 to 29, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New cstate: current_term: 1 leader_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:42.766640  5159 raft_consensus.cc:2955] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, NON_VOTER 7aba85c33c5f446f97b8491ea46ae486 (127.0.150.133) added. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } } }
I20260608 09:49:42.983702  5852 ts_tablet_manager.cc:933] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: Initiating tablet copy from peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:42.987839  5852 tablet_copy_client.cc:323] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:40683
I20260608 09:49:42.993785  5244 tablet_copy_service.cc:140] P 486b8a96e1eb45b5b77f6a4af11b17f0: Received BeginTabletCopySession request for tablet ffb356bedb9147b8bcdf0d3312c42518 from peer 7aba85c33c5f446f97b8491ea46ae486 ({username='slave'} at 127.0.0.1:39616)
I20260608 09:49:42.994608  5244 tablet_copy_service.cc:161] P 486b8a96e1eb45b5b77f6a4af11b17f0: Beginning new tablet copy session on tablet ffb356bedb9147b8bcdf0d3312c42518 from peer 7aba85c33c5f446f97b8491ea46ae486 at {username='slave'} at 127.0.0.1:39616: session id = 7aba85c33c5f446f97b8491ea46ae486-ffb356bedb9147b8bcdf0d3312c42518
I20260608 09:49:43.004900  5244 tablet_copy_source_session.cc:215] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:43.006644  5854 ts_tablet_manager.cc:933] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: Initiating tablet copy from peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:43.009155  5854 tablet_copy_client.cc:323] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:43297
I20260608 09:49:43.009574  5852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ffb356bedb9147b8bcdf0d3312c42518. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:43.011550  5170 tablet_copy_service.cc:140] P f4b6b4c79d0549338fa184487726d372: Received BeginTabletCopySession request for tablet e59aadf813af447689f2671ef2456740 from peer 92df94e30f444fc497e39ad6aef6b78d ({username='slave'} at 127.0.0.1:60316)
I20260608 09:49:43.012199  5170 tablet_copy_service.cc:161] P f4b6b4c79d0549338fa184487726d372: Beginning new tablet copy session on tablet e59aadf813af447689f2671ef2456740 from peer 92df94e30f444fc497e39ad6aef6b78d at {username='slave'} at 127.0.0.1:60316: session id = 92df94e30f444fc497e39ad6aef6b78d-e59aadf813af447689f2671ef2456740
I20260608 09:49:43.020846  5170 tablet_copy_source_session.cc:215] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:43.026604  5854 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e59aadf813af447689f2671ef2456740. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:43.030588  5852 tablet_copy_client.cc:806] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:43.031392  5852 tablet_copy_client.cc:670] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:43.035640  5856 ts_tablet_manager.cc:933] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: Initiating tablet copy from peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:43.037055  5853 tablet_copy_client.cc:1025] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:43.038820  5856 tablet_copy_client.cc:323] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:43297
I20260608 09:49:43.040944  5170 tablet_copy_service.cc:140] P f4b6b4c79d0549338fa184487726d372: Received BeginTabletCopySession request for tablet fefe8d87d50541979afb7ed1c2633394 from peer 367268f56b4746828eb900e9278d7431 ({username='slave'} at 127.0.0.1:60330)
I20260608 09:49:43.041702  5170 tablet_copy_service.cc:161] P f4b6b4c79d0549338fa184487726d372: Beginning new tablet copy session on tablet fefe8d87d50541979afb7ed1c2633394 from peer 367268f56b4746828eb900e9278d7431 at {username='slave'} at 127.0.0.1:60330: session id = 367268f56b4746828eb900e9278d7431-fefe8d87d50541979afb7ed1c2633394
I20260608 09:49:43.050819  5170 tablet_copy_source_session.cc:215] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:43.053030  5854 tablet_copy_client.cc:806] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:43.053627  5854 tablet_copy_client.cc:670] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:43.055285  5856 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fefe8d87d50541979afb7ed1c2633394. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:43.057855  5855 tablet_copy_client.cc:1025] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:43.072247  5856 tablet_copy_client.cc:806] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:43.073088  5856 tablet_copy_client.cc:670] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:43.078075  5857 tablet_copy_client.cc:1025] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:43.088688  5858 ts_tablet_manager.cc:933] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: Initiating tablet copy from peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021)
I20260608 09:49:43.090863  5858 tablet_copy_client.cc:323] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:39021
I20260608 09:49:43.110109  5095 tablet_copy_service.cc:140] P 6203b6b2dc3c4eefaa45fe29fadd9e42: Received BeginTabletCopySession request for tablet c9978c7a7b53468d8a7edc36e4a76609 from peer 92df94e30f444fc497e39ad6aef6b78d ({username='slave'} at 127.0.0.1:52420)
I20260608 09:49:43.110826  5095 tablet_copy_service.cc:161] P 6203b6b2dc3c4eefaa45fe29fadd9e42: Beginning new tablet copy session on tablet c9978c7a7b53468d8a7edc36e4a76609 from peer 92df94e30f444fc497e39ad6aef6b78d at {username='slave'} at 127.0.0.1:52420: session id = 92df94e30f444fc497e39ad6aef6b78d-c9978c7a7b53468d8a7edc36e4a76609
I20260608 09:49:43.118232  5095 tablet_copy_source_session.cc:215] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:43.121570  5858 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9978c7a7b53468d8a7edc36e4a76609. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:43.128510  5862 ts_tablet_manager.cc:933] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: Initiating tablet copy from peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
I20260608 09:49:43.130898  5862 tablet_copy_client.cc:323] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:43297
I20260608 09:49:43.132889  5170 tablet_copy_service.cc:140] P f4b6b4c79d0549338fa184487726d372: Received BeginTabletCopySession request for tablet cdb5b58063d544a39b93a9b40431faea from peer 367268f56b4746828eb900e9278d7431 ({username='slave'} at 127.0.0.1:60330)
I20260608 09:49:43.133540  5170 tablet_copy_service.cc:161] P f4b6b4c79d0549338fa184487726d372: Beginning new tablet copy session on tablet cdb5b58063d544a39b93a9b40431faea from peer 367268f56b4746828eb900e9278d7431 at {username='slave'} at 127.0.0.1:60330: session id = 367268f56b4746828eb900e9278d7431-cdb5b58063d544a39b93a9b40431faea
I20260608 09:49:43.144083  5858 tablet_copy_client.cc:806] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:43.144814  5858 tablet_copy_client.cc:670] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:43.147925  5170 tablet_copy_source_session.cc:215] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:43.150169  5859 tablet_copy_client.cc:1025] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:43.151218  5862 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cdb5b58063d544a39b93a9b40431faea. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:43.170046  5862 tablet_copy_client.cc:806] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:43.170642  5862 tablet_copy_client.cc:670] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:43.175287  5863 tablet_copy_client.cc:1025] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: tablet copy: Injecting latency into file download: 2000
I20260608 09:49:43.313942   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:49:43.330509   602 tablet_copy_service.cc:362] P 6203b6b2dc3c4eefaa45fe29fadd9e42: Destroying tablet copy session 92df94e30f444fc497e39ad6aef6b78d-c9978c7a7b53468d8a7edc36e4a76609 due to service shutdown
I20260608 09:49:43.330878   602 tablet_copy_service.cc:434] P 6203b6b2dc3c4eefaa45fe29fadd9e42: ending tablet copy session 92df94e30f444fc497e39ad6aef6b78d-c9978c7a7b53468d8a7edc36e4a76609 on tablet c9978c7a7b53468d8a7edc36e4a76609 with peer 92df94e30f444fc497e39ad6aef6b78d
I20260608 09:49:43.343786  5864 ts_tablet_manager.cc:933] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: Initiating tablet copy from peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
I20260608 09:49:43.347553  5864 tablet_copy_client.cc:323] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:40683
I20260608 09:49:43.349625  5244 tablet_copy_service.cc:140] P 486b8a96e1eb45b5b77f6a4af11b17f0: Received BeginTabletCopySession request for tablet 584d2b19c5454c2081a93c64045f5325 from peer 7aba85c33c5f446f97b8491ea46ae486 ({username='slave'} at 127.0.0.1:39616)
I20260608 09:49:43.350261  5244 tablet_copy_service.cc:161] P 486b8a96e1eb45b5b77f6a4af11b17f0: Beginning new tablet copy session on tablet 584d2b19c5454c2081a93c64045f5325 from peer 7aba85c33c5f446f97b8491ea46ae486 at {username='slave'} at 127.0.0.1:39616: session id = 7aba85c33c5f446f97b8491ea46ae486-584d2b19c5454c2081a93c64045f5325
I20260608 09:49:43.358882  5244 tablet_copy_source_session.cc:215] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:43.362903  5864 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 584d2b19c5454c2081a93c64045f5325. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:43.370484   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:43.373749   602 tablet_replica.cc:333] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.374790   602 raft_consensus.cc:2243] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.376493   602 raft_consensus.cc:2272] T ffb356bedb9147b8bcdf0d3312c42518 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.380470   602 tablet_replica.cc:333] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.381193   602 raft_consensus.cc:2243] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.382481   602 raft_consensus.cc:2272] T fefe8d87d50541979afb7ed1c2633394 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.386826   602 tablet_replica.cc:333] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.387539   602 raft_consensus.cc:2243] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.388249  5864 tablet_copy_client.cc:806] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:43.388731   602 raft_consensus.cc:2272] T 2579f2677a2641f9b7a82885b33211df P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.388921  5864 tablet_copy_client.cc:670] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:43.392638   602 tablet_replica.cc:333] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.393564   602 raft_consensus.cc:2243] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.395386  5865 tablet_copy_client.cc:1025] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Injecting latency into file download: 2000
W20260608 09:49:43.395610  5198 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260608 09:49:43.395740   602 raft_consensus.cc:2272] T 8066ec9a030e4a56ae412b299bd3c897 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.400665   602 tablet_replica.cc:333] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.401924   602 raft_consensus.cc:2243] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.403270   602 raft_consensus.cc:2272] T cdb5b58063d544a39b93a9b40431faea P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.408497   602 tablet_replica.cc:333] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.409260   602 raft_consensus.cc:2243] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.409931   602 raft_consensus.cc:2272] T b1e2018c78c740c88164345691f9fb0e P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:49:43.414645  5198 consensus_peers.cc:597] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 -> Peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Couldn't send request to peer 6203b6b2dc3c4eefaa45fe29fadd9e42. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:43.415100   602 tablet_replica.cc:333] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.415993   602 raft_consensus.cc:2243] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Raft consensus shutting down.
W20260608 09:49:43.416044  5124 consensus_peers.cc:597] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 -> Peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Couldn't send request to peer 6203b6b2dc3c4eefaa45fe29fadd9e42. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:43.417363   602 raft_consensus.cc:2272] T 27f582aba6e343d191d4cbabc06b6534 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:49:43.418756  5124 consensus_peers.cc:597] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 -> Peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Couldn't send request to peer 6203b6b2dc3c4eefaa45fe29fadd9e42. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:43.420905   602 tablet_replica.cc:333] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.421698   602 raft_consensus.cc:2243] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.422821   602 raft_consensus.cc:2272] T e59aadf813af447689f2671ef2456740 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.426930   602 tablet_replica.cc:333] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.427656   602 raft_consensus.cc:2243] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.428726   602 raft_consensus.cc:2272] T 06c30b9a4f6f43eda457f92cfb74a80b P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.432309   602 tablet_replica.cc:333] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42: stopping tablet replica
I20260608 09:49:43.432960   602 raft_consensus.cc:2243] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.434445   602 raft_consensus.cc:2272] T c9978c7a7b53468d8a7edc36e4a76609 P 6203b6b2dc3c4eefaa45fe29fadd9e42 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.472316   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:49:43.518874   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:49:43.534937   602 tablet_copy_service.cc:362] P f4b6b4c79d0549338fa184487726d372: Destroying tablet copy session 367268f56b4746828eb900e9278d7431-cdb5b58063d544a39b93a9b40431faea due to service shutdown
I20260608 09:49:43.535331   602 tablet_copy_service.cc:434] P f4b6b4c79d0549338fa184487726d372: ending tablet copy session 367268f56b4746828eb900e9278d7431-cdb5b58063d544a39b93a9b40431faea on tablet cdb5b58063d544a39b93a9b40431faea with peer 367268f56b4746828eb900e9278d7431
I20260608 09:49:43.535807   602 tablet_copy_service.cc:362] P f4b6b4c79d0549338fa184487726d372: Destroying tablet copy session 367268f56b4746828eb900e9278d7431-fefe8d87d50541979afb7ed1c2633394 due to service shutdown
I20260608 09:49:43.536080   602 tablet_copy_service.cc:434] P f4b6b4c79d0549338fa184487726d372: ending tablet copy session 367268f56b4746828eb900e9278d7431-fefe8d87d50541979afb7ed1c2633394 on tablet fefe8d87d50541979afb7ed1c2633394 with peer 367268f56b4746828eb900e9278d7431
I20260608 09:49:43.536482   602 tablet_copy_service.cc:362] P f4b6b4c79d0549338fa184487726d372: Destroying tablet copy session 92df94e30f444fc497e39ad6aef6b78d-e59aadf813af447689f2671ef2456740 due to service shutdown
I20260608 09:49:43.536716   602 tablet_copy_service.cc:434] P f4b6b4c79d0549338fa184487726d372: ending tablet copy session 92df94e30f444fc497e39ad6aef6b78d-e59aadf813af447689f2671ef2456740 on tablet e59aadf813af447689f2671ef2456740 with peer 92df94e30f444fc497e39ad6aef6b78d
W20260608 09:49:43.546870  5124 consensus_peers.cc:597] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 -> Peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Couldn't send request to peer 6203b6b2dc3c4eefaa45fe29fadd9e42. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:39021: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:43.565104   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:43.566207   602 tablet_replica.cc:333] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.567258   602 raft_consensus.cc:2243] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.568221   602 raft_consensus.cc:2272] T 27f582aba6e343d191d4cbabc06b6534 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.571957   602 tablet_replica.cc:333] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.572779   602 raft_consensus.cc:2243] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.573457   602 raft_consensus.cc:2272] T ffb356bedb9147b8bcdf0d3312c42518 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.577592   602 tablet_replica.cc:333] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.578619   602 raft_consensus.cc:2243] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.579654   602 raft_consensus.cc:2272] T 584d2b19c5454c2081a93c64045f5325 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.584380   602 tablet_replica.cc:333] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.585230   602 raft_consensus.cc:2243] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.586618   602 raft_consensus.cc:2272] T e59aadf813af447689f2671ef2456740 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.589974   602 tablet_replica.cc:333] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.590788   602 raft_consensus.cc:2243] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.591619   602 raft_consensus.cc:2272] T 2579f2677a2641f9b7a82885b33211df P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.595181   602 tablet_replica.cc:333] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.596091   602 raft_consensus.cc:2243] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.597589   602 raft_consensus.cc:2272] T fefe8d87d50541979afb7ed1c2633394 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.602341   602 tablet_replica.cc:333] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.603191   602 raft_consensus.cc:2243] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.604725   602 raft_consensus.cc:2272] T cdb5b58063d544a39b93a9b40431faea P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.612495   602 tablet_replica.cc:333] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.613538   602 raft_consensus.cc:2243] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.614852   602 raft_consensus.cc:2272] T 324d5b3010c54c449622557cbb8a07d6 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.618417   602 tablet_replica.cc:333] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.619112   602 raft_consensus.cc:2243] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.620015   602 raft_consensus.cc:2272] T 8066ec9a030e4a56ae412b299bd3c897 P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.623286   602 tablet_replica.cc:333] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372: stopping tablet replica
I20260608 09:49:43.624063   602 raft_consensus.cc:2243] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.625092   602 raft_consensus.cc:2272] T 06c30b9a4f6f43eda457f92cfb74a80b P f4b6b4c79d0549338fa184487726d372 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:49:43.665215  5200 consensus_peers.cc:597] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 -> Peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Couldn't send request to peer f4b6b4c79d0549338fa184487726d372. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:43297: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:43.665673   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
W20260608 09:49:43.673050  5198 consensus_peers.cc:597] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 -> Peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Couldn't send request to peer 6203b6b2dc3c4eefaa45fe29fadd9e42. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:39021: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:49:43.677317  5200 consensus_peers.cc:597] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 -> Peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Couldn't send request to peer f4b6b4c79d0549338fa184487726d372. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:43297: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:43.708165   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:49:43.726017   602 tablet_copy_service.cc:362] P 486b8a96e1eb45b5b77f6a4af11b17f0: Destroying tablet copy session 7aba85c33c5f446f97b8491ea46ae486-584d2b19c5454c2081a93c64045f5325 due to service shutdown
I20260608 09:49:43.726451   602 tablet_copy_service.cc:434] P 486b8a96e1eb45b5b77f6a4af11b17f0: ending tablet copy session 7aba85c33c5f446f97b8491ea46ae486-584d2b19c5454c2081a93c64045f5325 on tablet 584d2b19c5454c2081a93c64045f5325 with peer 7aba85c33c5f446f97b8491ea46ae486
I20260608 09:49:43.727026   602 tablet_copy_service.cc:362] P 486b8a96e1eb45b5b77f6a4af11b17f0: Destroying tablet copy session 7aba85c33c5f446f97b8491ea46ae486-ffb356bedb9147b8bcdf0d3312c42518 due to service shutdown
I20260608 09:49:43.727310   602 tablet_copy_service.cc:434] P 486b8a96e1eb45b5b77f6a4af11b17f0: ending tablet copy session 7aba85c33c5f446f97b8491ea46ae486-ffb356bedb9147b8bcdf0d3312c42518 on tablet ffb356bedb9147b8bcdf0d3312c42518 with peer 7aba85c33c5f446f97b8491ea46ae486
I20260608 09:49:43.754299   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:43.755264   602 tablet_replica.cc:333] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.756134   602 raft_consensus.cc:2243] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.757141   602 raft_consensus.cc:2272] T e59aadf813af447689f2671ef2456740 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.760507   602 tablet_replica.cc:333] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.761089   602 raft_consensus.cc:2243] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.761745   602 raft_consensus.cc:2272] T 27f582aba6e343d191d4cbabc06b6534 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.764257   602 tablet_replica.cc:333] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.764850   602 raft_consensus.cc:2243] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.766006   602 raft_consensus.cc:2272] T ffb356bedb9147b8bcdf0d3312c42518 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.768424   602 tablet_replica.cc:333] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.769049   602 raft_consensus.cc:2243] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.769790   602 raft_consensus.cc:2272] T 324d5b3010c54c449622557cbb8a07d6 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.772523   602 tablet_replica.cc:333] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.773073   602 raft_consensus.cc:2243] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.773849   602 raft_consensus.cc:2272] T 8066ec9a030e4a56ae412b299bd3c897 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.777184   602 tablet_replica.cc:333] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.778107   602 raft_consensus.cc:2243] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.779367   602 raft_consensus.cc:2272] T b1e2018c78c740c88164345691f9fb0e P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.782367   602 tablet_replica.cc:333] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.782914   602 raft_consensus.cc:2243] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.783537   602 raft_consensus.cc:2272] T 2579f2677a2641f9b7a82885b33211df P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.786139   602 tablet_replica.cc:333] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.786666   602 raft_consensus.cc:2243] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.787352   602 raft_consensus.cc:2272] T fefe8d87d50541979afb7ed1c2633394 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.789688   602 tablet_replica.cc:333] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.790211   602 raft_consensus.cc:2243] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:43.791391   602 raft_consensus.cc:2272] T 584d2b19c5454c2081a93c64045f5325 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.793810   602 tablet_replica.cc:333] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0: stopping tablet replica
I20260608 09:49:43.794413   602 raft_consensus.cc:2243] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:43.794996   602 raft_consensus.cc:2272] T c9978c7a7b53468d8a7edc36e4a76609 P 486b8a96e1eb45b5b77f6a4af11b17f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:43.832710   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:49:43.862771   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:49:43.888809   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:44.640134  5873 raft_consensus.cc:493] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 6203b6b2dc3c4eefaa45fe29fadd9e42)
I20260608 09:49:44.640761  5873 raft_consensus.cc:515] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:44.643420  5873 leader_election.cc:290] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683), 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021)
W20260608 09:49:44.650029  5552 leader_election.cc:336] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Network error: Client connection negotiation failed: client connection to 127.0.150.131:40683: connect: Connection refused (error 111)
W20260608 09:49:44.650681  5553 leader_election.cc:336] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39021: connect: Connection refused (error 111)
I20260608 09:49:44.651098  5553 leader_election.cc:304] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [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: 7aba85c33c5f446f97b8491ea46ae486; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42
I20260608 09:49:44.651795  5873 raft_consensus.cc:2749] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:49:44.683830  5877 raft_consensus.cc:493] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f4b6b4c79d0549338fa184487726d372)
I20260608 09:49:44.684398  5877 raft_consensus.cc:515] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:44.686892  5877 leader_election.cc:290] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
W20260608 09:49:44.694077  5627 leader_election.cc:336] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39021: connect: Connection refused (error 111)
W20260608 09:49:44.695298  5629 leader_election.cc:336] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Network error: Client connection negotiation failed: client connection to 127.0.150.130:43297: connect: Connection refused (error 111)
I20260608 09:49:44.695811  5629 leader_election.cc:304] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [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: 92df94e30f444fc497e39ad6aef6b78d; no voters: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:44.696683  5877 raft_consensus.cc:2749] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:49:44.769611  5881 raft_consensus.cc:493] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 486b8a96e1eb45b5b77f6a4af11b17f0)
I20260608 09:49:44.770275  5881 raft_consensus.cc:515] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:44.772933  5881 leader_election.cc:290] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
W20260608 09:49:44.779815  5480 leader_election.cc:336] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Network error: Client connection negotiation failed: client connection to 127.0.150.130:43297: connect: Connection refused (error 111)
W20260608 09:49:44.780400  5477 leader_election.cc:336] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Network error: Client connection negotiation failed: client connection to 127.0.150.131:40683: connect: Connection refused (error 111)
I20260608 09:49:44.780836  5477 leader_election.cc:304] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [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: 367268f56b4746828eb900e9278d7431; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:44.781582  5881 raft_consensus.cc:2749] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:49:44.875224  5873 raft_consensus.cc:493] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 486b8a96e1eb45b5b77f6a4af11b17f0)
I20260608 09:49:44.875782  5873 raft_consensus.cc:515] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } }
I20260608 09:49:44.877669  5873 leader_election.cc:290] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
W20260608 09:49:44.881687  5553 leader_election.cc:336] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39021: connect: Connection refused (error 111)
W20260608 09:49:44.882969  5552 leader_election.cc:336] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Network error: Client connection negotiation failed: client connection to 127.0.150.131:40683: connect: Connection refused (error 111)
I20260608 09:49:44.883460  5552 leader_election.cc:304] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [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: 7aba85c33c5f446f97b8491ea46ae486; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0, 6203b6b2dc3c4eefaa45fe29fadd9e42
I20260608 09:49:44.884218  5873 raft_consensus.cc:2749] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:49:44.979856  5881 raft_consensus.cc:493] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f4b6b4c79d0549338fa184487726d372)
I20260608 09:49:44.980409  5881 raft_consensus.cc:515] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } }
I20260608 09:49:44.982466  5881 leader_election.cc:290] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297), 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683)
W20260608 09:49:44.986802  5480 leader_election.cc:336] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Network error: Client connection negotiation failed: client connection to 127.0.150.130:43297: connect: Connection refused (error 111)
W20260608 09:49:44.987358  5477 leader_election.cc:336] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 486b8a96e1eb45b5b77f6a4af11b17f0 (127.0.150.131:40683): Network error: Client connection negotiation failed: client connection to 127.0.150.131:40683: connect: Connection refused (error 111)
I20260608 09:49:44.987819  5477 leader_election.cc:304] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [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: 367268f56b4746828eb900e9278d7431; no voters: 486b8a96e1eb45b5b77f6a4af11b17f0, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:44.988482  5881 raft_consensus.cc:2749] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:49:45.038211  5852 tablet_copy_client.cc:538] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:45.045046  5852 tablet_bootstrap.cc:492] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap starting.
I20260608 09:49:45.058849  5854 tablet_copy_client.cc:538] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:45.068436  5854 tablet_bootstrap.cc:492] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap starting.
I20260608 09:49:45.080065  5856 tablet_copy_client.cc:538] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:45.091060  5856 tablet_bootstrap.cc:492] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: Bootstrap starting.
I20260608 09:49:45.118605  5877 raft_consensus.cc:493] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Starting pre-election (detected failure of leader f4b6b4c79d0549338fa184487726d372)
I20260608 09:49:45.119210  5877 raft_consensus.cc:515] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } }
I20260608 09:49:45.123605  5877 leader_election.cc:290] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021), f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297)
W20260608 09:49:45.137589  5629 leader_election.cc:336] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer f4b6b4c79d0549338fa184487726d372 (127.0.150.130:43297): Network error: Client connection negotiation failed: client connection to 127.0.150.130:43297: connect: Connection refused (error 111)
W20260608 09:49:45.143704  5627 leader_election.cc:336] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 6203b6b2dc3c4eefaa45fe29fadd9e42 (127.0.150.129:39021): Network error: Client connection negotiation failed: client connection to 127.0.150.129:39021: connect: Connection refused (error 111)
I20260608 09:49:45.144379  5627 leader_election.cc:304] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [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: 92df94e30f444fc497e39ad6aef6b78d; no voters: 6203b6b2dc3c4eefaa45fe29fadd9e42, f4b6b4c79d0549338fa184487726d372
I20260608 09:49:45.145452  5877 raft_consensus.cc:2749] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:49:45.151067  5858 tablet_copy_client.cc:538] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:45.160768  5858 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap starting.
I20260608 09:49:45.176210  5862 tablet_copy_client.cc:538] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:45.185515  5862 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: Bootstrap starting.
I20260608 09:49:45.225219  5852 tablet_bootstrap.cc:492] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap replayed 1/1 log segments. Stats: ops{read=26 overwritten=0 applied=26 ignored=0} inserts{seen=118 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:45.226279  5852 tablet_bootstrap.cc:492] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap complete.
I20260608 09:49:45.227056  5852 ts_tablet_manager.cc:1403] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: Time spent bootstrapping tablet: real 0.182s	user 0.149s	sys 0.010s
I20260608 09:49:45.231441  5852 raft_consensus.cc:359] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:45.232288  5852 raft_consensus.cc:740] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7aba85c33c5f446f97b8491ea46ae486, State: Initialized, Role: LEARNER
I20260608 09:49:45.233031  5852 consensus_queue.cc:260] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:45.242210  5852 ts_tablet_manager.cc:1434] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.001s
W20260608 09:49:45.252362  5852 tablet_copy_client.cc:1131] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.150.131:40683: connect: Connection refused (error 111)
I20260608 09:49:45.333289  5854 tablet_bootstrap.cc:492] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap replayed 1/1 log segments. Stats: ops{read=25 overwritten=0 applied=25 ignored=0} inserts{seen=118 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:45.334343  5854 tablet_bootstrap.cc:492] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap complete.
I20260608 09:49:45.335099  5854 ts_tablet_manager.cc:1403] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: Time spent bootstrapping tablet: real 0.267s	user 0.143s	sys 0.033s
I20260608 09:49:45.337901  5854 raft_consensus.cc:359] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 25 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:45.338694  5854 raft_consensus.cc:740] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 92df94e30f444fc497e39ad6aef6b78d, State: Initialized, Role: LEARNER
I20260608 09:49:45.339377  5854 consensus_queue.cc:260] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:45.346166  5854 ts_tablet_manager.cc:1434] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 09:49:45.355655  5856 tablet_bootstrap.cc:492] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: 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
W20260608 09:49:45.356545  5854 tablet_copy_client.cc:1131] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.150.130:43297: connect: Connection refused (error 111)
I20260608 09:49:45.356581  5856 tablet_bootstrap.cc:492] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: Bootstrap complete.
I20260608 09:49:45.359011  5856 ts_tablet_manager.cc:1403] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: Time spent bootstrapping tablet: real 0.268s	user 0.166s	sys 0.024s
I20260608 09:49:45.361805  5856 raft_consensus.cc:359] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 26 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:45.362632  5856 raft_consensus.cc:740] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 367268f56b4746828eb900e9278d7431, State: Initialized, Role: LEARNER
I20260608 09:49:45.363301  5856 consensus_queue.cc:260] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431 [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: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:45.365391  5856 ts_tablet_manager.cc:1434] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
W20260608 09:49:45.368572  5856 tablet_copy_client.cc:1131] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.150.130:43297: connect: Connection refused (error 111)
I20260608 09:49:45.382612  5858 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=85 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:45.383539  5858 tablet_bootstrap.cc:492] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: Bootstrap complete.
I20260608 09:49:45.384205  5858 ts_tablet_manager.cc:1403] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: Time spent bootstrapping tablet: real 0.224s	user 0.139s	sys 0.017s
I20260608 09:49:45.386873  5858 raft_consensus.cc:359] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:45.387639  5858 raft_consensus.cc:740] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 92df94e30f444fc497e39ad6aef6b78d, State: Initialized, Role: LEARNER
I20260608 09:49:45.388226  5858 consensus_queue.cc:260] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } attrs { replace: true } } peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: false } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: NON_VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: true } }
I20260608 09:49:45.390311  5858 ts_tablet_manager.cc:1434] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
W20260608 09:49:45.393635  5858 tablet_copy_client.cc:1131] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.150.129:39021: connect: Connection refused (error 111)
I20260608 09:49:45.396414  5864 tablet_copy_client.cc:538] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:45.405812  5864 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap starting.
I20260608 09:49:45.442437  5862 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=94 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:45.443363  5862 tablet_bootstrap.cc:492] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: Bootstrap complete.
I20260608 09:49:45.444041  5862 ts_tablet_manager.cc:1403] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: Time spent bootstrapping tablet: real 0.259s	user 0.166s	sys 0.020s
I20260608 09:49:45.446990  5862 raft_consensus.cc:359] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:45.447769  5862 raft_consensus.cc:740] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 367268f56b4746828eb900e9278d7431, State: Initialized, Role: LEARNER
I20260608 09:49:45.448367  5862 consensus_queue.cc:260] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 29, Last appended: 1.29, Last appended by leader: 29, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "6203b6b2dc3c4eefaa45fe29fadd9e42" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 39021 } attrs { replace: true } } peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } } peers { permanent_uuid: "92df94e30f444fc497e39ad6aef6b78d" member_type: VOTER last_known_addr { host: "127.0.150.134" port: 32837 } attrs { promote: false } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: true } }
I20260608 09:49:45.450495  5862 ts_tablet_manager.cc:1434] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
W20260608 09:49:45.453326  5862 tablet_copy_client.cc:1131] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.150.130:43297: connect: Connection refused (error 111)
I20260608 09:49:45.455596   602 tablet_replica.cc:333] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431: stopping tablet replica
I20260608 09:49:45.456368   602 raft_consensus.cc:2243] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:49:45.456874   602 raft_consensus.cc:2272] T cdb5b58063d544a39b93a9b40431faea P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:49:45.459892   602 tablet_replica.cc:333] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431: stopping tablet replica
I20260608 09:49:45.460603   602 raft_consensus.cc:2243] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:49:45.461055   602 raft_consensus.cc:2272] T fefe8d87d50541979afb7ed1c2633394 P 367268f56b4746828eb900e9278d7431 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:49:45.463937   602 tablet_replica.cc:333] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431: stopping tablet replica
I20260608 09:49:45.464725   602 raft_consensus.cc:2243] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:45.465463   602 raft_consensus.cc:2272] T 324d5b3010c54c449622557cbb8a07d6 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:45.468662   602 tablet_replica.cc:333] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431: stopping tablet replica
I20260608 09:49:45.469287   602 raft_consensus.cc:2243] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:45.470044   602 raft_consensus.cc:2272] T 584d2b19c5454c2081a93c64045f5325 P 367268f56b4746828eb900e9278d7431 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:45.490924   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:49:45.513751   602 tablet_server.cc:179] TabletServer@127.0.150.133:0 shutting down...
I20260608 09:49:45.559376   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:45.568122  5864 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap replayed 1/1 log segments. Stats: ops{read=29 overwritten=0 applied=29 ignored=0} inserts{seen=117 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:45.568871  5864 tablet_bootstrap.cc:492] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: Bootstrap complete.
I20260608 09:49:45.569430  5864 ts_tablet_manager.cc:1403] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: Time spent bootstrapping tablet: real 0.164s	user 0.149s	sys 0.012s
I20260608 09:49:45.572031  5864 raft_consensus.cc:359] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:45.572937  5864 raft_consensus.cc:740] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 7aba85c33c5f446f97b8491ea46ae486, State: Initialized, Role: LEARNER
I20260608 09:49:45.573608  5864 consensus_queue.cc:260] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 29, Last appended: 1.29, Last appended by leader: 29, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "f4b6b4c79d0549338fa184487726d372" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43297 } attrs { replace: true } } peers { permanent_uuid: "486b8a96e1eb45b5b77f6a4af11b17f0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40683 } } peers { permanent_uuid: "367268f56b4746828eb900e9278d7431" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 35899 } attrs { promote: false } } peers { permanent_uuid: "7aba85c33c5f446f97b8491ea46ae486" member_type: NON_VOTER last_known_addr { host: "127.0.150.133" port: 45731 } attrs { promote: true } }
I20260608 09:49:45.576349  5864 ts_tablet_manager.cc:1434] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.003s
W20260608 09:49:45.579705  5864 tablet_copy_client.cc:1131] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.150.131:40683: connect: Connection refused (error 111)
I20260608 09:49:45.581723   602 tablet_replica.cc:333] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486: stopping tablet replica
I20260608 09:49:45.582350   602 raft_consensus.cc:2243] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:49:45.582788   602 raft_consensus.cc:2272] T 584d2b19c5454c2081a93c64045f5325 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:49:45.585067   602 tablet_replica.cc:333] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486: stopping tablet replica
I20260608 09:49:45.585608   602 raft_consensus.cc:2243] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:49:45.586053   602 raft_consensus.cc:2272] T ffb356bedb9147b8bcdf0d3312c42518 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:49:45.588028   602 tablet_replica.cc:333] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486: stopping tablet replica
I20260608 09:49:45.588537   602 raft_consensus.cc:2243] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:45.589160   602 raft_consensus.cc:2272] T c9978c7a7b53468d8a7edc36e4a76609 P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:45.591539   602 tablet_replica.cc:333] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486: stopping tablet replica
I20260608 09:49:45.592023   602 raft_consensus.cc:2243] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:45.592604   602 raft_consensus.cc:2272] T b1e2018c78c740c88164345691f9fb0e P 7aba85c33c5f446f97b8491ea46ae486 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:45.616591   602 tablet_server.cc:196] TabletServer@127.0.150.133:0 shutdown complete.
I20260608 09:49:45.639441   602 tablet_server.cc:179] TabletServer@127.0.150.134:0 shutting down...
I20260608 09:49:45.671135   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:45.674400   602 tablet_replica.cc:333] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d: stopping tablet replica
I20260608 09:49:45.675163   602 raft_consensus.cc:2243] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:49:45.675606   602 raft_consensus.cc:2272] T c9978c7a7b53468d8a7edc36e4a76609 P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:49:45.677865   602 tablet_replica.cc:333] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d: stopping tablet replica
I20260608 09:49:45.678449   602 raft_consensus.cc:2243] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:45.679018   602 raft_consensus.cc:2272] T cdb5b58063d544a39b93a9b40431faea P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:45.681485   602 tablet_replica.cc:333] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d: stopping tablet replica
I20260608 09:49:45.682044   602 raft_consensus.cc:2243] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:49:45.682446   602 raft_consensus.cc:2272] T e59aadf813af447689f2671ef2456740 P 92df94e30f444fc497e39ad6aef6b78d [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:49:45.684338   602 tablet_replica.cc:333] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d: stopping tablet replica
I20260608 09:49:45.684805   602 raft_consensus.cc:2243] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:45.685261   602 raft_consensus.cc:2272] T 06c30b9a4f6f43eda457f92cfb74a80b P 92df94e30f444fc497e39ad6aef6b78d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:45.708892   602 tablet_server.cc:196] TabletServer@127.0.150.134:0 shutdown complete.
I20260608 09:49:45.730767   602 master.cc:562] Master@127.0.150.190:33689 shutting down...
W20260608 09:49:45.756326  5030 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 09:49:45.756567  5030 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 09:49:45.756726  5030 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 09:49:45.758374   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:45.758957   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:45.759333   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 46cb53137cd648b19c4b16e2d9b7d967: stopping tablet replica
I20260608 09:49:45.783682   602 master.cc:584] Master@127.0.150.190:33689 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (17489 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260608 09:49:45.836845   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:35111
I20260608 09:49:45.838193   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:45.844149  5891 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:45.844157  5892 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:45.846803  5894 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:45.847500   602 server_base.cc:1061] running on GCE node
I20260608 09:49:45.848381   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:45.848595   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:45.848754   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912185848734 us; error 0 us; skew 500 ppm
I20260608 09:49:45.849308   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:45.851892   602 webserver.cc:533] Webserver started at http://127.0.150.190:44081/ using document root <none> and password file <none>
I20260608 09:49:45.852424   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:45.852620   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:45.852898   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:45.854030   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "a903cfb9219742f3b80aece771289ce7"
format_stamp: "Formatted at 2026-06-08 09:49:45 on dist-test-slave-g93p"
I20260608 09:49:45.858631   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 09:49:45.862251  5899 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:45.863024   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:49:45.863325   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "a903cfb9219742f3b80aece771289ce7"
format_stamp: "Formatted at 2026-06-08 09:49:45 on dist-test-slave-g93p"
I20260608 09:49:45.863626   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:45.886123   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:45.887466   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:45.926282   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:35111
I20260608 09:49:45.926389  5950 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:35111 every 8 connection(s)
I20260608 09:49:45.930502  5951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:45.940928  5951 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7: Bootstrap starting.
I20260608 09:49:45.945791  5951 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:45.950114  5951 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7: No bootstrap required, opened a new log
I20260608 09:49:45.952301  5951 raft_consensus.cc:359] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a903cfb9219742f3b80aece771289ce7" member_type: VOTER }
I20260608 09:49:45.952674  5951 raft_consensus.cc:385] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:45.952854  5951 raft_consensus.cc:740] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a903cfb9219742f3b80aece771289ce7, State: Initialized, Role: FOLLOWER
I20260608 09:49:45.953393  5951 consensus_queue.cc:260] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a903cfb9219742f3b80aece771289ce7" member_type: VOTER }
I20260608 09:49:45.953815  5951 raft_consensus.cc:399] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:49:45.954097  5951 raft_consensus.cc:493] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:49:45.954314  5951 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:45.958649  5951 raft_consensus.cc:515] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a903cfb9219742f3b80aece771289ce7" member_type: VOTER }
I20260608 09:49:45.959124  5951 leader_election.cc:304] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [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: a903cfb9219742f3b80aece771289ce7; no voters: 
I20260608 09:49:45.960201  5951 leader_election.cc:290] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:49:45.960691  5954 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:45.962074  5954 raft_consensus.cc:697] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 1 LEADER]: Becoming Leader. State: Replica: a903cfb9219742f3b80aece771289ce7, State: Running, Role: LEADER
I20260608 09:49:45.962857  5954 consensus_queue.cc:237] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [LEADER]: Queue going to LEADER mode. State: All 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: "a903cfb9219742f3b80aece771289ce7" member_type: VOTER }
I20260608 09:49:45.963143  5951 sys_catalog.cc:565] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:49:45.968379  5956 sys_catalog.cc:455] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a903cfb9219742f3b80aece771289ce7. Latest consensus state: current_term: 1 leader_uuid: "a903cfb9219742f3b80aece771289ce7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a903cfb9219742f3b80aece771289ce7" member_type: VOTER } }
I20260608 09:49:45.968492  5955 sys_catalog.cc:455] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a903cfb9219742f3b80aece771289ce7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a903cfb9219742f3b80aece771289ce7" member_type: VOTER } }
I20260608 09:49:45.969332  5956 sys_catalog.cc:458] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [sys.catalog]: This master's current role is: LEADER
I20260608 09:49:45.969386  5955 sys_catalog.cc:458] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [sys.catalog]: This master's current role is: LEADER
I20260608 09:49:45.976686  5962 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:49:45.981854  5962 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:49:45.983053   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:49:45.991061  5962 catalog_manager.cc:1382] Generated new cluster ID: 9480084c77df493db70a724f99e29daa
I20260608 09:49:45.991403  5962 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:49:46.019330  5962 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:49:46.020632  5962 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:49:46.033799  5962 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7: Generated new TSK 0
I20260608 09:49:46.034456  5962 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:49:46.050331   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:46.056813  5972 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:46.057793  5973 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:46.059388  5975 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:46.059800   602 server_base.cc:1061] running on GCE node
I20260608 09:49:46.060741   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:46.060966   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:46.061147   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912186061116 us; error 0 us; skew 500 ppm
I20260608 09:49:46.061751   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:46.064097   602 webserver.cc:533] Webserver started at http://127.0.150.129:41725/ using document root <none> and password file <none>
I20260608 09:49:46.064579   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:46.064807   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:46.065199   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:46.066419   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "a97470aecbcb415e86866a0f914b0061"
format_stamp: "Formatted at 2026-06-08 09:49:46 on dist-test-slave-g93p"
I20260608 09:49:46.071105   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 09:49:46.074805  5980 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:46.075616   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:49:46.075956   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "a97470aecbcb415e86866a0f914b0061"
format_stamp: "Formatted at 2026-06-08 09:49:46 on dist-test-slave-g93p"
I20260608 09:49:46.076259   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:46.092465   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:46.093709   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:46.095273   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:46.097661   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:46.097889   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:46.098184   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:46.098364   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:46.138917   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:43007
I20260608 09:49:46.139011  6042 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:43007 every 8 connection(s)
I20260608 09:49:46.144197   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:46.152113  6047 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:46.154254  6048 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:46.155357  6050 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:46.156476   602 server_base.cc:1061] running on GCE node
I20260608 09:49:46.159381   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:46.159686   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:46.159919   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912186159899 us; error 0 us; skew 500 ppm
I20260608 09:49:46.160540   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:46.160833  6043 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35111
I20260608 09:49:46.161234  6043 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:46.162132  6043 heartbeater.cc:507] Master 127.0.150.190:35111 requested a full tablet report, sending...
I20260608 09:49:46.163408   602 webserver.cc:533] Webserver started at http://127.0.150.130:42987/ using document root <none> and password file <none>
I20260608 09:49:46.164114   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:46.164373   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:46.164495  5916 ts_manager.cc:194] Registered new tserver with Master: a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007)
I20260608 09:49:46.164752   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:46.166365   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "003ec221137a4df8892b8ef3b7932cdc"
format_stamp: "Formatted at 2026-06-08 09:49:46 on dist-test-slave-g93p"
I20260608 09:49:46.167163  5916 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38226
I20260608 09:49:46.171471   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260608 09:49:46.175040  6055 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:46.175768   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:49:46.176101   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "003ec221137a4df8892b8ef3b7932cdc"
format_stamp: "Formatted at 2026-06-08 09:49:46 on dist-test-slave-g93p"
I20260608 09:49:46.176393   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:46.194900   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:46.196133   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:46.197583   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:46.199900   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:46.200135   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:46.200395   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:46.200589   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:46.240242   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:44729
I20260608 09:49:46.240355  6117 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:44729 every 8 connection(s)
I20260608 09:49:46.245266   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:46.252732  6121 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:46.253970  6122 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:46.254861  6124 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:46.255676   602 server_base.cc:1061] running on GCE node
I20260608 09:49:46.256716   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:46.257011   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:46.257262   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912186257241 us; error 0 us; skew 500 ppm
I20260608 09:49:46.258072   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:46.259047  6118 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35111
I20260608 09:49:46.259521  6118 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:46.260449  6118 heartbeater.cc:507] Master 127.0.150.190:35111 requested a full tablet report, sending...
I20260608 09:49:46.260939   602 webserver.cc:533] Webserver started at http://127.0.150.131:39333/ using document root <none> and password file <none>
I20260608 09:49:46.261659   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:46.261931   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:46.262250   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:46.262909  5916 ts_manager.cc:194] Registered new tserver with Master: 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729)
I20260608 09:49:46.263443   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "72649e36160e490892bc9aab67f7bb82"
format_stamp: "Formatted at 2026-06-08 09:49:46 on dist-test-slave-g93p"
I20260608 09:49:46.264473  5916 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38228
I20260608 09:49:46.268990   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 09:49:46.272645  6129 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:46.273605   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 09:49:46.274073   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "72649e36160e490892bc9aab67f7bb82"
format_stamp: "Formatted at 2026-06-08 09:49:46 on dist-test-slave-g93p"
I20260608 09:49:46.274387   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:46.305102   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:46.306310   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:46.307755   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:46.310158   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:46.310403   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:46.310655   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:46.310840   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:46.349749   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:36251
I20260608 09:49:46.349866  6191 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:36251 every 8 connection(s)
I20260608 09:49:46.363842  6192 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35111
I20260608 09:49:46.364261  6192 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:46.365057  6192 heartbeater.cc:507] Master 127.0.150.190:35111 requested a full tablet report, sending...
I20260608 09:49:46.367156  5916 ts_manager.cc:194] Registered new tserver with Master: 72649e36160e490892bc9aab67f7bb82 (127.0.150.131:36251)
I20260608 09:49:46.367928   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014840998s
I20260608 09:49:46.368897  5916 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38238
I20260608 09:49:47.170004  6043 heartbeater.cc:499] Master 127.0.150.190:35111 was elected leader, sending a full tablet report...
I20260608 09:49:47.267486  6118 heartbeater.cc:499] Master 127.0.150.190:35111 was elected leader, sending a full tablet report...
I20260608 09:49:47.372097  6192 heartbeater.cc:499] Master 127.0.150.190:35111 was elected leader, sending a full tablet report...
I20260608 09:49:47.423662  5916 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38248:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\252\252\252*\004\001\000TUUU""\004\001\000\252\252\252*\004\001\000TUUU"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:49:47.426090  5916 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:49:47.480163  6008 tablet_service.cc:1511] Processing CreateTablet for tablet 49f923dd90894752aef3ededf70b83e8 (DEFAULT_TABLE table=test-workload [id=45d6f233f9f541feb5a775174ded95dc]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 09:49:47.481690  6008 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49f923dd90894752aef3ededf70b83e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:47.482890  6007 tablet_service.cc:1511] Processing CreateTablet for tablet 2c3281839902484e864ecf8346009cf1 (DEFAULT_TABLE table=test-workload [id=45d6f233f9f541feb5a775174ded95dc]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 09:49:47.484304  6007 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2c3281839902484e864ecf8346009cf1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:47.485351  6006 tablet_service.cc:1511] Processing CreateTablet for tablet 4804ab8dee984204896a776bc3d2cd46 (DEFAULT_TABLE table=test-workload [id=45d6f233f9f541feb5a775174ded95dc]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 09:49:47.486814  6006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4804ab8dee984204896a776bc3d2cd46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:47.496042  6157 tablet_service.cc:1511] Processing CreateTablet for tablet 49f923dd90894752aef3ededf70b83e8 (DEFAULT_TABLE table=test-workload [id=45d6f233f9f541feb5a775174ded95dc]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 09:49:47.497489  6157 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49f923dd90894752aef3ededf70b83e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:47.497244  6155 tablet_service.cc:1511] Processing CreateTablet for tablet 4804ab8dee984204896a776bc3d2cd46 (DEFAULT_TABLE table=test-workload [id=45d6f233f9f541feb5a775174ded95dc]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 09:49:47.498682  6155 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4804ab8dee984204896a776bc3d2cd46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:47.500566  6156 tablet_service.cc:1511] Processing CreateTablet for tablet 2c3281839902484e864ecf8346009cf1 (DEFAULT_TABLE table=test-workload [id=45d6f233f9f541feb5a775174ded95dc]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 09:49:47.502771  6156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2c3281839902484e864ecf8346009cf1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:47.510351  6083 tablet_service.cc:1511] Processing CreateTablet for tablet 49f923dd90894752aef3ededf70b83e8 (DEFAULT_TABLE table=test-workload [id=45d6f233f9f541feb5a775174ded95dc]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260608 09:49:47.511765  6083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49f923dd90894752aef3ededf70b83e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:47.518038  6082 tablet_service.cc:1511] Processing CreateTablet for tablet 2c3281839902484e864ecf8346009cf1 (DEFAULT_TABLE table=test-workload [id=45d6f233f9f541feb5a775174ded95dc]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260608 09:49:47.519500  6082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2c3281839902484e864ecf8346009cf1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:47.527561  6081 tablet_service.cc:1511] Processing CreateTablet for tablet 4804ab8dee984204896a776bc3d2cd46 (DEFAULT_TABLE table=test-workload [id=45d6f233f9f541feb5a775174ded95dc]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260608 09:49:47.529011  6081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4804ab8dee984204896a776bc3d2cd46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:47.538477  6212 tablet_bootstrap.cc:492] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061: Bootstrap starting.
I20260608 09:49:47.542716  6213 tablet_bootstrap.cc:492] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82: Bootstrap starting.
I20260608 09:49:47.546304  6212 tablet_bootstrap.cc:654] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:47.551419  6214 tablet_bootstrap.cc:492] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc: Bootstrap starting.
I20260608 09:49:47.555133  6213 tablet_bootstrap.cc:654] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:47.557283  6214 tablet_bootstrap.cc:654] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:47.563331  6212 tablet_bootstrap.cc:492] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061: No bootstrap required, opened a new log
I20260608 09:49:47.563849  6212 ts_tablet_manager.cc:1403] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.000s
I20260608 09:49:47.564291  6213 tablet_bootstrap.cc:492] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82: No bootstrap required, opened a new log
I20260608 09:49:47.564525  6214 tablet_bootstrap.cc:492] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc: No bootstrap required, opened a new log
I20260608 09:49:47.564787  6213 ts_tablet_manager.cc:1403] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.005s
I20260608 09:49:47.565084  6214 ts_tablet_manager.cc:1403] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.004s
I20260608 09:49:47.566896  6212 raft_consensus.cc:359] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.567379  6214 raft_consensus.cc:359] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } }
I20260608 09:49:47.567668  6212 raft_consensus.cc:385] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:47.568049  6214 raft_consensus.cc:385] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:47.567858  6213 raft_consensus.cc:359] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } }
I20260608 09:49:47.568078  6212 raft_consensus.cc:740] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a97470aecbcb415e86866a0f914b0061, State: Initialized, Role: FOLLOWER
I20260608 09:49:47.568503  6214 raft_consensus.cc:740] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 003ec221137a4df8892b8ef3b7932cdc, State: Initialized, Role: FOLLOWER
I20260608 09:49:47.568660  6213 raft_consensus.cc:385] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:47.569217  6213 raft_consensus.cc:740] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72649e36160e490892bc9aab67f7bb82, State: Initialized, Role: FOLLOWER
I20260608 09:49:47.569183  6212 consensus_queue.cc:260] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.569568  6214 consensus_queue.cc:260] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } }
I20260608 09:49:47.570353  6213 consensus_queue.cc:260] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } }
I20260608 09:49:47.572754  6212 ts_tablet_manager.cc:1434] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.003s
I20260608 09:49:47.574205  6212 tablet_bootstrap.cc:492] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061: Bootstrap starting.
I20260608 09:49:47.578644  6214 ts_tablet_manager.cc:1434] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.004s
I20260608 09:49:47.580068  6218 raft_consensus.cc:493] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:47.580672  6218 raft_consensus.cc:515] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.581103  6214 tablet_bootstrap.cc:492] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc: Bootstrap starting.
I20260608 09:49:47.580207  6212 tablet_bootstrap.cc:654] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:47.588495  6214 tablet_bootstrap.cc:654] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:47.590162  6219 raft_consensus.cc:493] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:47.590690  6219 raft_consensus.cc:515] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } }
I20260608 09:49:47.593912  6213 ts_tablet_manager.cc:1434] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82: Time spent starting tablet: real 0.029s	user 0.006s	sys 0.007s
I20260608 09:49:47.597520  6212 tablet_bootstrap.cc:492] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061: No bootstrap required, opened a new log
I20260608 09:49:47.598237  6212 ts_tablet_manager.cc:1403] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.008s
I20260608 09:49:47.598968  6218 leader_election.cc:290] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729), 72649e36160e490892bc9aab67f7bb82 (127.0.150.131:36251)
I20260608 09:49:47.601853  6212 raft_consensus.cc:359] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } }
I20260608 09:49:47.602912  6212 raft_consensus.cc:385] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:47.603251  6212 raft_consensus.cc:740] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a97470aecbcb415e86866a0f914b0061, State: Initialized, Role: FOLLOWER
I20260608 09:49:47.604234  6212 consensus_queue.cc:260] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } }
I20260608 09:49:47.604807  6213 tablet_bootstrap.cc:492] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82: Bootstrap starting.
W20260608 09:49:47.605340  6193 tablet.cc:2404] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 09:49:47.606557  6212 ts_tablet_manager.cc:1434] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 09:49:47.607630  6212 tablet_bootstrap.cc:492] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061: Bootstrap starting.
I20260608 09:49:47.611114  6219 leader_election.cc:290] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007), 72649e36160e490892bc9aab67f7bb82 (127.0.150.131:36251)
I20260608 09:49:47.614960  6212 tablet_bootstrap.cc:654] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:47.624334  6213 tablet_bootstrap.cc:654] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:47.640080  6214 tablet_bootstrap.cc:492] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc: No bootstrap required, opened a new log
I20260608 09:49:47.640765  6214 ts_tablet_manager.cc:1403] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc: Time spent bootstrapping tablet: real 0.060s	user 0.013s	sys 0.001s
I20260608 09:49:47.640776  6093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3281839902484e864ecf8346009cf1" candidate_uuid: "a97470aecbcb415e86866a0f914b0061" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "003ec221137a4df8892b8ef3b7932cdc" is_pre_election: true
I20260608 09:49:47.642590  6212 tablet_bootstrap.cc:492] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061: No bootstrap required, opened a new log
I20260608 09:49:47.643147  6212 ts_tablet_manager.cc:1403] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061: Time spent bootstrapping tablet: real 0.036s	user 0.014s	sys 0.015s
I20260608 09:49:47.646541  6212 raft_consensus.cc:359] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.647257  6212 raft_consensus.cc:385] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:47.647615  6212 raft_consensus.cc:740] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a97470aecbcb415e86866a0f914b0061, State: Initialized, Role: FOLLOWER
I20260608 09:49:47.647387  6214 raft_consensus.cc:359] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.650538  6214 raft_consensus.cc:385] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:47.650955  6214 raft_consensus.cc:740] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 003ec221137a4df8892b8ef3b7932cdc, State: Initialized, Role: FOLLOWER
I20260608 09:49:47.651671  6018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49f923dd90894752aef3ededf70b83e8" candidate_uuid: "003ec221137a4df8892b8ef3b7932cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a97470aecbcb415e86866a0f914b0061" is_pre_election: true
I20260608 09:49:47.648540  6212 consensus_queue.cc:260] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.649693  6167 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3281839902484e864ecf8346009cf1" candidate_uuid: "a97470aecbcb415e86866a0f914b0061" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72649e36160e490892bc9aab67f7bb82" is_pre_election: true
I20260608 09:49:47.652391  6018 raft_consensus.cc:2468] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 003ec221137a4df8892b8ef3b7932cdc in term 0.
I20260608 09:49:47.653609  6213 tablet_bootstrap.cc:492] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82: No bootstrap required, opened a new log
W20260608 09:49:47.647835  5983 leader_election.cc:343] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:47.654207  6213 ts_tablet_manager.cc:1403] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82: Time spent bootstrapping tablet: real 0.050s	user 0.015s	sys 0.000s
I20260608 09:49:47.654625  6212 ts_tablet_manager.cc:1434] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.003s
W20260608 09:49:47.654433  5984 leader_election.cc:343] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72649e36160e490892bc9aab67f7bb82 (127.0.150.131:36251): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:47.655234  5984 leader_election.cc:304] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [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: a97470aecbcb415e86866a0f914b0061; no voters: 003ec221137a4df8892b8ef3b7932cdc, 72649e36160e490892bc9aab67f7bb82
I20260608 09:49:47.652383  6214 consensus_queue.cc:260] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.655853  6167 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49f923dd90894752aef3ededf70b83e8" candidate_uuid: "003ec221137a4df8892b8ef3b7932cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72649e36160e490892bc9aab67f7bb82" is_pre_election: true
I20260608 09:49:47.656265  6218 raft_consensus.cc:2749] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:47.656512  6167 raft_consensus.cc:2468] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 003ec221137a4df8892b8ef3b7932cdc in term 0.
I20260608 09:49:47.657895  6213 raft_consensus.cc:359] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.658651  6213 raft_consensus.cc:385] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:47.659024  6213 raft_consensus.cc:740] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72649e36160e490892bc9aab67f7bb82, State: Initialized, Role: FOLLOWER
I20260608 09:49:47.654207  6057 leader_election.cc:304] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [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: 003ec221137a4df8892b8ef3b7932cdc, a97470aecbcb415e86866a0f914b0061; no voters: 
I20260608 09:49:47.659910  6213 consensus_queue.cc:260] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.661617  6218 raft_consensus.cc:493] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:47.662145  6213 ts_tablet_manager.cc:1434] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 09:49:47.662076  6218 raft_consensus.cc:515] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.657655  6214 ts_tablet_manager.cc:1434] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.000s
I20260608 09:49:47.663712  6214 tablet_bootstrap.cc:492] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc: Bootstrap starting.
I20260608 09:49:47.664098  6218 leader_election.cc:290] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729), 72649e36160e490892bc9aab67f7bb82 (127.0.150.131:36251)
I20260608 09:49:47.665712  6167 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4804ab8dee984204896a776bc3d2cd46" candidate_uuid: "a97470aecbcb415e86866a0f914b0061" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72649e36160e490892bc9aab67f7bb82" is_pre_election: true
I20260608 09:49:47.666577  6167 raft_consensus.cc:2468] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a97470aecbcb415e86866a0f914b0061 in term 0.
I20260608 09:49:47.665714  6219 raft_consensus.cc:2804] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:47.668088  5984 leader_election.cc:304] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [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: 72649e36160e490892bc9aab67f7bb82, a97470aecbcb415e86866a0f914b0061; no voters: 
I20260608 09:49:47.668355  6219 raft_consensus.cc:493] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:47.668874  6219 raft_consensus.cc:3060] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:47.669361  6218 raft_consensus.cc:2804] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:47.669577  6213 tablet_bootstrap.cc:492] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82: Bootstrap starting.
I20260608 09:49:47.669646  6218 raft_consensus.cc:493] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:47.670110  6218 raft_consensus.cc:3060] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:47.674819  6214 tablet_bootstrap.cc:654] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:47.677650  6093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4804ab8dee984204896a776bc3d2cd46" candidate_uuid: "a97470aecbcb415e86866a0f914b0061" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "003ec221137a4df8892b8ef3b7932cdc" is_pre_election: true
I20260608 09:49:47.681121  6213 tablet_bootstrap.cc:654] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:47.681078  6218 raft_consensus.cc:515] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
W20260608 09:49:47.684808  5983 leader_election.cc:343] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:47.684983  6167 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4804ab8dee984204896a776bc3d2cd46" candidate_uuid: "a97470aecbcb415e86866a0f914b0061" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72649e36160e490892bc9aab67f7bb82"
I20260608 09:49:47.685313  6093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4804ab8dee984204896a776bc3d2cd46" candidate_uuid: "a97470aecbcb415e86866a0f914b0061" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "003ec221137a4df8892b8ef3b7932cdc"
I20260608 09:49:47.685623  6167 raft_consensus.cc:3060] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:47.685707  6218 leader_election.cc:290] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [CANDIDATE]: Term 1 election: Requested vote from peers 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729), 72649e36160e490892bc9aab67f7bb82 (127.0.150.131:36251)
I20260608 09:49:47.683616  6219 raft_consensus.cc:515] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } }
W20260608 09:49:47.686848  5983 leader_election.cc:343] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:49:47.690326  6166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49f923dd90894752aef3ededf70b83e8" candidate_uuid: "003ec221137a4df8892b8ef3b7932cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72649e36160e490892bc9aab67f7bb82"
I20260608 09:49:47.690395  6018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49f923dd90894752aef3ededf70b83e8" candidate_uuid: "003ec221137a4df8892b8ef3b7932cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a97470aecbcb415e86866a0f914b0061"
I20260608 09:49:47.691077  6166 raft_consensus.cc:3060] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:47.691207  6018 raft_consensus.cc:3060] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:47.692778  6167 raft_consensus.cc:2468] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a97470aecbcb415e86866a0f914b0061 in term 1.
I20260608 09:49:47.694152  5984 leader_election.cc:304] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [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: 72649e36160e490892bc9aab67f7bb82, a97470aecbcb415e86866a0f914b0061; no voters: 003ec221137a4df8892b8ef3b7932cdc
I20260608 09:49:47.695744  6218 raft_consensus.cc:2804] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:47.699645  6166 raft_consensus.cc:2468] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 003ec221137a4df8892b8ef3b7932cdc in term 1.
I20260608 09:49:47.700552  6018 raft_consensus.cc:2468] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 003ec221137a4df8892b8ef3b7932cdc in term 1.
I20260608 09:49:47.701551  6059 leader_election.cc:304] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [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: 003ec221137a4df8892b8ef3b7932cdc, 72649e36160e490892bc9aab67f7bb82; no voters: 
I20260608 09:49:47.701164  6219 leader_election.cc:290] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [CANDIDATE]: Term 1 election: Requested vote from peers a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007), 72649e36160e490892bc9aab67f7bb82 (127.0.150.131:36251)
I20260608 09:49:47.702836  6219 raft_consensus.cc:2804] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:47.703454  6219 raft_consensus.cc:697] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 1 LEADER]: Becoming Leader. State: Replica: 003ec221137a4df8892b8ef3b7932cdc, State: Running, Role: LEADER
I20260608 09:49:47.704581  6219 consensus_queue.cc:237] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [LEADER]: Queue going to LEADER mode. State: All 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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } }
I20260608 09:49:47.705876  6218 raft_consensus.cc:697] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 1 LEADER]: Becoming Leader. State: Replica: a97470aecbcb415e86866a0f914b0061, State: Running, Role: LEADER
I20260608 09:49:47.710163  6218 consensus_queue.cc:237] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Queue going to LEADER mode. State: All 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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.710994  6214 tablet_bootstrap.cc:492] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc: No bootstrap required, opened a new log
I20260608 09:49:47.711581  6214 ts_tablet_manager.cc:1403] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc: Time spent bootstrapping tablet: real 0.048s	user 0.015s	sys 0.009s
I20260608 09:49:47.712559  6213 tablet_bootstrap.cc:492] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82: No bootstrap required, opened a new log
I20260608 09:49:47.713116  6213 ts_tablet_manager.cc:1403] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82: Time spent bootstrapping tablet: real 0.044s	user 0.014s	sys 0.012s
I20260608 09:49:47.714846  6214 raft_consensus.cc:359] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.716161  6213 raft_consensus.cc:359] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.716605  6214 raft_consensus.cc:385] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:47.716988  6213 raft_consensus.cc:385] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:47.717133  6214 raft_consensus.cc:740] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 003ec221137a4df8892b8ef3b7932cdc, State: Initialized, Role: FOLLOWER
I20260608 09:49:47.717540  6213 raft_consensus.cc:740] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72649e36160e490892bc9aab67f7bb82, State: Initialized, Role: FOLLOWER
I20260608 09:49:47.718660  6214 consensus_queue.cc:260] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.719004  6213 consensus_queue.cc:260] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.721680  6214 ts_tablet_manager.cc:1434] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 09:49:47.724946  6213 ts_tablet_manager.cc:1434] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260608 09:49:47.729224  5914 catalog_manager.cc:5696] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 reported cstate change: term changed from 0 to 1, leader changed from <none> to a97470aecbcb415e86866a0f914b0061 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "a97470aecbcb415e86866a0f914b0061" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:47.731542  5915 catalog_manager.cc:5696] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc reported cstate change: term changed from 0 to 1, leader changed from <none> to 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130). New cstate: current_term: 1 leader_uuid: "003ec221137a4df8892b8ef3b7932cdc" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } health_report { overall_health: HEALTHY } } }
I20260608 09:49:47.733146  6220 raft_consensus.cc:493] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:47.733665  6220 raft_consensus.cc:515] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.738169  6220 leader_election.cc:290] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007), 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729)
I20260608 09:49:47.753808  6018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3281839902484e864ecf8346009cf1" candidate_uuid: "72649e36160e490892bc9aab67f7bb82" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a97470aecbcb415e86866a0f914b0061" is_pre_election: true
I20260608 09:49:47.754602  6018 raft_consensus.cc:2468] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72649e36160e490892bc9aab67f7bb82 in term 0.
I20260608 09:49:47.755653  6131 leader_election.cc:304] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [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: 72649e36160e490892bc9aab67f7bb82, a97470aecbcb415e86866a0f914b0061; no voters: 
I20260608 09:49:47.756399  6220 raft_consensus.cc:2804] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:47.756738  6220 raft_consensus.cc:493] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:47.757058  6220 raft_consensus.cc:3060] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:47.759682  6093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3281839902484e864ecf8346009cf1" candidate_uuid: "72649e36160e490892bc9aab67f7bb82" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "003ec221137a4df8892b8ef3b7932cdc" is_pre_election: true
I20260608 09:49:47.760394  6093 raft_consensus.cc:2468] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72649e36160e490892bc9aab67f7bb82 in term 0.
I20260608 09:49:47.763566  6220 raft_consensus.cc:515] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.765420  6220 leader_election.cc:290] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [CANDIDATE]: Term 1 election: Requested vote from peers a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007), 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729)
I20260608 09:49:47.766314  6018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3281839902484e864ecf8346009cf1" candidate_uuid: "72649e36160e490892bc9aab67f7bb82" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a97470aecbcb415e86866a0f914b0061"
I20260608 09:49:47.766543  6093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2c3281839902484e864ecf8346009cf1" candidate_uuid: "72649e36160e490892bc9aab67f7bb82" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "003ec221137a4df8892b8ef3b7932cdc"
I20260608 09:49:47.766984  6018 raft_consensus.cc:3060] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:47.767081  6093 raft_consensus.cc:3060] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:47.774210  6093 raft_consensus.cc:2468] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72649e36160e490892bc9aab67f7bb82 in term 1.
I20260608 09:49:47.774210  6018 raft_consensus.cc:2468] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72649e36160e490892bc9aab67f7bb82 in term 1.
I20260608 09:49:47.775730  6132 leader_election.cc:304] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [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: 003ec221137a4df8892b8ef3b7932cdc, 72649e36160e490892bc9aab67f7bb82; no voters: 
I20260608 09:49:47.776541  6220 raft_consensus.cc:2804] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:47.777705  6220 raft_consensus.cc:697] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 1 LEADER]: Becoming Leader. State: Replica: 72649e36160e490892bc9aab67f7bb82, State: Running, Role: LEADER
I20260608 09:49:47.778683  6220 consensus_queue.cc:237] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [LEADER]: Queue going to LEADER mode. State: All 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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.786195  5915 catalog_manager.cc:5696] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 reported cstate change: term changed from 0 to 1, leader changed from <none> to 72649e36160e490892bc9aab67f7bb82 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "72649e36160e490892bc9aab67f7bb82" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } health_report { overall_health: HEALTHY } } }
I20260608 09:49:47.802526   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:47.808703  6240 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:47.809311  6241 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:47.812424  6243 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:47.812582   602 server_base.cc:1061] running on GCE node
I20260608 09:49:47.814136   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:47.814365   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:47.814549   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912187814534 us; error 0 us; skew 500 ppm
I20260608 09:49:47.815202   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:47.817790   602 webserver.cc:533] Webserver started at http://127.0.150.132:35361/ using document root <none> and password file <none>
I20260608 09:49:47.818398   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:47.818602   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:47.818907   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:47.820007   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "b33a84e4d127437192bd6aa98d523d92"
format_stamp: "Formatted at 2026-06-08 09:49:47 on dist-test-slave-g93p"
I20260608 09:49:47.824769   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260608 09:49:47.828306  6248 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:47.829118   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 09:49:47.829433   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "b33a84e4d127437192bd6aa98d523d92"
format_stamp: "Formatted at 2026-06-08 09:49:47 on dist-test-slave-g93p"
I20260608 09:49:47.829730   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:47.850318   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:47.851615   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:47.853078   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:47.855540   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:47.855751   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:47.856056   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:47.856238   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:47.864866  6219 raft_consensus.cc:493] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:47.865620  6219 raft_consensus.cc:515] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } }
I20260608 09:49:47.867813  6219 leader_election.cc:290] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007), 72649e36160e490892bc9aab67f7bb82 (127.0.150.131:36251)
I20260608 09:49:47.868774  6018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4804ab8dee984204896a776bc3d2cd46" candidate_uuid: "003ec221137a4df8892b8ef3b7932cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a97470aecbcb415e86866a0f914b0061" is_pre_election: true
I20260608 09:49:47.869761  6166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4804ab8dee984204896a776bc3d2cd46" candidate_uuid: "003ec221137a4df8892b8ef3b7932cdc" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72649e36160e490892bc9aab67f7bb82" is_pre_election: true
I20260608 09:49:47.870653  6166 raft_consensus.cc:2393] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 003ec221137a4df8892b8ef3b7932cdc in current term 1: Already voted for candidate a97470aecbcb415e86866a0f914b0061 in this term.
I20260608 09:49:47.871827  6059 leader_election.cc:304] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [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: 003ec221137a4df8892b8ef3b7932cdc; no voters: 72649e36160e490892bc9aab67f7bb82, a97470aecbcb415e86866a0f914b0061
I20260608 09:49:47.872658  6219 raft_consensus.cc:3060] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:47.879062  6219 raft_consensus.cc:2749] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:49:47.903264   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:37167
I20260608 09:49:47.903383  6310 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:37167 every 8 connection(s)
I20260608 09:49:47.917445  6311 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35111
I20260608 09:49:47.917939  6311 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:47.918643  6311 heartbeater.cc:507] Master 127.0.150.190:35111 requested a full tablet report, sending...
I20260608 09:49:47.920607  5915 ts_manager.cc:194] Registered new tserver with Master: b33a84e4d127437192bd6aa98d523d92 (127.0.150.132:37167)
I20260608 09:49:47.922093  5915 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38254
I20260608 09:49:47.979854  5969 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:47.984108  5969 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:47.984653  5969 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:47.995577  6219 consensus_queue.cc:1048] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 09:49:47.997076  5964 auto_rebalancer.cc:591] Failed to schedule move for tablet 2c3281839902484e864ecf8346009cf1: Illegal state: Leader has not yet committed an operation in its own term
W20260608 09:49:48.004819  6233 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260608 09:49:48.005146  6233 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260608 09:49:48.013254  6093 consensus_queue.cc:237] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } }
I20260608 09:49:48.020224  6166 raft_consensus.cc:1275] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Refusing update from remote peer 003ec221137a4df8892b8ef3b7932cdc: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:49:48.021523  6018 raft_consensus.cc:1275] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Refusing update from remote peer 003ec221137a4df8892b8ef3b7932cdc: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:49:48.022132  6318 consensus_queue.cc:1048] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:48.023257  6317 consensus_queue.cc:1048] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:49:48.025651  6218 consensus_queue.cc:1048] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:48.034783  6017 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } } }
W20260608 09:49:48.039284  6059 consensus_peers.cc:597] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc -> Peer b33a84e4d127437192bd6aa98d523d92 (127.0.150.132:37167): Couldn't send request to peer b33a84e4d127437192bd6aa98d523d92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 49f923dd90894752aef3ededf70b83e8. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:48.040936  6220 consensus_queue.cc:1048] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [LEADER]: Connected to new peer: Peer: permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:48.044579  6218 consensus_queue.cc:1048] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Connected to new peer: Peer: permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:48.055413  5915 catalog_manager.cc:5696] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 reported cstate change: config changed from index -1 to 2, NON_VOTER b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "003ec221137a4df8892b8ef3b7932cdc" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } } }
I20260608 09:49:48.059096  6167 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } } }
I20260608 09:49:48.095932  6238 consensus_queue.cc:1048] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:49:48.205258  6219 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } } }
I20260608 09:49:48.323380  6329 ts_tablet_manager.cc:933] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: Initiating tablet copy from peer 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729)
I20260608 09:49:48.325178  6329 tablet_copy_client.cc:323] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:44729
I20260608 09:49:48.335623  6103 tablet_copy_service.cc:140] P 003ec221137a4df8892b8ef3b7932cdc: Received BeginTabletCopySession request for tablet 49f923dd90894752aef3ededf70b83e8 from peer b33a84e4d127437192bd6aa98d523d92 ({username='slave'} at 127.0.0.1:58896)
I20260608 09:49:48.336161  6103 tablet_copy_service.cc:161] P 003ec221137a4df8892b8ef3b7932cdc: Beginning new tablet copy session on tablet 49f923dd90894752aef3ededf70b83e8 from peer b33a84e4d127437192bd6aa98d523d92 at {username='slave'} at 127.0.0.1:58896: session id = b33a84e4d127437192bd6aa98d523d92-49f923dd90894752aef3ededf70b83e8
I20260608 09:49:48.341215  6103 tablet_copy_source_session.cc:215] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:48.343959  6329 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49f923dd90894752aef3ededf70b83e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:48.354409  6329 tablet_copy_client.cc:806] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:48.354981  6329 tablet_copy_client.cc:670] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:48.358731  6329 tablet_copy_client.cc:538] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:48.368140  6329 tablet_bootstrap.cc:492] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: Bootstrap starting.
I20260608 09:49:48.391983  6329 tablet_bootstrap.cc:492] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:48.392869  6329 tablet_bootstrap.cc:492] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: Bootstrap complete.
I20260608 09:49:48.393556  6329 ts_tablet_manager.cc:1403] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: Time spent bootstrapping tablet: real 0.026s	user 0.015s	sys 0.005s
I20260608 09:49:48.398156  6329 raft_consensus.cc:359] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } }
I20260608 09:49:48.399073  6329 raft_consensus.cc:740] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b33a84e4d127437192bd6aa98d523d92, State: Initialized, Role: LEARNER
I20260608 09:49:48.399804  6329 consensus_queue.cc:260] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } }
I20260608 09:49:48.402297  6311 heartbeater.cc:499] Master 127.0.150.190:35111 was elected leader, sending a full tablet report...
I20260608 09:49:48.402791  6329 ts_tablet_manager.cc:1434] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260608 09:49:48.406284  6103 tablet_copy_service.cc:342] P 003ec221137a4df8892b8ef3b7932cdc: Request end of tablet copy session b33a84e4d127437192bd6aa98d523d92-49f923dd90894752aef3ededf70b83e8 received from {username='slave'} at 127.0.0.1:58896
I20260608 09:49:48.406793  6103 tablet_copy_service.cc:434] P 003ec221137a4df8892b8ef3b7932cdc: ending tablet copy session b33a84e4d127437192bd6aa98d523d92-49f923dd90894752aef3ededf70b83e8 on tablet 49f923dd90894752aef3ededf70b83e8 with peer b33a84e4d127437192bd6aa98d523d92
I20260608 09:49:48.640692  6286 raft_consensus.cc:1217] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:49:49.174753  6318 raft_consensus.cc:1064] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc: attempting to promote NON_VOTER b33a84e4d127437192bd6aa98d523d92 to VOTER
I20260608 09:49:49.176952  6318 consensus_queue.cc:237] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } }
I20260608 09:49:49.183178  6167 raft_consensus.cc:1275] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Refusing update from remote peer 003ec221137a4df8892b8ef3b7932cdc: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:49:49.184877  6017 raft_consensus.cc:1275] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Refusing update from remote peer 003ec221137a4df8892b8ef3b7932cdc: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:49:49.184949  6318 consensus_queue.cc:1048] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 09:49:49.186621  6286 raft_consensus.cc:1275] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [term 1 LEARNER]: Refusing update from remote peer 003ec221137a4df8892b8ef3b7932cdc: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:49:49.187733  6318 consensus_queue.cc:1048] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:49:49.188685  6219 consensus_queue.cc:1048] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:49:49.203658  6017 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:49.204435  6286 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:49.219660  5913 catalog_manager.cc:5696] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 reported cstate change: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "003ec221137a4df8892b8ef3b7932cdc" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:49.252015  6334 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:49.266747  6167 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } attrs { replace: true } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:49.300635  6092 consensus_queue.cc:237] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [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: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } }
I20260608 09:49:49.305922  6286 raft_consensus.cc:1275] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Refusing update from remote peer 003ec221137a4df8892b8ef3b7932cdc: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:49:49.307029  6167 raft_consensus.cc:1275] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Refusing update from remote peer 003ec221137a4df8892b8ef3b7932cdc: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:49:49.308508  6334 consensus_queue.cc:1048] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:49:49.311607  6334 consensus_queue.cc:1048] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [LEADER]: Connected to new peer: Peer: permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:49:49.317950  6167 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a97470aecbcb415e86866a0f914b0061 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:49.320461  6286 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a97470aecbcb415e86866a0f914b0061 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:49.332010  5914 catalog_manager.cc:5696] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 reported cstate change: config changed from index 3 to 4, VOTER a97470aecbcb415e86866a0f914b0061 (127.0.150.129) evicted. New cstate: current_term: 1 leader_uuid: "003ec221137a4df8892b8ef3b7932cdc" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:49.574481  6007 tablet_service.cc:1558] Processing DeleteTablet for tablet 49f923dd90894752aef3ededf70b83e8 with delete_type TABLET_DATA_TOMBSTONED (TS a97470aecbcb415e86866a0f914b0061 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:47342
I20260608 09:49:49.576427  6343 tablet_replica.cc:333] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061: stopping tablet replica
I20260608 09:49:49.577152  6343 raft_consensus.cc:2243] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:49.577963  6343 raft_consensus.cc:2272] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:49.580493  6343 ts_tablet_manager.cc:1916] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:49:49.591408  6343 ts_tablet_manager.cc:1929] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:49:49.591773  6343 log.cc:1199] T 49f923dd90894752aef3ededf70b83e8 P a97470aecbcb415e86866a0f914b0061: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-0-root/wals/49f923dd90894752aef3ededf70b83e8
I20260608 09:49:49.593262  5901 catalog_manager.cc:5027] TS a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007): tablet 49f923dd90894752aef3ededf70b83e8 (table test-workload [id=45d6f233f9f541feb5a775174ded95dc]) successfully deleted
I20260608 09:49:49.839504  6334 raft_consensus.cc:2955] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER a97470aecbcb415e86866a0f914b0061 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:49.847905  5902 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 49f923dd90894752aef3ededf70b83e8 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:49:49.985664  5969 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:49.988524  5969 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:49.988957  5969 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:50.595256  6017 consensus_queue.cc:237] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } }
I20260608 09:49:50.603708  6092 raft_consensus.cc:1275] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Refusing update from remote peer a97470aecbcb415e86866a0f914b0061: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:49:50.604118  6167 raft_consensus.cc:1275] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Refusing update from remote peer a97470aecbcb415e86866a0f914b0061: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:49:50.605224  6348 consensus_queue.cc:1048] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Connected to new peer: Peer: permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:49:50.606220  6322 consensus_queue.cc:1048] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 09:49:50.615512  5984 consensus_peers.cc:597] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 -> Peer b33a84e4d127437192bd6aa98d523d92 (127.0.150.132:37167): Couldn't send request to peer b33a84e4d127437192bd6aa98d523d92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4804ab8dee984204896a776bc3d2cd46. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:50.620064  6092 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } } }
I20260608 09:49:50.620371  6167 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } } }
I20260608 09:49:50.625263  6353 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } } }
I20260608 09:49:50.632030  5916 catalog_manager.cc:5696] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc reported cstate change: config changed from index -1 to 2, NON_VOTER b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "a97470aecbcb415e86866a0f914b0061" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } } }
I20260608 09:49:50.874075  6358 ts_tablet_manager.cc:933] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: Initiating tablet copy from peer a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007)
I20260608 09:49:50.876060  6358 tablet_copy_client.cc:323] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:43007
I20260608 09:49:50.888543  6028 tablet_copy_service.cc:140] P a97470aecbcb415e86866a0f914b0061: Received BeginTabletCopySession request for tablet 4804ab8dee984204896a776bc3d2cd46 from peer b33a84e4d127437192bd6aa98d523d92 ({username='slave'} at 127.0.0.1:47380)
I20260608 09:49:50.889178  6028 tablet_copy_service.cc:161] P a97470aecbcb415e86866a0f914b0061: Beginning new tablet copy session on tablet 4804ab8dee984204896a776bc3d2cd46 from peer b33a84e4d127437192bd6aa98d523d92 at {username='slave'} at 127.0.0.1:47380: session id = b33a84e4d127437192bd6aa98d523d92-4804ab8dee984204896a776bc3d2cd46
I20260608 09:49:50.896759  6028 tablet_copy_source_session.cc:215] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:49:50.899948  6358 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4804ab8dee984204896a776bc3d2cd46. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:50.910640  6358 tablet_copy_client.cc:806] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: tablet copy: Starting download of 0 data blocks...
I20260608 09:49:50.911212  6358 tablet_copy_client.cc:670] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: tablet copy: Starting download of 1 WAL segments...
I20260608 09:49:50.915131  6358 tablet_copy_client.cc:538] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:49:50.921358  6358 tablet_bootstrap.cc:492] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: Bootstrap starting.
I20260608 09:49:50.936709  6358 tablet_bootstrap.cc:492] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:49:50.937414  6358 tablet_bootstrap.cc:492] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: Bootstrap complete.
I20260608 09:49:50.938036  6358 ts_tablet_manager.cc:1403] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.004s
I20260608 09:49:50.940189  6358 raft_consensus.cc:359] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } }
I20260608 09:49:50.940809  6358 raft_consensus.cc:740] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: b33a84e4d127437192bd6aa98d523d92, State: Initialized, Role: LEARNER
I20260608 09:49:50.941342  6358 consensus_queue.cc:260] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: true } }
I20260608 09:49:50.944028  6358 ts_tablet_manager.cc:1434] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 09:49:50.945956  6028 tablet_copy_service.cc:342] P a97470aecbcb415e86866a0f914b0061: Request end of tablet copy session b33a84e4d127437192bd6aa98d523d92-4804ab8dee984204896a776bc3d2cd46 received from {username='slave'} at 127.0.0.1:47380
I20260608 09:49:50.946338  6028 tablet_copy_service.cc:434] P a97470aecbcb415e86866a0f914b0061: ending tablet copy session b33a84e4d127437192bd6aa98d523d92-4804ab8dee984204896a776bc3d2cd46 on tablet 4804ab8dee984204896a776bc3d2cd46 with peer b33a84e4d127437192bd6aa98d523d92
I20260608 09:49:51.121793  6285 raft_consensus.cc:1217] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:49:51.355360  6353 raft_consensus.cc:1064] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061: attempting to promote NON_VOTER b33a84e4d127437192bd6aa98d523d92 to VOTER
I20260608 09:49:51.357336  6353 consensus_queue.cc:237] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } }
I20260608 09:49:51.363150  6285 raft_consensus.cc:1275] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 LEARNER]: Refusing update from remote peer a97470aecbcb415e86866a0f914b0061: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:49:51.364704  6167 raft_consensus.cc:1275] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Refusing update from remote peer a97470aecbcb415e86866a0f914b0061: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:49:51.365031  6092 raft_consensus.cc:1275] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Refusing update from remote peer a97470aecbcb415e86866a0f914b0061: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:49:51.365700  6353 consensus_queue.cc:1048] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:49:51.366704  6348 consensus_queue.cc:1048] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:49:51.367697  6363 consensus_queue.cc:1048] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Connected to new peer: Peer: permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:49:51.379354  6167 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:51.382983  6285 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:51.394773  5914 catalog_manager.cc:5696] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 reported cstate change: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "a97470aecbcb415e86866a0f914b0061" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:51.621989  6092 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:51.673883  6353 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, b33a84e4d127437192bd6aa98d523d92 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "72649e36160e490892bc9aab67f7bb82" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36251 } attrs { replace: true } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:51.689800  6017 consensus_queue.cc:237] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } }
I20260608 09:49:51.694875  6285 raft_consensus.cc:1275] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Refusing update from remote peer a97470aecbcb415e86866a0f914b0061: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:49:51.694875  6092 raft_consensus.cc:1275] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Refusing update from remote peer a97470aecbcb415e86866a0f914b0061: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:49:51.696537  6348 consensus_queue.cc:1048] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Connected to new peer: Peer: permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:49:51.697197  6368 consensus_queue.cc:1048] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [LEADER]: Connected to new peer: Peer: permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:49:51.705369  6092 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 72649e36160e490892bc9aab67f7bb82 (127.0.150.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:51.707113  6285 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 72649e36160e490892bc9aab67f7bb82 (127.0.150.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:51.715713  5915 catalog_manager.cc:5696] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc reported cstate change: config changed from index 3 to 4, VOTER 72649e36160e490892bc9aab67f7bb82 (127.0.150.131) evicted. New cstate: current_term: 1 leader_uuid: "a97470aecbcb415e86866a0f914b0061" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:51.804945  6156 tablet_service.cc:1558] Processing DeleteTablet for tablet 4804ab8dee984204896a776bc3d2cd46 with delete_type TABLET_DATA_TOMBSTONED (TS 72649e36160e490892bc9aab67f7bb82 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:50062
I20260608 09:49:51.806730  6369 tablet_replica.cc:333] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82: stopping tablet replica
I20260608 09:49:51.807447  6369 raft_consensus.cc:2243] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:51.808086  6369 raft_consensus.cc:2272] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:51.810489  6369 ts_tablet_manager.cc:1916] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:49:51.820598  6369 ts_tablet_manager.cc:1929] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260608 09:49:51.820923  6369 log.cc:1199] T 4804ab8dee984204896a776bc3d2cd46 P 72649e36160e490892bc9aab67f7bb82: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1780912041960821-602-0/minicluster-data/ts-2-root/wals/4804ab8dee984204896a776bc3d2cd46
I20260608 09:49:51.822427  5903 catalog_manager.cc:5027] TS 72649e36160e490892bc9aab67f7bb82 (127.0.150.131:36251): tablet 4804ab8dee984204896a776bc3d2cd46 (table test-workload [id=45d6f233f9f541feb5a775174ded95dc]) successfully deleted
I20260608 09:49:51.989820  5969 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:51.992448  5969 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:51.992838  5969 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:52.460829  6353 raft_consensus.cc:2955] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 72649e36160e490892bc9aab67f7bb82 (127.0.150.131) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } } }
I20260608 09:49:52.468045  5901 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 4804ab8dee984204896a776bc3d2cd46 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:49:53.993990  5969 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:53.997102  5969 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:53.997529  5969 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 09:49:54.704340  6039 debug-util.cc:398] Leaking SignalData structure 0x7b08002e51c0 after lost signal to thread 605
W20260608 09:49:54.705389  6039 debug-util.cc:398] Leaking SignalData structure 0x7b08002e24c0 after lost signal to thread 5950
W20260608 09:49:54.706462  6039 debug-util.cc:398] Leaking SignalData structure 0x7b0800246e80 after lost signal to thread 6042
W20260608 09:49:54.707403  6039 debug-util.cc:398] Leaking SignalData structure 0x7b08001e47c0 after lost signal to thread 6117
W20260608 09:49:54.708316  6039 debug-util.cc:398] Leaking SignalData structure 0x7b080005c2e0 after lost signal to thread 6191
W20260608 09:49:54.709293  6039 debug-util.cc:398] Leaking SignalData structure 0x7b080023cfc0 after lost signal to thread 6310
I20260608 09:49:55.998543  5969 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:56.002295  5969 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:56.002739  5969 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:49:56.505604   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:49:56.539651   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:56.540697   602 tablet_replica.cc:333] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061: stopping tablet replica
I20260608 09:49:56.541492   602 raft_consensus.cc:2243] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:56.542737   602 raft_consensus.cc:2272] T 4804ab8dee984204896a776bc3d2cd46 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:56.545773   602 tablet_replica.cc:333] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061: stopping tablet replica
I20260608 09:49:56.546314   602 raft_consensus.cc:2243] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:56.546885   602 raft_consensus.cc:2272] T 2c3281839902484e864ecf8346009cf1 P a97470aecbcb415e86866a0f914b0061 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:49:56.766726  6131 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43007: connect: Connection refused (error 111) [suppressed 19 similar messages]
W20260608 09:49:56.770774  6131 consensus_peers.cc:597] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 -> Peer a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007): Couldn't send request to peer a97470aecbcb415e86866a0f914b0061. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43007: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:57.368912  6344 raft_consensus.cc:493] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Starting pre-election (detected failure of leader a97470aecbcb415e86866a0f914b0061)
I20260608 09:49:57.369690  6344 raft_consensus.cc:515] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } }
I20260608 09:49:57.375465  6344 leader_election.cc:290] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007), b33a84e4d127437192bd6aa98d523d92 (127.0.150.132:37167)
I20260608 09:49:57.376308  6285 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4804ab8dee984204896a776bc3d2cd46" candidate_uuid: "003ec221137a4df8892b8ef3b7932cdc" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "b33a84e4d127437192bd6aa98d523d92" is_pre_election: true
W20260608 09:49:57.380227  6057 leader_election.cc:336] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43007: connect: Connection refused (error 111)
I20260608 09:49:57.380663  6057 leader_election.cc:304] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [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: 003ec221137a4df8892b8ef3b7932cdc; no voters: a97470aecbcb415e86866a0f914b0061, b33a84e4d127437192bd6aa98d523d92
I20260608 09:49:57.381419  6344 raft_consensus.cc:2749] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:49:57.393649  6380 raft_consensus.cc:493] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader a97470aecbcb415e86866a0f914b0061)
I20260608 09:49:57.394313  6380 raft_consensus.cc:515] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } }
I20260608 09:49:57.396788  6380 leader_election.cc:290] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007), 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729)
I20260608 09:49:57.398211  6092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4804ab8dee984204896a776bc3d2cd46" candidate_uuid: "b33a84e4d127437192bd6aa98d523d92" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "003ec221137a4df8892b8ef3b7932cdc" is_pre_election: true
I20260608 09:49:57.398970  6092 raft_consensus.cc:2468] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate b33a84e4d127437192bd6aa98d523d92 in term 1.
I20260608 09:49:57.400489  6251 leader_election.cc:304] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [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: 003ec221137a4df8892b8ef3b7932cdc, b33a84e4d127437192bd6aa98d523d92; no voters: 
I20260608 09:49:57.401499  6380 raft_consensus.cc:2804] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:49:57.401928  6380 raft_consensus.cc:493] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Starting leader election (detected failure of leader a97470aecbcb415e86866a0f914b0061)
I20260608 09:49:57.402307  6380 raft_consensus.cc:3060] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Advancing to term 2
W20260608 09:49:57.404274  6250 leader_election.cc:336] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43007: connect: Connection refused (error 111)
I20260608 09:49:57.409260  6380 raft_consensus.cc:515] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } }
I20260608 09:49:57.412397  6092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4804ab8dee984204896a776bc3d2cd46" candidate_uuid: "b33a84e4d127437192bd6aa98d523d92" candidate_term: 2 candidate_status { last_received { term: 1 index: 4 } } ignore_live_leader: false dest_uuid: "003ec221137a4df8892b8ef3b7932cdc"
I20260608 09:49:57.413012  6092 raft_consensus.cc:3060] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Advancing to term 2
W20260608 09:49:57.416249  6250 leader_election.cc:336] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43007: connect: Connection refused (error 111)
I20260608 09:49:57.417083  6380 leader_election.cc:290] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [CANDIDATE]: Term 2 election: Requested vote from peers a97470aecbcb415e86866a0f914b0061 (127.0.150.129:43007), 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729)
I20260608 09:49:57.420029  6092 raft_consensus.cc:2468] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate b33a84e4d127437192bd6aa98d523d92 in term 2.
I20260608 09:49:57.421092  6251 leader_election.cc:304] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [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: 003ec221137a4df8892b8ef3b7932cdc, b33a84e4d127437192bd6aa98d523d92; no voters: a97470aecbcb415e86866a0f914b0061
I20260608 09:49:57.421844  6380 raft_consensus.cc:2804] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:49:57.423089  6380 raft_consensus.cc:697] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 2 LEADER]: Becoming Leader. State: Replica: b33a84e4d127437192bd6aa98d523d92, State: Running, Role: LEADER
I20260608 09:49:57.424175  6380 consensus_queue.cc:237] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [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: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } }
I20260608 09:49:57.433138  5914 catalog_manager.cc:5696] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 reported cstate change: term changed from 1 to 2, leader changed from a97470aecbcb415e86866a0f914b0061 (127.0.150.129) to b33a84e4d127437192bd6aa98d523d92 (127.0.150.132). New cstate: current_term: 2 leader_uuid: "b33a84e4d127437192bd6aa98d523d92" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a97470aecbcb415e86866a0f914b0061" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43007 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "003ec221137a4df8892b8ef3b7932cdc" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44729 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b33a84e4d127437192bd6aa98d523d92" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 37167 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:49:57.547493   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:49:57.564649   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:49:57.588227   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:57.588994   602 tablet_replica.cc:333] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc: stopping tablet replica
I20260608 09:49:57.589695   602 raft_consensus.cc:2243] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:57.590713   602 raft_consensus.cc:2272] T 4804ab8dee984204896a776bc3d2cd46 P 003ec221137a4df8892b8ef3b7932cdc [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:57.593118   602 tablet_replica.cc:333] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc: stopping tablet replica
I20260608 09:49:57.593622   602 raft_consensus.cc:2243] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:57.594142   602 raft_consensus.cc:2272] T 2c3281839902484e864ecf8346009cf1 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:57.596225   602 tablet_replica.cc:333] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc: stopping tablet replica
I20260608 09:49:57.596716   602 raft_consensus.cc:2243] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:57.597662   602 raft_consensus.cc:2272] T 49f923dd90894752aef3ededf70b83e8 P 003ec221137a4df8892b8ef3b7932cdc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:57.621592   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:49:57.638085   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:49:57.662811   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:57.663522   602 tablet_replica.cc:333] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82: stopping tablet replica
I20260608 09:49:57.664203   602 raft_consensus.cc:2243] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:57.665247   602 raft_consensus.cc:2272] T 2c3281839902484e864ecf8346009cf1 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:57.667794   602 tablet_replica.cc:333] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82: stopping tablet replica
I20260608 09:49:57.668277   602 raft_consensus.cc:2243] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:57.669034   602 raft_consensus.cc:2272] T 49f923dd90894752aef3ededf70b83e8 P 72649e36160e490892bc9aab67f7bb82 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:49:57.690219  6251 consensus_peers.cc:597] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 -> Peer 003ec221137a4df8892b8ef3b7932cdc (127.0.150.130:44729): Couldn't send request to peer 003ec221137a4df8892b8ef3b7932cdc. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:44729: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:49:57.692269   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:49:57.707333   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:49:57.727917   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:57.728567   602 tablet_replica.cc:333] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: stopping tablet replica
I20260608 09:49:57.729063   602 raft_consensus.cc:2243] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:49:57.730003   602 pending_rounds.cc:70] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: Trying to abort 1 pending ops.
I20260608 09:49:57.730193   602 pending_rounds.cc:77] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92: Aborting op as it isn't in flight: id { term: 2 index: 5 } timestamp: 7294616360657211392 op_type: NO_OP noop_request { }
I20260608 09:49:57.730468   602 raft_consensus.cc:2889] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:49:57.730716   602 raft_consensus.cc:2272] T 4804ab8dee984204896a776bc3d2cd46 P b33a84e4d127437192bd6aa98d523d92 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:57.733548   602 tablet_replica.cc:333] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92: stopping tablet replica
I20260608 09:49:57.734104   602 raft_consensus.cc:2243] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:49:57.734663   602 raft_consensus.cc:2272] T 49f923dd90894752aef3ededf70b83e8 P b33a84e4d127437192bd6aa98d523d92 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:57.755861   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:49:57.769289   602 master.cc:562] Master@127.0.150.190:35111 shutting down...
I20260608 09:49:57.786896   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:57.787475   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:57.787856   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P a903cfb9219742f3b80aece771289ce7: stopping tablet replica
I20260608 09:49:57.807178   602 master.cc:584] Master@127.0.150.190:35111 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (12007 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260608 09:49:57.844221   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:46297
I20260608 09:49:57.845309   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:57.851451  6390 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:57.851670  6391 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:57.852032  6393 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:57.852813   602 server_base.cc:1061] running on GCE node
I20260608 09:49:57.853732   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:57.853991   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:57.854111   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912197854100 us; error 0 us; skew 500 ppm
I20260608 09:49:57.854712   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:57.857101   602 webserver.cc:533] Webserver started at http://127.0.150.190:44105/ using document root <none> and password file <none>
I20260608 09:49:57.857653   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:57.857867   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:57.858212   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:57.859382   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "f804fe01190b4656a357c553c2901346"
format_stamp: "Formatted at 2026-06-08 09:49:57 on dist-test-slave-g93p"
I20260608 09:49:57.864256   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260608 09:49:57.867911  6398 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:57.868672   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:49:57.868983   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "f804fe01190b4656a357c553c2901346"
format_stamp: "Formatted at 2026-06-08 09:49:57 on dist-test-slave-g93p"
I20260608 09:49:57.869289   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:57.885619   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:57.886993   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:57.925733   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:46297
I20260608 09:49:57.925853  6449 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:46297 every 8 connection(s)
I20260608 09:49:57.929934  6450 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:57.940796  6450 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346: Bootstrap starting.
I20260608 09:49:57.945726  6450 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:57.950011  6450 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346: No bootstrap required, opened a new log
I20260608 09:49:57.952147  6450 raft_consensus.cc:359] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f804fe01190b4656a357c553c2901346" member_type: VOTER }
I20260608 09:49:57.952512  6450 raft_consensus.cc:385] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:57.952687  6450 raft_consensus.cc:740] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f804fe01190b4656a357c553c2901346, State: Initialized, Role: FOLLOWER
I20260608 09:49:57.953308  6450 consensus_queue.cc:260] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f804fe01190b4656a357c553c2901346" member_type: VOTER }
I20260608 09:49:57.953716  6450 raft_consensus.cc:399] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:49:57.953941  6450 raft_consensus.cc:493] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:49:57.954156  6450 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:57.958561  6450 raft_consensus.cc:515] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f804fe01190b4656a357c553c2901346" member_type: VOTER }
I20260608 09:49:57.959034  6450 leader_election.cc:304] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [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: f804fe01190b4656a357c553c2901346; no voters: 
I20260608 09:49:57.960125  6450 leader_election.cc:290] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:49:57.960650  6453 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:57.962030  6453 raft_consensus.cc:697] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 1 LEADER]: Becoming Leader. State: Replica: f804fe01190b4656a357c553c2901346, State: Running, Role: LEADER
I20260608 09:49:57.962787  6453 consensus_queue.cc:237] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [LEADER]: Queue going to LEADER mode. State: All 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: "f804fe01190b4656a357c553c2901346" member_type: VOTER }
I20260608 09:49:57.963285  6450 sys_catalog.cc:565] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:49:57.967895  6454 sys_catalog.cc:455] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f804fe01190b4656a357c553c2901346" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f804fe01190b4656a357c553c2901346" member_type: VOTER } }
I20260608 09:49:57.967907  6455 sys_catalog.cc:455] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f804fe01190b4656a357c553c2901346. Latest consensus state: current_term: 1 leader_uuid: "f804fe01190b4656a357c553c2901346" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f804fe01190b4656a357c553c2901346" member_type: VOTER } }
I20260608 09:49:57.968863  6454 sys_catalog.cc:458] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [sys.catalog]: This master's current role is: LEADER
I20260608 09:49:57.968947  6455 sys_catalog.cc:458] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [sys.catalog]: This master's current role is: LEADER
I20260608 09:49:57.972275  6461 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:49:57.977593  6461 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:49:57.980126   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:49:57.986610  6461 catalog_manager.cc:1382] Generated new cluster ID: 2c273a157f32461585731b9adbfde583
I20260608 09:49:57.986964  6461 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:49:58.005918  6461 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:49:58.007507  6461 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:49:58.021404  6461 catalog_manager.cc:6069] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346: Generated new TSK 0
I20260608 09:49:58.022059  6461 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:49:58.046586   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:58.052626  6471 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:58.054093  6472 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:58.056512  6474 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:58.056651   602 server_base.cc:1061] running on GCE node
I20260608 09:49:58.058419   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:58.058626   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:58.058815   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912198058796 us; error 0 us; skew 500 ppm
I20260608 09:49:58.059407   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:58.061630   602 webserver.cc:533] Webserver started at http://127.0.150.129:34053/ using document root <none> and password file <none>
I20260608 09:49:58.062158   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:58.062353   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:58.062626   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:58.063748   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "0a4c8fc9409842288b459b0c39950368"
format_stamp: "Formatted at 2026-06-08 09:49:58 on dist-test-slave-g93p"
I20260608 09:49:58.068739   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 09:49:58.072319  6479 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:58.073015   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260608 09:49:58.073318   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "0a4c8fc9409842288b459b0c39950368"
format_stamp: "Formatted at 2026-06-08 09:49:58 on dist-test-slave-g93p"
I20260608 09:49:58.073622   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:58.102000   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:58.103296   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:58.104835   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:58.107288   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:58.107522   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:58.107760   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:58.107941   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:58.148842   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:33743
I20260608 09:49:58.148968  6541 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:33743 every 8 connection(s)
I20260608 09:49:58.154508   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:58.161793  6546 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:58.163386  6547 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:58.165091  6549 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:58.166635   602 server_base.cc:1061] running on GCE node
I20260608 09:49:58.167888   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:49:58.168088   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:58.168299   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912198168262 us; error 0 us; skew 500 ppm
I20260608 09:49:58.168711  6542 heartbeater.cc:344] Connected to a master server at 127.0.150.190:46297
I20260608 09:49:58.168892   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:58.169128  6542 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:58.169996  6542 heartbeater.cc:507] Master 127.0.150.190:46297 requested a full tablet report, sending...
I20260608 09:49:58.171793   602 webserver.cc:533] Webserver started at http://127.0.150.130:33865/ using document root <none> and password file <none>
I20260608 09:49:58.172351   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:58.172325  6415 ts_manager.cc:194] Registered new tserver with Master: 0a4c8fc9409842288b459b0c39950368 (127.0.150.129:33743)
I20260608 09:49:58.172794   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:58.173169   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:58.174362   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "0de3843f8f46468ebe01e67dfde0cc4c"
format_stamp: "Formatted at 2026-06-08 09:49:58 on dist-test-slave-g93p"
I20260608 09:49:58.174793  6415 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59724
I20260608 09:49:58.179168   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:49:58.182776  6554 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:58.183494   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:49:58.183810   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "0de3843f8f46468ebe01e67dfde0cc4c"
format_stamp: "Formatted at 2026-06-08 09:49:58 on dist-test-slave-g93p"
I20260608 09:49:58.184075   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:58.217196   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:58.218468   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:58.219986   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:58.222349   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:58.222549   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:58.222806   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:58.222965   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:58.262912   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:38933
I20260608 09:49:58.263027  6616 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:38933 every 8 connection(s)
I20260608 09:49:58.268299   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:49:58.275763  6620 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:49:58.278384  6621 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:58.281478  6617 heartbeater.cc:344] Connected to a master server at 127.0.150.190:46297
W20260608 09:49:58.281584  6623 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:49:58.281814   602 server_base.cc:1061] running on GCE node
I20260608 09:49:58.282153  6617 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:58.283094   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 09:49:58.283165  6617 heartbeater.cc:507] Master 127.0.150.190:46297 requested a full tablet report, sending...
W20260608 09:49:58.283469   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:49:58.283712   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912198283695 us; error 0 us; skew 500 ppm
I20260608 09:49:58.284449   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:49:58.285573  6415 ts_manager.cc:194] Registered new tserver with Master: 0de3843f8f46468ebe01e67dfde0cc4c (127.0.150.130:38933)
I20260608 09:49:58.287273   602 webserver.cc:533] Webserver started at http://127.0.150.131:42649/ using document root <none> and password file <none>
I20260608 09:49:58.287310  6415 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59738
I20260608 09:49:58.288020   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:49:58.288255   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:49:58.288632   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:49:58.289806   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "cdad77a221204882a543ab20c84a2f24"
format_stamp: "Formatted at 2026-06-08 09:49:58 on dist-test-slave-g93p"
I20260608 09:49:58.294342   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:49:58.297585  6628 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:58.298408   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:49:58.298707   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "cdad77a221204882a543ab20c84a2f24"
format_stamp: "Formatted at 2026-06-08 09:49:58 on dist-test-slave-g93p"
I20260608 09:49:58.298995   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:49:58.316823   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:49:58.318117   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:49:58.319550   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:49:58.321856   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:49:58.322161   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:58.322409   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:49:58.322593   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:49:58.362720   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:32919
I20260608 09:49:58.362884  6690 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:32919 every 8 connection(s)
I20260608 09:49:58.376754  6691 heartbeater.cc:344] Connected to a master server at 127.0.150.190:46297
I20260608 09:49:58.377206  6691 heartbeater.cc:461] Registering TS with master...
I20260608 09:49:58.378073  6691 heartbeater.cc:507] Master 127.0.150.190:46297 requested a full tablet report, sending...
I20260608 09:49:58.380090  6415 ts_manager.cc:194] Registered new tserver with Master: cdad77a221204882a543ab20c84a2f24 (127.0.150.131:32919)
I20260608 09:49:58.380908   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014681081s
I20260608 09:49:58.381848  6415 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:59752
I20260608 09:49:59.177618  6542 heartbeater.cc:499] Master 127.0.150.190:46297 was elected leader, sending a full tablet report...
I20260608 09:49:59.289985  6617 heartbeater.cc:499] Master 127.0.150.190:46297 was elected leader, sending a full tablet report...
I20260608 09:49:59.384742  6691 heartbeater.cc:499] Master 127.0.150.190:46297 was elected leader, sending a full tablet report...
I20260608 09:49:59.436539  6415 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:59758:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:49:59.438573  6415 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:49:59.484653  6582 tablet_service.cc:1511] Processing CreateTablet for tablet 49fec39a41e64ecba3798f8b58cf7a3b (DEFAULT_TABLE table=test-workload [id=35228e7ad51943418705b1f66fb7322c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:49:59.486307  6582 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49fec39a41e64ecba3798f8b58cf7a3b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:59.495514  6507 tablet_service.cc:1511] Processing CreateTablet for tablet 49fec39a41e64ecba3798f8b58cf7a3b (DEFAULT_TABLE table=test-workload [id=35228e7ad51943418705b1f66fb7322c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:49:59.496722  6507 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49fec39a41e64ecba3798f8b58cf7a3b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:59.497850  6656 tablet_service.cc:1511] Processing CreateTablet for tablet 49fec39a41e64ecba3798f8b58cf7a3b (DEFAULT_TABLE table=test-workload [id=35228e7ad51943418705b1f66fb7322c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:49:59.499316  6656 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 49fec39a41e64ecba3798f8b58cf7a3b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:49:59.505654  6711 tablet_bootstrap.cc:492] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c: Bootstrap starting.
I20260608 09:49:59.511394  6711 tablet_bootstrap.cc:654] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:59.515116  6712 tablet_bootstrap.cc:492] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368: Bootstrap starting.
I20260608 09:49:59.517640  6714 tablet_bootstrap.cc:492] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24: Bootstrap starting.
I20260608 09:49:59.520947  6711 tablet_bootstrap.cc:492] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c: No bootstrap required, opened a new log
I20260608 09:49:59.521592  6711 ts_tablet_manager.cc:1403] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c: Time spent bootstrapping tablet: real 0.016s	user 0.003s	sys 0.012s
I20260608 09:49:59.523384  6712 tablet_bootstrap.cc:654] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:59.524175  6714 tablet_bootstrap.cc:654] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24: Neither blocks nor log segments found. Creating new log.
I20260608 09:49:59.525048  6711 raft_consensus.cc:359] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:49:59.525852  6711 raft_consensus.cc:385] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:59.526216  6711 raft_consensus.cc:740] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de3843f8f46468ebe01e67dfde0cc4c, State: Initialized, Role: FOLLOWER
I20260608 09:49:59.527355  6711 consensus_queue.cc:260] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:49:59.529744  6712 tablet_bootstrap.cc:492] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368: No bootstrap required, opened a new log
I20260608 09:49:59.530293  6711 ts_tablet_manager.cc:1434] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.004s
I20260608 09:49:59.530592  6714 tablet_bootstrap.cc:492] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24: No bootstrap required, opened a new log
I20260608 09:49:59.531061  6714 ts_tablet_manager.cc:1403] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260608 09:49:59.531102  6712 ts_tablet_manager.cc:1403] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.003s
I20260608 09:49:59.534159  6714 raft_consensus.cc:359] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:49:59.534374  6712 raft_consensus.cc:359] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:49:59.535073  6714 raft_consensus.cc:385] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:59.535247  6712 raft_consensus.cc:385] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:49:59.535630  6714 raft_consensus.cc:740] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cdad77a221204882a543ab20c84a2f24, State: Initialized, Role: FOLLOWER
I20260608 09:49:59.535816  6712 raft_consensus.cc:740] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0a4c8fc9409842288b459b0c39950368, State: Initialized, Role: FOLLOWER
I20260608 09:49:59.536791  6714 consensus_queue.cc:260] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:49:59.536799  6712 consensus_queue.cc:260] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:49:59.540110  6712 ts_tablet_manager.cc:1434] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 09:49:59.540850  6714 ts_tablet_manager.cc:1434] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260608 09:49:59.623558  6718 raft_consensus.cc:493] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:49:59.624161  6718 raft_consensus.cc:515] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:49:59.626787  6718 leader_election.cc:290] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0de3843f8f46468ebe01e67dfde0cc4c (127.0.150.130:38933), cdad77a221204882a543ab20c84a2f24 (127.0.150.131:32919)
I20260608 09:49:59.637763  6666 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49fec39a41e64ecba3798f8b58cf7a3b" candidate_uuid: "0a4c8fc9409842288b459b0c39950368" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdad77a221204882a543ab20c84a2f24" is_pre_election: true
I20260608 09:49:59.638211  6592 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49fec39a41e64ecba3798f8b58cf7a3b" candidate_uuid: "0a4c8fc9409842288b459b0c39950368" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" is_pre_election: true
I20260608 09:49:59.638648  6666 raft_consensus.cc:2468] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a4c8fc9409842288b459b0c39950368 in term 0.
I20260608 09:49:59.638883  6592 raft_consensus.cc:2468] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0a4c8fc9409842288b459b0c39950368 in term 0.
I20260608 09:49:59.640095  6482 leader_election.cc:304] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [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: 0a4c8fc9409842288b459b0c39950368, cdad77a221204882a543ab20c84a2f24; no voters: 
I20260608 09:49:59.640781  6718 raft_consensus.cc:2804] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:49:59.641131  6718 raft_consensus.cc:493] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:49:59.641360  6718 raft_consensus.cc:3060] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:59.646230  6718 raft_consensus.cc:515] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:49:59.648964  6718 leader_election.cc:290] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [CANDIDATE]: Term 1 election: Requested vote from peers 0de3843f8f46468ebe01e67dfde0cc4c (127.0.150.130:38933), cdad77a221204882a543ab20c84a2f24 (127.0.150.131:32919)
I20260608 09:49:59.649063  6592 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49fec39a41e64ecba3798f8b58cf7a3b" candidate_uuid: "0a4c8fc9409842288b459b0c39950368" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de3843f8f46468ebe01e67dfde0cc4c"
I20260608 09:49:59.649466  6666 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49fec39a41e64ecba3798f8b58cf7a3b" candidate_uuid: "0a4c8fc9409842288b459b0c39950368" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdad77a221204882a543ab20c84a2f24"
I20260608 09:49:59.649751  6592 raft_consensus.cc:3060] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:59.650104  6666 raft_consensus.cc:3060] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:49:59.657464  6666 raft_consensus.cc:2468] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a4c8fc9409842288b459b0c39950368 in term 1.
I20260608 09:49:59.657464  6592 raft_consensus.cc:2468] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0a4c8fc9409842288b459b0c39950368 in term 1.
I20260608 09:49:59.659180  6483 leader_election.cc:304] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [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: 0a4c8fc9409842288b459b0c39950368, 0de3843f8f46468ebe01e67dfde0cc4c; no voters: 
I20260608 09:49:59.660053  6718 raft_consensus.cc:2804] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:49:59.661196  6718 raft_consensus.cc:697] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 1 LEADER]: Becoming Leader. State: Replica: 0a4c8fc9409842288b459b0c39950368, State: Running, Role: LEADER
I20260608 09:49:59.662068  6718 consensus_queue.cc:237] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [LEADER]: Queue going to LEADER mode. State: All 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: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:49:59.669365  6413 catalog_manager.cc:5696] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0a4c8fc9409842288b459b0c39950368 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "0a4c8fc9409842288b459b0c39950368" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } health_report { overall_health: UNKNOWN } } }
I20260608 09:49:59.687187   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:49:59.704900   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:49:59.705739   602 tablet_replica.cc:333] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368: stopping tablet replica
I20260608 09:49:59.706349   602 raft_consensus.cc:2243] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:49:59.707010   602 pending_rounds.cc:70] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368: Trying to abort 1 pending ops.
I20260608 09:49:59.707245   602 pending_rounds.cc:77] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616369823608832 op_type: NO_OP noop_request { }
I20260608 09:49:59.707549   602 raft_consensus.cc:2889] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:49:59.707857   602 raft_consensus.cc:2272] T 49fec39a41e64ecba3798f8b58cf7a3b P 0a4c8fc9409842288b459b0c39950368 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:49:59.727824   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:49:59.979751  6468 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:49:59.981096  6468 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:49:59.981397  6468 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:50:01.226727  6724 raft_consensus.cc:493] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:01.227171  6724 raft_consensus.cc:515] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:50:01.229346  6724 leader_election.cc:290] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 0a4c8fc9409842288b459b0c39950368 (127.0.150.129:33743), cdad77a221204882a543ab20c84a2f24 (127.0.150.131:32919)
W20260608 09:50:01.237232  6555 leader_election.cc:336] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 0a4c8fc9409842288b459b0c39950368 (127.0.150.129:33743): Network error: Client connection negotiation failed: client connection to 127.0.150.129:33743: connect: Connection refused (error 111)
I20260608 09:50:01.241590  6666 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49fec39a41e64ecba3798f8b58cf7a3b" candidate_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdad77a221204882a543ab20c84a2f24" is_pre_election: true
I20260608 09:50:01.242231  6666 raft_consensus.cc:2468] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de3843f8f46468ebe01e67dfde0cc4c in term 1.
I20260608 09:50:01.243192  6557 leader_election.cc:304] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [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: 0de3843f8f46468ebe01e67dfde0cc4c, cdad77a221204882a543ab20c84a2f24; no voters: 0a4c8fc9409842288b459b0c39950368
I20260608 09:50:01.243894  6724 raft_consensus.cc:2804] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:50:01.244216  6724 raft_consensus.cc:493] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:01.244485  6724 raft_consensus.cc:3060] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:01.249483  6724 raft_consensus.cc:515] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:50:01.251194  6724 leader_election.cc:290] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [CANDIDATE]: Term 2 election: Requested vote from peers 0a4c8fc9409842288b459b0c39950368 (127.0.150.129:33743), cdad77a221204882a543ab20c84a2f24 (127.0.150.131:32919)
I20260608 09:50:01.252398  6666 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "49fec39a41e64ecba3798f8b58cf7a3b" candidate_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cdad77a221204882a543ab20c84a2f24"
I20260608 09:50:01.253067  6666 raft_consensus.cc:3060] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 1 FOLLOWER]: Advancing to term 2
W20260608 09:50:01.255134  6555 leader_election.cc:336] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 0a4c8fc9409842288b459b0c39950368 (127.0.150.129:33743): Network error: Client connection negotiation failed: client connection to 127.0.150.129:33743: connect: Connection refused (error 111)
I20260608 09:50:01.258721  6666 raft_consensus.cc:2468] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de3843f8f46468ebe01e67dfde0cc4c in term 2.
I20260608 09:50:01.259727  6557 leader_election.cc:304] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [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: 0de3843f8f46468ebe01e67dfde0cc4c, cdad77a221204882a543ab20c84a2f24; no voters: 0a4c8fc9409842288b459b0c39950368
I20260608 09:50:01.260334  6724 raft_consensus.cc:2804] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:50:01.261373  6724 raft_consensus.cc:697] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 2 LEADER]: Becoming Leader. State: Replica: 0de3843f8f46468ebe01e67dfde0cc4c, State: Running, Role: LEADER
I20260608 09:50:01.262224  6724 consensus_queue.cc:237] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [LEADER]: Queue going to LEADER 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: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } }
I20260608 09:50:01.269181  6413 catalog_manager.cc:5696] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c reported cstate change: term changed from 1 to 2, leader changed from 0a4c8fc9409842288b459b0c39950368 (127.0.150.129) to 0de3843f8f46468ebe01e67dfde0cc4c (127.0.150.130). New cstate: current_term: 2 leader_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de3843f8f46468ebe01e67dfde0cc4c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38933 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0a4c8fc9409842288b459b0c39950368" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 33743 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:01.662515  6666 raft_consensus.cc:1275] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 2 FOLLOWER]: Refusing update from remote peer 0de3843f8f46468ebe01e67dfde0cc4c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 09:50:01.663995  6724 consensus_queue.cc:1048] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [LEADER]: Connected to new peer: Peer: permanent_uuid: "cdad77a221204882a543ab20c84a2f24" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 32919 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 09:50:01.680012  6555 consensus_peers.cc:597] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c -> Peer 0a4c8fc9409842288b459b0c39950368 (127.0.150.129:33743): Couldn't send request to peer 0a4c8fc9409842288b459b0c39950368. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:33743: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:01.982303  6468 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:50:01.983729  6468 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:50:01.984077  6468 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 09:50:02.065445  6555 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:33743: connect: Connection refused (error 111) [suppressed 10 similar messages]
I20260608 09:50:03.985212  6468 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:50:03.987072  6468 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:50:03.987391  6468 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 09:50:04.075208  6555 consensus_peers.cc:597] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c -> Peer 0a4c8fc9409842288b459b0c39950368 (127.0.150.129:33743): Couldn't send request to peer 0a4c8fc9409842288b459b0c39950368. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:33743: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 09:50:05.988363  6468 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:50:05.989775  6468 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:50:05.990127  6468 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 09:50:06.226732  6555 consensus_peers.cc:597] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c -> Peer 0a4c8fc9409842288b459b0c39950368 (127.0.150.129:33743): Couldn't send request to peer 0a4c8fc9409842288b459b0c39950368. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:33743: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
W20260608 09:50:07.203269  6555 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:33743: connect: Connection refused (error 111) [suppressed 10 similar messages]
I20260608 09:50:07.991135  6468 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:50:07.992578  6468 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:50:07.992933  6468 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
W20260608 09:50:08.625386  6555 consensus_peers.cc:597] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c -> Peer 0a4c8fc9409842288b459b0c39950368 (127.0.150.129:33743): Couldn't send request to peer 0a4c8fc9409842288b459b0c39950368. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:33743: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
I20260608 09:50:09.993975  6468 auto_leader_rebalancer.cc:140] leader rebalance for table test-workload
I20260608 09:50:09.995427  6468 auto_leader_rebalancer.cc:388] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260608 09:50:09.995795  6468 auto_leader_rebalancer.cc:451] All tables' leader rebalancing finished this round
I20260608 09:50:10.799338   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:50:10.824414   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:10.825250   602 tablet_replica.cc:333] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c: stopping tablet replica
I20260608 09:50:10.825965   602 raft_consensus.cc:2243] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:50:10.827059   602 raft_consensus.cc:2272] T 49fec39a41e64ecba3798f8b58cf7a3b P 0de3843f8f46468ebe01e67dfde0cc4c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:10.848727   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:50:10.862218   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:50:10.884637   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:10.885396   602 tablet_replica.cc:333] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24: stopping tablet replica
I20260608 09:50:10.886013   602 raft_consensus.cc:2243] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:10.886559   602 raft_consensus.cc:2272] T 49fec39a41e64ecba3798f8b58cf7a3b P cdad77a221204882a543ab20c84a2f24 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:10.906304   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:50:10.919342   602 master.cc:562] Master@127.0.150.190:46297 shutting down...
I20260608 09:50:10.941179   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:10.941995   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:10.942375   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P f804fe01190b4656a357c553c2901346: stopping tablet replica
I20260608 09:50:10.961565   602 master.cc:584] Master@127.0.150.190:46297 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (13154 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260608 09:50:10.999568   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:46731
I20260608 09:50:11.000898   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:11.007342  6750 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:11.007433  6751 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:11.008576  6753 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:11.008788   602 server_base.cc:1061] running on GCE node
I20260608 09:50:11.009786   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:11.010118   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:11.010304   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912211010268 us; error 0 us; skew 500 ppm
I20260608 09:50:11.010928   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:11.013425   602 webserver.cc:533] Webserver started at http://127.0.150.190:36021/ using document root <none> and password file <none>
I20260608 09:50:11.014065   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:11.014271   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:11.014566   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:11.015877   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "eef96775c7e54bba83df8bba028c37c2"
format_stamp: "Formatted at 2026-06-08 09:50:11 on dist-test-slave-g93p"
I20260608 09:50:11.020738   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 09:50:11.024389  6758 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:11.025161   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:50:11.025467   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "eef96775c7e54bba83df8bba028c37c2"
format_stamp: "Formatted at 2026-06-08 09:50:11 on dist-test-slave-g93p"
I20260608 09:50:11.025745   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:11.040313   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:11.041615   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:11.080989   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:46731
I20260608 09:50:11.081100  6809 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:46731 every 8 connection(s)
I20260608 09:50:11.085697  6810 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:11.098519  6810 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2: Bootstrap starting.
I20260608 09:50:11.104101  6810 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:11.108928  6810 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2: No bootstrap required, opened a new log
I20260608 09:50:11.111615  6810 raft_consensus.cc:359] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eef96775c7e54bba83df8bba028c37c2" member_type: VOTER }
I20260608 09:50:11.112138  6810 raft_consensus.cc:385] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:11.112397  6810 raft_consensus.cc:740] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eef96775c7e54bba83df8bba028c37c2, State: Initialized, Role: FOLLOWER
I20260608 09:50:11.113204  6810 consensus_queue.cc:260] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "eef96775c7e54bba83df8bba028c37c2" member_type: VOTER }
I20260608 09:50:11.113768  6810 raft_consensus.cc:399] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:50:11.114063  6810 raft_consensus.cc:493] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:50:11.114390  6810 raft_consensus.cc:3060] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:11.119657  6810 raft_consensus.cc:515] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eef96775c7e54bba83df8bba028c37c2" member_type: VOTER }
I20260608 09:50:11.120278  6810 leader_election.cc:304] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [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: eef96775c7e54bba83df8bba028c37c2; no voters: 
I20260608 09:50:11.121591  6810 leader_election.cc:290] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:50:11.122128  6813 raft_consensus.cc:2804] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:11.123605  6813 raft_consensus.cc:697] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 1 LEADER]: Becoming Leader. State: Replica: eef96775c7e54bba83df8bba028c37c2, State: Running, Role: LEADER
I20260608 09:50:11.124392  6813 consensus_queue.cc:237] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [LEADER]: Queue going to LEADER mode. State: All 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: "eef96775c7e54bba83df8bba028c37c2" member_type: VOTER }
I20260608 09:50:11.125120  6810 sys_catalog.cc:565] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:50:11.127707  6814 sys_catalog.cc:455] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "eef96775c7e54bba83df8bba028c37c2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eef96775c7e54bba83df8bba028c37c2" member_type: VOTER } }
I20260608 09:50:11.127737  6815 sys_catalog.cc:455] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader eef96775c7e54bba83df8bba028c37c2. Latest consensus state: current_term: 1 leader_uuid: "eef96775c7e54bba83df8bba028c37c2" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "eef96775c7e54bba83df8bba028c37c2" member_type: VOTER } }
I20260608 09:50:11.128481  6814 sys_catalog.cc:458] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [sys.catalog]: This master's current role is: LEADER
I20260608 09:50:11.128502  6815 sys_catalog.cc:458] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [sys.catalog]: This master's current role is: LEADER
I20260608 09:50:11.136516  6818 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:50:11.141559  6818 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:50:11.143500   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:50:11.151379  6818 catalog_manager.cc:1382] Generated new cluster ID: 3b1bdaafc0ee4c1988e25790c37c1e2b
I20260608 09:50:11.151731  6818 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:50:11.184645  6818 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:50:11.186061  6818 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:50:11.199118  6818 catalog_manager.cc:6069] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2: Generated new TSK 0
I20260608 09:50:11.199781  6818 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:50:11.210419   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:11.216539  6831 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:11.218010  6832 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:11.220851  6834 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:11.223728   602 server_base.cc:1061] running on GCE node
I20260608 09:50:11.225010   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:11.225211   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:11.225435   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912211225401 us; error 0 us; skew 500 ppm
I20260608 09:50:11.226241   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:11.228562   602 webserver.cc:533] Webserver started at http://127.0.150.129:39795/ using document root <none> and password file <none>
I20260608 09:50:11.229079   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:11.229298   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:11.229588   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:11.230826   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "202a909eec70495cb9cb0717fbba3205"
format_stamp: "Formatted at 2026-06-08 09:50:11 on dist-test-slave-g93p"
I20260608 09:50:11.235725   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 09:50:11.239451  6839 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:11.240302   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.004s
I20260608 09:50:11.240608   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "202a909eec70495cb9cb0717fbba3205"
format_stamp: "Formatted at 2026-06-08 09:50:11 on dist-test-slave-g93p"
I20260608 09:50:11.240924   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:11.258320   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:11.259624   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:11.261119   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:11.263600   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:11.263832   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:11.264073   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:11.264249   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:11.306896   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:43317
I20260608 09:50:11.307013  6901 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:43317 every 8 connection(s)
I20260608 09:50:11.312553   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:11.321504  6907 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:11.320787  6906 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:11.326678   602 server_base.cc:1061] running on GCE node
W20260608 09:50:11.327535  6909 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:11.328816   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:11.329090   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:11.329300   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912211329282 us; error 0 us; skew 500 ppm
I20260608 09:50:11.330010   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:11.330144  6902 heartbeater.cc:344] Connected to a master server at 127.0.150.190:46731
I20260608 09:50:11.330569  6902 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:11.331624  6902 heartbeater.cc:507] Master 127.0.150.190:46731 requested a full tablet report, sending...
I20260608 09:50:11.332891   602 webserver.cc:533] Webserver started at http://127.0.150.130:33327/ using document root <none> and password file <none>
I20260608 09:50:11.333606   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:11.333819   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:11.334188   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:11.334347  6775 ts_manager.cc:194] Registered new tserver with Master: 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317)
I20260608 09:50:11.335469   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "866041372f3644dfabd46757db185123"
format_stamp: "Formatted at 2026-06-08 09:50:11 on dist-test-slave-g93p"
I20260608 09:50:11.336341  6775 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54234
I20260608 09:50:11.341033   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 09:50:11.344913  6914 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:11.345662   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:50:11.345989   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "866041372f3644dfabd46757db185123"
format_stamp: "Formatted at 2026-06-08 09:50:11 on dist-test-slave-g93p"
I20260608 09:50:11.346283   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:11.364576   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:11.365855   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:11.367385   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:11.369714   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:11.369969   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260608 09:50:11.370216   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:11.370395   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:11.411571   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:40225
I20260608 09:50:11.411693  6976 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:40225 every 8 connection(s)
I20260608 09:50:11.416975   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:11.423812  6980 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:11.425932  6981 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:11.428646  6983 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:11.429116   602 server_base.cc:1061] running on GCE node
I20260608 09:50:11.430318   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:11.430600   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:11.430830   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912211430809 us; error 0 us; skew 500 ppm
I20260608 09:50:11.431552   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:11.431944  6977 heartbeater.cc:344] Connected to a master server at 127.0.150.190:46731
I20260608 09:50:11.432381  6977 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:11.433176  6977 heartbeater.cc:507] Master 127.0.150.190:46731 requested a full tablet report, sending...
I20260608 09:50:11.434547   602 webserver.cc:533] Webserver started at http://127.0.150.131:46517/ using document root <none> and password file <none>
I20260608 09:50:11.435163   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:11.435367   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:11.435437  6775 ts_manager.cc:194] Registered new tserver with Master: 866041372f3644dfabd46757db185123 (127.0.150.130:40225)
I20260608 09:50:11.435662   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:11.437040  6775 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54248
I20260608 09:50:11.437148   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "f4985a043f3a4fc1abf30d25e62a72a7"
format_stamp: "Formatted at 2026-06-08 09:50:11 on dist-test-slave-g93p"
I20260608 09:50:11.442099   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 09:50:11.445536  6988 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:11.446414   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:50:11.446717   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "f4985a043f3a4fc1abf30d25e62a72a7"
format_stamp: "Formatted at 2026-06-08 09:50:11 on dist-test-slave-g93p"
I20260608 09:50:11.447006   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:11.459327   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:11.460525   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:11.462033   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:11.464277   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:11.464504   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:11.464747   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:11.464926   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:11.506348   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:36205
I20260608 09:50:11.506469  7050 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:36205 every 8 connection(s)
I20260608 09:50:11.521194  7051 heartbeater.cc:344] Connected to a master server at 127.0.150.190:46731
I20260608 09:50:11.521610  7051 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:11.522482  7051 heartbeater.cc:507] Master 127.0.150.190:46731 requested a full tablet report, sending...
I20260608 09:50:11.524602  6775 ts_manager.cc:194] Registered new tserver with Master: f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:11.525501   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015643471s
I20260608 09:50:11.526168  6775 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:50998
I20260608 09:50:12.339468  6902 heartbeater.cc:499] Master 127.0.150.190:46731 was elected leader, sending a full tablet report...
I20260608 09:50:12.439728  6977 heartbeater.cc:499] Master 127.0.150.190:46731 was elected leader, sending a full tablet report...
I20260608 09:50:12.529110  7051 heartbeater.cc:499] Master 127.0.150.190:46731 was elected leader, sending a full tablet report...
I20260608 09:50:12.584547  6775 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51010:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:50:12.587150  6775 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:50:12.654309  6942 tablet_service.cc:1511] Processing CreateTablet for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:12.656824  6940 tablet_service.cc:1511] Processing CreateTablet for tablet 6f1aeac569e643679b0d6920f5639699 (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:12.657406  6942 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.658289  6940 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f1aeac569e643679b0d6920f5639699. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.662879  6939 tablet_service.cc:1511] Processing CreateTablet for tablet 883d96d4622948979902655b1c739e0d (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:12.664408  6939 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 883d96d4622948979902655b1c739e0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.655123  6941 tablet_service.cc:1511] Processing CreateTablet for tablet 6511f9e8d235417593364e2c3a29b9d7 (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:12.666721  6941 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6511f9e8d235417593364e2c3a29b9d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.672514  6867 tablet_service.cc:1511] Processing CreateTablet for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:12.674544  6867 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.680811  6866 tablet_service.cc:1511] Processing CreateTablet for tablet 6511f9e8d235417593364e2c3a29b9d7 (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:12.683328  6865 tablet_service.cc:1511] Processing CreateTablet for tablet 6f1aeac569e643679b0d6920f5639699 (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:12.685549  6864 tablet_service.cc:1511] Processing CreateTablet for tablet 883d96d4622948979902655b1c739e0d (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:12.687443  6866 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6511f9e8d235417593364e2c3a29b9d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.694789  6864 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 883d96d4622948979902655b1c739e0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.699707  7016 tablet_service.cc:1511] Processing CreateTablet for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:12.701226  7016 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.702489  6865 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f1aeac569e643679b0d6920f5639699. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.702474  7013 tablet_service.cc:1511] Processing CreateTablet for tablet 883d96d4622948979902655b1c739e0d (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:12.704581  7013 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 883d96d4622948979902655b1c739e0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.707741  7014 tablet_service.cc:1511] Processing CreateTablet for tablet 6f1aeac569e643679b0d6920f5639699 (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:12.711481  7015 tablet_service.cc:1511] Processing CreateTablet for tablet 6511f9e8d235417593364e2c3a29b9d7 (DEFAULT_TABLE table=test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:12.713110  7014 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f1aeac569e643679b0d6920f5639699. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.714020  7015 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6511f9e8d235417593364e2c3a29b9d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:12.732990  7071 tablet_bootstrap.cc:492] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123: Bootstrap starting.
I20260608 09:50:12.757231  7072 tablet_bootstrap.cc:492] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7: Bootstrap starting.
I20260608 09:50:12.762997  7071 tablet_bootstrap.cc:654] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.765007  7072 tablet_bootstrap.cc:654] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.763306  7073 tablet_bootstrap.cc:492] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205: Bootstrap starting.
I20260608 09:50:12.771706  7072 tablet_bootstrap.cc:492] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7: No bootstrap required, opened a new log
I20260608 09:50:12.772334  7072 ts_tablet_manager.cc:1403] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.000s
I20260608 09:50:12.772977  7073 tablet_bootstrap.cc:654] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.773464  7071 tablet_bootstrap.cc:492] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123: No bootstrap required, opened a new log
I20260608 09:50:12.774055  7071 ts_tablet_manager.cc:1403] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123: Time spent bootstrapping tablet: real 0.042s	user 0.013s	sys 0.003s
I20260608 09:50:12.775964  7072 raft_consensus.cc:359] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.776829  7072 raft_consensus.cc:385] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.777125  7072 raft_consensus.cc:740] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4985a043f3a4fc1abf30d25e62a72a7, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.777277  7071 raft_consensus.cc:359] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.778028  7071 raft_consensus.cc:385] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.778358  7071 raft_consensus.cc:740] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 866041372f3644dfabd46757db185123, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.778172  7072 consensus_queue.cc:260] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.779234  7071 consensus_queue.cc:260] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.785403  7072 ts_tablet_manager.cc:1434] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7: Time spent starting tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 09:50:12.785707  7073 tablet_bootstrap.cc:492] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205: No bootstrap required, opened a new log
I20260608 09:50:12.786444  7073 ts_tablet_manager.cc:1403] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.007s
I20260608 09:50:12.786545  7072 tablet_bootstrap.cc:492] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7: Bootstrap starting.
I20260608 09:50:12.790740  7071 ts_tablet_manager.cc:1434] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.007s
I20260608 09:50:12.792838  7071 tablet_bootstrap.cc:492] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123: Bootstrap starting.
I20260608 09:50:12.793818  7072 tablet_bootstrap.cc:654] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.790773  7073 raft_consensus.cc:359] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.798338  7073 raft_consensus.cc:385] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.798759  7073 raft_consensus.cc:740] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 202a909eec70495cb9cb0717fbba3205, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.799633  7073 consensus_queue.cc:260] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.801084  7071 tablet_bootstrap.cc:654] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.806416  7072 tablet_bootstrap.cc:492] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7: No bootstrap required, opened a new log
I20260608 09:50:12.806807  7073 ts_tablet_manager.cc:1434] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.005s
I20260608 09:50:12.807015  7072 ts_tablet_manager.cc:1403] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7: Time spent bootstrapping tablet: real 0.021s	user 0.010s	sys 0.009s
I20260608 09:50:12.807868  7071 tablet_bootstrap.cc:492] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123: No bootstrap required, opened a new log
I20260608 09:50:12.808077  7073 tablet_bootstrap.cc:492] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205: Bootstrap starting.
I20260608 09:50:12.808482  7071 ts_tablet_manager.cc:1403] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260608 09:50:12.810534  7072 raft_consensus.cc:359] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.811358  7072 raft_consensus.cc:385] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.811707  7072 raft_consensus.cc:740] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4985a043f3a4fc1abf30d25e62a72a7, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.812252  7071 raft_consensus.cc:359] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.813066  7071 raft_consensus.cc:385] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.813418  7071 raft_consensus.cc:740] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 866041372f3644dfabd46757db185123, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.813617  7072 consensus_queue.cc:260] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.814826  7073 tablet_bootstrap.cc:654] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.814477  7071 consensus_queue.cc:260] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.818439  7072 ts_tablet_manager.cc:1434] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7: Time spent starting tablet: real 0.011s	user 0.004s	sys 0.003s
I20260608 09:50:12.818917  7071 ts_tablet_manager.cc:1434] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.003s
I20260608 09:50:12.819607  7072 tablet_bootstrap.cc:492] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7: Bootstrap starting.
I20260608 09:50:12.819984  7071 tablet_bootstrap.cc:492] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123: Bootstrap starting.
I20260608 09:50:12.827301  7071 tablet_bootstrap.cc:654] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.827301  7072 tablet_bootstrap.cc:654] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.834364  7073 tablet_bootstrap.cc:492] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205: No bootstrap required, opened a new log
I20260608 09:50:12.835124  7073 ts_tablet_manager.cc:1403] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205: Time spent bootstrapping tablet: real 0.027s	user 0.011s	sys 0.015s
I20260608 09:50:12.838572  7071 tablet_bootstrap.cc:492] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123: No bootstrap required, opened a new log
I20260608 09:50:12.839212  7071 ts_tablet_manager.cc:1403] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.002s
I20260608 09:50:12.839524  7073 raft_consensus.cc:359] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.840639  7073 raft_consensus.cc:385] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.841060  7073 raft_consensus.cc:740] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 202a909eec70495cb9cb0717fbba3205, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.842335  7071 raft_consensus.cc:359] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.842203  7073 consensus_queue.cc:260] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.843043  7071 raft_consensus.cc:385] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.843448  7071 raft_consensus.cc:740] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 866041372f3644dfabd46757db185123, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.844264  7071 consensus_queue.cc:260] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.845283  7073 ts_tablet_manager.cc:1434] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.003s
I20260608 09:50:12.846639  7071 ts_tablet_manager.cc:1434] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 09:50:12.848022  7073 tablet_bootstrap.cc:492] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205: Bootstrap starting.
I20260608 09:50:12.850450  7072 tablet_bootstrap.cc:492] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7: No bootstrap required, opened a new log
I20260608 09:50:12.851073  7072 ts_tablet_manager.cc:1403] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7: Time spent bootstrapping tablet: real 0.032s	user 0.017s	sys 0.011s
I20260608 09:50:12.854252  7072 raft_consensus.cc:359] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.855063  7072 raft_consensus.cc:385] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.855638  7073 tablet_bootstrap.cc:654] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.856451  7071 tablet_bootstrap.cc:492] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123: Bootstrap starting.
I20260608 09:50:12.855445  7072 raft_consensus.cc:740] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4985a043f3a4fc1abf30d25e62a72a7, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.861199  7072 consensus_queue.cc:260] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.863734  7072 ts_tablet_manager.cc:1434] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260608 09:50:12.864456  7071 tablet_bootstrap.cc:654] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.864910  7072 tablet_bootstrap.cc:492] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7: Bootstrap starting.
I20260608 09:50:12.869447  7073 tablet_bootstrap.cc:492] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205: No bootstrap required, opened a new log
I20260608 09:50:12.870271  7073 ts_tablet_manager.cc:1403] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.007s
I20260608 09:50:12.872715  7072 tablet_bootstrap.cc:654] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.874557  7073 raft_consensus.cc:359] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.875720  7073 raft_consensus.cc:385] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.876180  7073 raft_consensus.cc:740] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 202a909eec70495cb9cb0717fbba3205, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.877425  7073 consensus_queue.cc:260] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.881073  7073 ts_tablet_manager.cc:1434] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 09:50:12.882587  7073 tablet_bootstrap.cc:492] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205: Bootstrap starting.
I20260608 09:50:12.891963  7073 tablet_bootstrap.cc:654] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:12.896077  7077 raft_consensus.cc:493] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:12.896857  7077 raft_consensus.cc:515] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.901561  7072 tablet_bootstrap.cc:492] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7: No bootstrap required, opened a new log
I20260608 09:50:12.902226  7072 ts_tablet_manager.cc:1403] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7: Time spent bootstrapping tablet: real 0.038s	user 0.013s	sys 0.023s
I20260608 09:50:12.904172  7077 leader_election.cc:290] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317), 866041372f3644dfabd46757db185123 (127.0.150.130:40225)
I20260608 09:50:12.906155  7072 raft_consensus.cc:359] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.907259  7072 raft_consensus.cc:385] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.907662  7072 raft_consensus.cc:740] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4985a043f3a4fc1abf30d25e62a72a7, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.908828  7072 consensus_queue.cc:260] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.912374  7071 tablet_bootstrap.cc:492] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123: No bootstrap required, opened a new log
I20260608 09:50:12.913125  7071 ts_tablet_manager.cc:1403] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123: Time spent bootstrapping tablet: real 0.057s	user 0.017s	sys 0.023s
I20260608 09:50:12.917615  7071 raft_consensus.cc:359] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.918674  7071 raft_consensus.cc:385] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.919082  7071 raft_consensus.cc:740] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 866041372f3644dfabd46757db185123, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.920147  7071 consensus_queue.cc:260] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.923710  7072 ts_tablet_manager.cc:1434] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.000s
I20260608 09:50:12.925527  7071 ts_tablet_manager.cc:1434] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.004s
I20260608 09:50:12.935123  6877 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc4c3e4fb624f4d8b96f1089e8a3085" candidate_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "202a909eec70495cb9cb0717fbba3205" is_pre_election: true
I20260608 09:50:12.936131  6877 raft_consensus.cc:2468] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4985a043f3a4fc1abf30d25e62a72a7 in term 0.
I20260608 09:50:12.937827  6991 leader_election.cc:304] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [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: 202a909eec70495cb9cb0717fbba3205, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 
I20260608 09:50:12.938151  7073 tablet_bootstrap.cc:492] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205: No bootstrap required, opened a new log
I20260608 09:50:12.938791  7077 raft_consensus.cc:2804] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:12.939194  7077 raft_consensus.cc:493] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:12.939530  7077 raft_consensus.cc:3060] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:12.939867  7073 ts_tablet_manager.cc:1403] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205: Time spent bootstrapping tablet: real 0.058s	user 0.010s	sys 0.031s
I20260608 09:50:12.943166  7073 raft_consensus.cc:359] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.943678  6952 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc4c3e4fb624f4d8b96f1089e8a3085" candidate_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "866041372f3644dfabd46757db185123" is_pre_election: true
I20260608 09:50:12.943958  7073 raft_consensus.cc:385] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:12.944275  7073 raft_consensus.cc:740] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 202a909eec70495cb9cb0717fbba3205, State: Initialized, Role: FOLLOWER
I20260608 09:50:12.944394  6952 raft_consensus.cc:2468] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate f4985a043f3a4fc1abf30d25e62a72a7 in term 0.
I20260608 09:50:12.945139  7073 consensus_queue.cc:260] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.945785  7078 raft_consensus.cc:493] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:12.946476  7077 raft_consensus.cc:515] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.946373  7078 raft_consensus.cc:515] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.947862  7073 ts_tablet_manager.cc:1434] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260608 09:50:12.948477  7077 leader_election.cc:290] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [CANDIDATE]: Term 1 election: Requested vote from peers 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317), 866041372f3644dfabd46757db185123 (127.0.150.130:40225)
I20260608 09:50:12.949123  6877 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc4c3e4fb624f4d8b96f1089e8a3085" candidate_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "202a909eec70495cb9cb0717fbba3205"
I20260608 09:50:12.949534  6877 raft_consensus.cc:3060] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:12.949505  7078 leader_election.cc:290] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:12.960089  6952 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6cc4c3e4fb624f4d8b96f1089e8a3085" candidate_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "866041372f3644dfabd46757db185123"
I20260608 09:50:12.960837  6952 raft_consensus.cc:3060] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:12.960922  7080 raft_consensus.cc:493] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:12.961583  7080 raft_consensus.cc:515] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.966747  7080 leader_election.cc:290] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 866041372f3644dfabd46757db185123 (127.0.150.130:40225), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:12.967125  6877 raft_consensus.cc:2468] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4985a043f3a4fc1abf30d25e62a72a7 in term 1.
I20260608 09:50:12.972597  6952 raft_consensus.cc:2468] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate f4985a043f3a4fc1abf30d25e62a72a7 in term 1.
I20260608 09:50:12.976040  6877 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "883d96d4622948979902655b1c739e0d" candidate_uuid: "866041372f3644dfabd46757db185123" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "202a909eec70495cb9cb0717fbba3205" is_pre_election: true
I20260608 09:50:12.977057  6877 raft_consensus.cc:2468] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 866041372f3644dfabd46757db185123 in term 0.
I20260608 09:50:12.979064  6917 leader_election.cc:304] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [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: 202a909eec70495cb9cb0717fbba3205, 866041372f3644dfabd46757db185123; no voters: 
I20260608 09:50:12.980062  7078 raft_consensus.cc:2804] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:12.980460  7078 raft_consensus.cc:493] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:12.980811  7078 raft_consensus.cc:3060] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:12.982527  6990 leader_election.cc:304] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [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: 866041372f3644dfabd46757db185123, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 
I20260608 09:50:12.983705  7077 raft_consensus.cc:2804] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:12.985282  7077 raft_consensus.cc:697] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 LEADER]: Becoming Leader. State: Replica: f4985a043f3a4fc1abf30d25e62a72a7, State: Running, Role: LEADER
I20260608 09:50:12.986281  7077 consensus_queue.cc:237] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [LEADER]: Queue going to LEADER mode. State: All 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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.987931  7078 raft_consensus.cc:515] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:12.991292  6877 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "883d96d4622948979902655b1c739e0d" candidate_uuid: "866041372f3644dfabd46757db185123" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "202a909eec70495cb9cb0717fbba3205"
I20260608 09:50:12.991884  6877 raft_consensus.cc:3060] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:12.998517  7026 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6511f9e8d235417593364e2c3a29b9d7" candidate_uuid: "202a909eec70495cb9cb0717fbba3205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" is_pre_election: true
I20260608 09:50:12.999334  7026 raft_consensus.cc:2468] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 202a909eec70495cb9cb0717fbba3205 in term 0.
I20260608 09:50:12.999624  6952 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6511f9e8d235417593364e2c3a29b9d7" candidate_uuid: "202a909eec70495cb9cb0717fbba3205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "866041372f3644dfabd46757db185123" is_pre_election: true
I20260608 09:50:13.000285  6952 raft_consensus.cc:2468] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 202a909eec70495cb9cb0717fbba3205 in term 0.
I20260608 09:50:13.000746  6877 raft_consensus.cc:2468] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 866041372f3644dfabd46757db185123 in term 1.
I20260608 09:50:13.001160  6842 leader_election.cc:304] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [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: 202a909eec70495cb9cb0717fbba3205, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 
I20260608 09:50:13.002213  7080 raft_consensus.cc:2804] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:13.002629  7080 raft_consensus.cc:493] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:13.003007  7080 raft_consensus.cc:3060] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:13.006366  7078 leader_election.cc:290] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 1 election: Requested vote from peers 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:13.008633  6917 leader_election.cc:304] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [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: 202a909eec70495cb9cb0717fbba3205, 866041372f3644dfabd46757db185123; no voters: 
I20260608 09:50:13.009563  7078 raft_consensus.cc:2804] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:13.010630  7026 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "883d96d4622948979902655b1c739e0d" candidate_uuid: "866041372f3644dfabd46757db185123" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" is_pre_election: true
I20260608 09:50:13.011324  7026 raft_consensus.cc:2468] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 866041372f3644dfabd46757db185123 in term 0.
I20260608 09:50:13.011736  7025 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "883d96d4622948979902655b1c739e0d" candidate_uuid: "866041372f3644dfabd46757db185123" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7"
I20260608 09:50:13.012387  7025 raft_consensus.cc:3060] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:13.010579  7080 raft_consensus.cc:515] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:13.015101  6952 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6511f9e8d235417593364e2c3a29b9d7" candidate_uuid: "202a909eec70495cb9cb0717fbba3205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "866041372f3644dfabd46757db185123"
I20260608 09:50:13.015702  6952 raft_consensus.cc:3060] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:13.016168  7026 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6511f9e8d235417593364e2c3a29b9d7" candidate_uuid: "202a909eec70495cb9cb0717fbba3205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7"
I20260608 09:50:13.016856  7026 raft_consensus.cc:3060] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:13.016209  6774 catalog_manager.cc:5696] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 reported cstate change: term changed from 0 to 1, leader changed from <none> to f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:13.025976  7080 leader_election.cc:290] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [CANDIDATE]: Term 1 election: Requested vote from peers 866041372f3644dfabd46757db185123 (127.0.150.130:40225), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:13.026690  7080 raft_consensus.cc:493] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:13.027149  7080 raft_consensus.cc:515] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:13.030578  6951 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f1aeac569e643679b0d6920f5639699" candidate_uuid: "202a909eec70495cb9cb0717fbba3205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "866041372f3644dfabd46757db185123" is_pre_election: true
I20260608 09:50:13.025575  7026 raft_consensus.cc:2468] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 202a909eec70495cb9cb0717fbba3205 in term 1.
I20260608 09:50:13.031304  6951 raft_consensus.cc:2468] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 202a909eec70495cb9cb0717fbba3205 in term 0.
I20260608 09:50:13.032218  6842 leader_election.cc:304] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [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: 202a909eec70495cb9cb0717fbba3205, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 
I20260608 09:50:13.032618  7024 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f1aeac569e643679b0d6920f5639699" candidate_uuid: "202a909eec70495cb9cb0717fbba3205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" is_pre_election: true
I20260608 09:50:13.033128  7080 leader_election.cc:290] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 866041372f3644dfabd46757db185123 (127.0.150.130:40225), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:13.033322  7024 raft_consensus.cc:2468] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 202a909eec70495cb9cb0717fbba3205 in term 0.
I20260608 09:50:13.033715  7080 raft_consensus.cc:2804] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:13.034197  7080 raft_consensus.cc:697] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 1 LEADER]: Becoming Leader. State: Replica: 202a909eec70495cb9cb0717fbba3205, State: Running, Role: LEADER
I20260608 09:50:13.034891  6842 leader_election.cc:304] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [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: 202a909eec70495cb9cb0717fbba3205, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 
I20260608 09:50:13.035061  7080 consensus_queue.cc:237] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [LEADER]: Queue going to LEADER mode. State: All 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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:13.040500  7101 raft_consensus.cc:2804] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:13.040961  7101 raft_consensus.cc:493] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:13.041489  7101 raft_consensus.cc:3060] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:13.050170  7101 raft_consensus.cc:515] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:13.054494  6951 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f1aeac569e643679b0d6920f5639699" candidate_uuid: "202a909eec70495cb9cb0717fbba3205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "866041372f3644dfabd46757db185123"
I20260608 09:50:13.055375  6951 raft_consensus.cc:3060] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:13.056348  7025 raft_consensus.cc:2468] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 866041372f3644dfabd46757db185123 in term 1.
I20260608 09:50:13.061331  6952 raft_consensus.cc:2468] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 202a909eec70495cb9cb0717fbba3205 in term 1.
I20260608 09:50:13.064652  7026 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f1aeac569e643679b0d6920f5639699" candidate_uuid: "202a909eec70495cb9cb0717fbba3205" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7"
I20260608 09:50:13.065312  7026 raft_consensus.cc:3060] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:13.072340  7078 raft_consensus.cc:697] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 1 LEADER]: Becoming Leader. State: Replica: 866041372f3644dfabd46757db185123, State: Running, Role: LEADER
I20260608 09:50:13.073702  7078 consensus_queue.cc:237] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [LEADER]: Queue going to LEADER mode. State: All 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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:13.074743  7026 raft_consensus.cc:2468] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 202a909eec70495cb9cb0717fbba3205 in term 1.
I20260608 09:50:13.077445  7101 leader_election.cc:290] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [CANDIDATE]: Term 1 election: Requested vote from peers 866041372f3644dfabd46757db185123 (127.0.150.130:40225), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:13.078861  6842 leader_election.cc:304] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [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: 202a909eec70495cb9cb0717fbba3205, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 
I20260608 09:50:13.079977  7101 raft_consensus.cc:2804] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:13.080044  6951 raft_consensus.cc:2468] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 202a909eec70495cb9cb0717fbba3205 in term 1.
I20260608 09:50:13.080817  7101 raft_consensus.cc:697] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 1 LEADER]: Becoming Leader. State: Replica: 202a909eec70495cb9cb0717fbba3205, State: Running, Role: LEADER
I20260608 09:50:13.081815  7101 consensus_queue.cc:237] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [LEADER]: Queue going to LEADER mode. State: All 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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:13.118672  6774 catalog_manager.cc:5696] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 reported cstate change: term changed from 0 to 1, leader changed from <none> to 866041372f3644dfabd46757db185123 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:13.122437  6772 catalog_manager.cc:5696] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 reported cstate change: term changed from 0 to 1, leader changed from <none> to 202a909eec70495cb9cb0717fbba3205 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "202a909eec70495cb9cb0717fbba3205" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: UNKNOWN } } }
W20260608 09:50:13.142189  6823 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:50:13.144306  6772 catalog_manager.cc:5696] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 reported cstate change: term changed from 0 to 1, leader changed from <none> to 202a909eec70495cb9cb0717fbba3205 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "202a909eec70495cb9cb0717fbba3205" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:13.252640   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:50:13.278749   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:13.280033   602 tablet_replica.cc:333] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205: stopping tablet replica
I20260608 09:50:13.281052   602 raft_consensus.cc:2243] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:13.281672   602 raft_consensus.cc:2272] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:13.284695   602 tablet_replica.cc:333] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205: stopping tablet replica
I20260608 09:50:13.285317   602 raft_consensus.cc:2243] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:13.286160   602 pending_rounds.cc:70] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205: Trying to abort 1 pending ops.
I20260608 09:50:13.286335   602 pending_rounds.cc:77] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616424794439680 op_type: NO_OP noop_request { }
I20260608 09:50:13.286744   602 raft_consensus.cc:2889] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:13.287029   602 raft_consensus.cc:2272] T 6f1aeac569e643679b0d6920f5639699 P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:13.290220   602 tablet_replica.cc:333] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205: stopping tablet replica
I20260608 09:50:13.290766   602 raft_consensus.cc:2243] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:13.291261   602 raft_consensus.cc:2272] T 883d96d4622948979902655b1c739e0d P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:13.294101   602 tablet_replica.cc:333] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205: stopping tablet replica
I20260608 09:50:13.294657   602 raft_consensus.cc:2243] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:13.295547   602 pending_rounds.cc:70] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205: Trying to abort 1 pending ops.
I20260608 09:50:13.295774   602 pending_rounds.cc:77] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616424604553216 op_type: NO_OP noop_request { }
I20260608 09:50:13.296089   602 raft_consensus.cc:2889] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:13.296411   602 raft_consensus.cc:2272] T 6511f9e8d235417593364e2c3a29b9d7 P 202a909eec70495cb9cb0717fbba3205 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:13.325640   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
W20260608 09:50:13.444216  6991 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111) [suppressed 7 similar messages]
W20260608 09:50:13.448128  6991 consensus_peers.cc:597] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:13.473954  7077 consensus_queue.cc:1048] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:50:13.526904  7078 consensus_queue.cc:1048] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260608 09:50:13.548187  6917 consensus_peers.cc:597] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:14.143455  6823 auto_rebalancer.cc:259] Could not retrieve cluster info: Illegal state: not all tservers available for tablet placement
I20260608 09:50:14.328504  7077 consensus_queue.cc:579] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [LEADER]: Leader has been unable to successfully communicate with peer 202a909eec70495cb9cb0717fbba3205 for more than 1 seconds (1.341s)
W20260608 09:50:14.336364  6774 catalog_manager.cc:5374] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 with cas_config_opid_index -1: no extra replica candidate found for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 (table test-workload [id=3f16d5d8b044492ab7b937aea5f9db56]): Not found: could not select location for extra replica: not enough tablet servers to satisfy replica placement policy: the total number of registered tablet servers (3) does not allow for adding an extra replica; consider bringing up more to have at least 4 tablet servers up and running
I20260608 09:50:14.345831   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:14.353067  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
W20260608 09:50:14.353844  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
W20260608 09:50:14.356143  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
I20260608 09:50:14.356282   602 server_base.cc:1061] running on GCE node
I20260608 09:50:14.357618   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:14.357918   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:14.358165   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912214358146 us; error 0 us; skew 500 ppm
I20260608 09:50:14.358791   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:14.361538   602 webserver.cc:533] Webserver started at http://127.0.150.132:40403/ using document root <none> and password file <none>
I20260608 09:50:14.362144   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:14.362373   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:14.362689   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:14.363932   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "cff1a99c8e754d478eeb8d6312450110"
format_stamp: "Formatted at 2026-06-08 09:50:14 on dist-test-slave-g93p"
I20260608 09:50:14.368841   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260608 09:50:14.372539  7126 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:14.373330   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:50:14.373672   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "cff1a99c8e754d478eeb8d6312450110"
format_stamp: "Formatted at 2026-06-08 09:50:14 on dist-test-slave-g93p"
I20260608 09:50:14.374015   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:14.403059   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:14.404525   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:14.406149   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:14.408769   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:14.409005   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:14.409281   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:14.409483   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:14.454746   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:39487
I20260608 09:50:14.454869  7188 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:39487 every 8 connection(s)
I20260608 09:50:14.471053  7189 heartbeater.cc:344] Connected to a master server at 127.0.150.190:46731
I20260608 09:50:14.471483  7189 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:14.472268  7189 heartbeater.cc:507] Master 127.0.150.190:46731 requested a full tablet report, sending...
I20260608 09:50:14.474365  6774 ts_manager.cc:194] Registered new tserver with Master: cff1a99c8e754d478eeb8d6312450110 (127.0.150.132:39487)
I20260608 09:50:14.476120  6774 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51012
I20260608 09:50:14.489158  7193 consensus_queue.cc:579] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [LEADER]: Leader has been unable to successfully communicate with peer 202a909eec70495cb9cb0717fbba3205 for more than 1 seconds (1.414s)
I20260608 09:50:14.500555  6951 consensus_queue.cc:237] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:14.508278  7026 raft_consensus.cc:1275] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:14.512297  7194 consensus_queue.cc:1048] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:50:14.512837  7025 consensus_queue.cc:237] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
W20260608 09:50:14.517038  6917 consensus_peers.cc:597] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:14.520605  7196 raft_consensus.cc:2955] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } } }
I20260608 09:50:14.525067  6951 raft_consensus.cc:1275] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Refusing update from remote peer f4985a043f3a4fc1abf30d25e62a72a7: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260608 09:50:14.526439  6917 consensus_peers.cc:597] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 -> Peer cff1a99c8e754d478eeb8d6312450110 (127.0.150.132:39487): Couldn't send request to peer cff1a99c8e754d478eeb8d6312450110. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 883d96d4622948979902655b1c739e0d. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:14.530134  7117 consensus_queue.cc:1048] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:50:14.539469  7025 raft_consensus.cc:2955] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } } }
I20260608 09:50:14.542028  6760 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 883d96d4622948979902655b1c739e0d with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
W20260608 09:50:14.543407  6991 consensus_peers.cc:597] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 -> Peer cff1a99c8e754d478eeb8d6312450110 (127.0.150.132:39487): Couldn't send request to peer cff1a99c8e754d478eeb8d6312450110. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6cc4c3e4fb624f4d8b96f1089e8a3085. This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:14.545601  6991 consensus_peers.cc:597] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:14.548170  6774 catalog_manager.cc:5696] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 reported cstate change: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:14.550946  7116 raft_consensus.cc:2955] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } } }
I20260608 09:50:14.556820  6951 raft_consensus.cc:2955] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } } }
I20260608 09:50:14.564819  6761 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
I20260608 09:50:14.577629  6772 catalog_manager.cc:5696] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 reported cstate change: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } } }
I20260608 09:50:14.616379  7194 raft_consensus.cc:493] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:14.617002  7194 raft_consensus.cc:515] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:14.618903  7194 leader_election.cc:290] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:14.620636  7025 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f1aeac569e643679b0d6920f5639699" candidate_uuid: "866041372f3644dfabd46757db185123" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" is_pre_election: true
I20260608 09:50:14.621428  7025 raft_consensus.cc:2468] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 866041372f3644dfabd46757db185123 in term 1.
I20260608 09:50:14.622661  6917 leader_election.cc:304] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [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: 866041372f3644dfabd46757db185123, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 
W20260608 09:50:14.623351  6917 leader_election.cc:336] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:14.623359  7194 raft_consensus.cc:2804] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:50:14.623927  7194 raft_consensus.cc:493] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:14.624225  7194 raft_consensus.cc:3060] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:14.629663  7194 raft_consensus.cc:515] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:14.631494  7194 leader_election.cc:290] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 2 election: Requested vote from peers 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:14.633178  7025 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6f1aeac569e643679b0d6920f5639699" candidate_uuid: "866041372f3644dfabd46757db185123" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7"
I20260608 09:50:14.633852  7025 raft_consensus.cc:3060] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Advancing to term 2
W20260608 09:50:14.635430  6917 leader_election.cc:336] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:14.639016  7025 raft_consensus.cc:2468] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 866041372f3644dfabd46757db185123 in term 2.
I20260608 09:50:14.640054  6917 leader_election.cc:304] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [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: 866041372f3644dfabd46757db185123, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 202a909eec70495cb9cb0717fbba3205
I20260608 09:50:14.640763  7194 raft_consensus.cc:2804] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:50:14.641129  7194 raft_consensus.cc:697] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Becoming Leader. State: Replica: 866041372f3644dfabd46757db185123, State: Running, Role: LEADER
I20260608 09:50:14.642086  7194 consensus_queue.cc:237] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [LEADER]: Queue going to LEADER 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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:14.649176  6774 catalog_manager.cc:5696] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 reported cstate change: term changed from 1 to 2, leader changed from 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) to 866041372f3644dfabd46757db185123 (127.0.150.130). New cstate: current_term: 2 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:14.957139  7209 ts_tablet_manager.cc:933] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: Initiating tablet copy from peer f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:14.958910  7209 tablet_copy_client.cc:323] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:36205
I20260608 09:50:14.969202  7036 tablet_copy_service.cc:140] P f4985a043f3a4fc1abf30d25e62a72a7: Received BeginTabletCopySession request for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 from peer cff1a99c8e754d478eeb8d6312450110 ({username='slave'} at 127.0.0.1:50114)
I20260608 09:50:14.969763  7036 tablet_copy_service.cc:161] P f4985a043f3a4fc1abf30d25e62a72a7: Beginning new tablet copy session on tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 from peer cff1a99c8e754d478eeb8d6312450110 at {username='slave'} at 127.0.0.1:50114: session id = cff1a99c8e754d478eeb8d6312450110-6cc4c3e4fb624f4d8b96f1089e8a3085
I20260608 09:50:14.975625  7036 tablet_copy_source_session.cc:215] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:14.978564  7209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:14.990285  7209 tablet_copy_client.cc:806] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:14.990895  7209 tablet_copy_client.cc:670] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:14.994474  7209 tablet_copy_client.cc:538] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:15.000418  7209 tablet_bootstrap.cc:492] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: Bootstrap starting.
I20260608 09:50:15.015779  7209 tablet_bootstrap.cc:492] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:15.016434  7209 tablet_bootstrap.cc:492] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: Bootstrap complete.
I20260608 09:50:15.016963  7209 ts_tablet_manager.cc:1403] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.004s
I20260608 09:50:15.019575  7209 raft_consensus.cc:359] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:15.020183  7209 raft_consensus.cc:740] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: cff1a99c8e754d478eeb8d6312450110, State: Initialized, Role: LEARNER
I20260608 09:50:15.020658  7209 consensus_queue.cc:260] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:15.022553  7189 heartbeater.cc:499] Master 127.0.150.190:46731 was elected leader, sending a full tablet report...
I20260608 09:50:15.022797  7209 ts_tablet_manager.cc:1434] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260608 09:50:15.024664  7036 tablet_copy_service.cc:342] P f4985a043f3a4fc1abf30d25e62a72a7: Request end of tablet copy session cff1a99c8e754d478eeb8d6312450110-6cc4c3e4fb624f4d8b96f1089e8a3085 received from {username='slave'} at 127.0.0.1:50114
I20260608 09:50:15.025053  7036 tablet_copy_service.cc:434] P f4985a043f3a4fc1abf30d25e62a72a7: ending tablet copy session cff1a99c8e754d478eeb8d6312450110-6cc4c3e4fb624f4d8b96f1089e8a3085 on tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 with peer cff1a99c8e754d478eeb8d6312450110
I20260608 09:50:15.063324  7209 ts_tablet_manager.cc:933] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: Initiating tablet copy from peer 866041372f3644dfabd46757db185123 (127.0.150.130:40225)
I20260608 09:50:15.064679  7209 tablet_copy_client.cc:323] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:40225
I20260608 09:50:15.068164  7025 raft_consensus.cc:1275] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 09:50:15.069628  7194 consensus_queue.cc:1048] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:15.076787  6962 tablet_copy_service.cc:140] P 866041372f3644dfabd46757db185123: Received BeginTabletCopySession request for tablet 883d96d4622948979902655b1c739e0d from peer cff1a99c8e754d478eeb8d6312450110 ({username='slave'} at 127.0.0.1:56274)
I20260608 09:50:15.077491  6962 tablet_copy_service.cc:161] P 866041372f3644dfabd46757db185123: Beginning new tablet copy session on tablet 883d96d4622948979902655b1c739e0d from peer cff1a99c8e754d478eeb8d6312450110 at {username='slave'} at 127.0.0.1:56274: session id = cff1a99c8e754d478eeb8d6312450110-883d96d4622948979902655b1c739e0d
I20260608 09:50:15.087409  6962 tablet_copy_source_session.cc:215] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123: Tablet Copy: opened 0 blocks and 1 log segments
W20260608 09:50:15.091603  6917 consensus_peers.cc:597] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:15.092280  7209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 883d96d4622948979902655b1c739e0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:15.103556  7209 tablet_copy_client.cc:806] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:15.104105  7209 tablet_copy_client.cc:670] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:15.107637  7209 tablet_copy_client.cc:538] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:15.113741  7209 tablet_bootstrap.cc:492] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: Bootstrap starting.
I20260608 09:50:15.130185  7209 tablet_bootstrap.cc:492] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:15.130900  7209 tablet_bootstrap.cc:492] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: Bootstrap complete.
I20260608 09:50:15.131469  7209 ts_tablet_manager.cc:1403] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: Time spent bootstrapping tablet: real 0.018s	user 0.016s	sys 0.004s
I20260608 09:50:15.133579  7209 raft_consensus.cc:359] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:15.134267  7209 raft_consensus.cc:740] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: cff1a99c8e754d478eeb8d6312450110, State: Initialized, Role: LEARNER
I20260608 09:50:15.134830  7209 consensus_queue.cc:260] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:15.136842  7209 ts_tablet_manager.cc:1434] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 09:50:15.138584  6962 tablet_copy_service.cc:342] P 866041372f3644dfabd46757db185123: Request end of tablet copy session cff1a99c8e754d478eeb8d6312450110-883d96d4622948979902655b1c739e0d received from {username='slave'} at 127.0.0.1:56274
I20260608 09:50:15.138958  6962 tablet_copy_service.cc:434] P 866041372f3644dfabd46757db185123: ending tablet copy session cff1a99c8e754d478eeb8d6312450110-883d96d4622948979902655b1c739e0d on tablet 883d96d4622948979902655b1c739e0d with peer cff1a99c8e754d478eeb8d6312450110
W20260608 09:50:15.145491  6823 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 202a909eec70495cb9cb0717fbba3205 not available for placement
I20260608 09:50:15.156576  7194 raft_consensus.cc:493] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:15.157222  7194 raft_consensus.cc:515] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:15.159104  7116 raft_consensus.cc:493] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:15.159237  7194 leader_election.cc:290] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:15.159827  7116 raft_consensus.cc:515] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:15.160952  7025 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6511f9e8d235417593364e2c3a29b9d7" candidate_uuid: "866041372f3644dfabd46757db185123" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" is_pre_election: true
I20260608 09:50:15.161623  7025 raft_consensus.cc:2468] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 866041372f3644dfabd46757db185123 in term 1.
I20260608 09:50:15.162086  7116 leader_election.cc:290] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317), 866041372f3644dfabd46757db185123 (127.0.150.130:40225)
W20260608 09:50:15.163453  6917 leader_election.cc:336] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:15.164340  6917 leader_election.cc:304] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [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: 866041372f3644dfabd46757db185123, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 202a909eec70495cb9cb0717fbba3205
I20260608 09:50:15.165190  7194 raft_consensus.cc:2804] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:50:15.165599  7194 raft_consensus.cc:493] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:15.166019  7194 raft_consensus.cc:3060] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:15.166092  6951 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6511f9e8d235417593364e2c3a29b9d7" candidate_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "866041372f3644dfabd46757db185123" is_pre_election: true
W20260608 09:50:15.166337  6991 leader_election.cc:336] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:15.171296  7194 raft_consensus.cc:515] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:15.172315  6951 raft_consensus.cc:2393] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate f4985a043f3a4fc1abf30d25e62a72a7 in current term 2: Already voted for candidate 866041372f3644dfabd46757db185123 in this term.
I20260608 09:50:15.173185  7194 leader_election.cc:290] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 2 election: Requested vote from peers 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317), f4985a043f3a4fc1abf30d25e62a72a7 (127.0.150.131:36205)
I20260608 09:50:15.175384  7025 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6511f9e8d235417593364e2c3a29b9d7" candidate_uuid: "866041372f3644dfabd46757db185123" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f4985a043f3a4fc1abf30d25e62a72a7"
I20260608 09:50:15.176059  7025 raft_consensus.cc:3060] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:15.177323  6990 leader_election.cc:304] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [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: f4985a043f3a4fc1abf30d25e62a72a7; no voters: 202a909eec70495cb9cb0717fbba3205, 866041372f3644dfabd46757db185123
W20260608 09:50:15.177793  6917 leader_election.cc:336] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:15.181497  7025 raft_consensus.cc:2468] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 866041372f3644dfabd46757db185123 in term 2.
I20260608 09:50:15.181977  7116 raft_consensus.cc:2749] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:50:15.182672  6917 leader_election.cc:304] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [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: 866041372f3644dfabd46757db185123, f4985a043f3a4fc1abf30d25e62a72a7; no voters: 202a909eec70495cb9cb0717fbba3205
I20260608 09:50:15.183627  7194 raft_consensus.cc:2804] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:50:15.184202  7194 raft_consensus.cc:697] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Becoming Leader. State: Replica: 866041372f3644dfabd46757db185123, State: Running, Role: LEADER
I20260608 09:50:15.185344  7194 consensus_queue.cc:237] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [LEADER]: Queue going to LEADER 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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } }
I20260608 09:50:15.192749  6772 catalog_manager.cc:5696] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 reported cstate change: term changed from 1 to 2, leader changed from 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) to 866041372f3644dfabd46757db185123 (127.0.150.130). New cstate: current_term: 2 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:15.344408  7164 raft_consensus.cc:1217] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:50:15.601575  7164 raft_consensus.cc:1217] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:50:15.602728  7219 consensus_queue.cc:579] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [LEADER]: Leader has been unable to successfully communicate with peer 202a909eec70495cb9cb0717fbba3205 for more than 1 seconds (1.101s)
I20260608 09:50:15.722774  7225 raft_consensus.cc:1064] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7: attempting to promote NON_VOTER cff1a99c8e754d478eeb8d6312450110 to VOTER
I20260608 09:50:15.724874  7225 consensus_queue.cc:237] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } }
I20260608 09:50:15.732299  7164 raft_consensus.cc:1275] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [term 1 LEARNER]: Refusing update from remote peer f4985a043f3a4fc1abf30d25e62a72a7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:15.732358  6951 raft_consensus.cc:1275] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Refusing update from remote peer f4985a043f3a4fc1abf30d25e62a72a7: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:15.734069  7225 consensus_queue.cc:1048] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:15.734876  7229 consensus_queue.cc:1048] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 09:50:15.735674  6991 consensus_peers.cc:597] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:15.743301  7225 raft_consensus.cc:2955] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:15.745713  7164 raft_consensus.cc:2955] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
W20260608 09:50:15.748354  6917 consensus_peers.cc:597] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:15.753809  6951 raft_consensus.cc:2955] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:15.757896  6772 catalog_manager.cc:5696] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 reported cstate change: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:15.774492  7025 consensus_queue.cc:237] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [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: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } }
I20260608 09:50:15.780031  7164 raft_consensus.cc:1275] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Refusing update from remote peer f4985a043f3a4fc1abf30d25e62a72a7: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:15.780064  6951 raft_consensus.cc:1275] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Refusing update from remote peer f4985a043f3a4fc1abf30d25e62a72a7: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:15.781822  7225 consensus_queue.cc:1048] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:15.782553  7229 consensus_queue.cc:1048] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:15.789613  7116 raft_consensus.cc:2955] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:15.791399  7164 raft_consensus.cc:2955] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:15.791626  6951 raft_consensus.cc:2955] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:15.796973  6761 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:15.801715  7025 raft_consensus.cc:1275] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 1. (index mismatch)
I20260608 09:50:15.801724  6774 catalog_manager.cc:5696] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 reported cstate change: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New cstate: current_term: 1 leader_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:15.805346  7194 consensus_queue.cc:1048] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 09:50:15.830590  6761 catalog_manager.cc:4754] TS 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:16.042181  7219 consensus_queue.cc:579] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [LEADER]: Leader has been unable to successfully communicate with peer 202a909eec70495cb9cb0717fbba3205 for more than 1 seconds (1.399s)
I20260608 09:50:16.052145  6951 consensus_queue.cc:237] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:16.058211  7025 raft_consensus.cc:1275] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260608 09:50:16.058312  6917 consensus_peers.cc:597] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 -> Peer cff1a99c8e754d478eeb8d6312450110 (127.0.150.132:39487): Couldn't send request to peer cff1a99c8e754d478eeb8d6312450110. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6f1aeac569e643679b0d6920f5639699. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:16.059844  7227 consensus_queue.cc:1048] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 09:50:16.061317  6917 consensus_peers.cc:597] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:16.066318  7194 raft_consensus.cc:2955] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } } }
I20260608 09:50:16.068116  7025 raft_consensus.cc:2955] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } } }
I20260608 09:50:16.076376  6760 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 6f1aeac569e643679b0d6920f5639699 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 09:50:16.081243  6772 catalog_manager.cc:5696] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 reported cstate change: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New cstate: current_term: 2 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:16.138206  7219 raft_consensus.cc:1064] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123: attempting to promote NON_VOTER cff1a99c8e754d478eeb8d6312450110 to VOTER
I20260608 09:50:16.140244  7219 consensus_queue.cc:237] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } }
I20260608 09:50:16.147095  7164 raft_consensus.cc:1275] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [term 1 LEARNER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:16.148102  7025 raft_consensus.cc:1275] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260608 09:50:16.149333  6823 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 202a909eec70495cb9cb0717fbba3205 not available for placement
I20260608 09:50:16.149726  7227 consensus_queue.cc:1048] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:16.150836  7241 consensus_queue.cc:1048] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 09:50:16.152822  6917 consensus_peers.cc:597] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:16.160594  7241 raft_consensus.cc:2955] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:16.162431  7164 raft_consensus.cc:2955] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:16.170921  7025 raft_consensus.cc:2955] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:16.173245  6774 catalog_manager.cc:5696] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 reported cstate change: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:16.187803  6951 consensus_queue.cc:237] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [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: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } }
I20260608 09:50:16.194489  7164 raft_consensus.cc:1275] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:16.194670  7025 raft_consensus.cc:1275] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:16.196095  7241 consensus_queue.cc:1048] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:16.196825  7219 consensus_queue.cc:1048] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:16.203907  7241 raft_consensus.cc:2955] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:16.205542  7025 raft_consensus.cc:2955] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:16.206550  7164 raft_consensus.cc:2955] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:16.214218  6760 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 883d96d4622948979902655b1c739e0d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:16.218298  6773 catalog_manager.cc:5696] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 reported cstate change: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New cstate: current_term: 1 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:16.530355  7219 consensus_queue.cc:579] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [LEADER]: Leader has been unable to successfully communicate with peer 202a909eec70495cb9cb0717fbba3205 for more than 1 seconds (1.344s)
I20260608 09:50:16.544260  6951 consensus_queue.cc:237] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
W20260608 09:50:16.550570  6917 consensus_peers.cc:597] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 -> Peer cff1a99c8e754d478eeb8d6312450110 (127.0.150.132:39487): Couldn't send request to peer cff1a99c8e754d478eeb8d6312450110. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6511f9e8d235417593364e2c3a29b9d7. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:16.550889  7025 raft_consensus.cc:1275] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:50:16.552250  7227 consensus_queue.cc:1048] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 09:50:16.553781  6917 consensus_peers.cc:597] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:16.557807  7241 raft_consensus.cc:2955] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } } }
I20260608 09:50:16.559528  7025 raft_consensus.cc:2955] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } } }
I20260608 09:50:16.565076  6760 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 6511f9e8d235417593364e2c3a29b9d7 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260608 09:50:16.568903  6774 catalog_manager.cc:5696] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 reported cstate change: config changed from index -1 to 2, NON_VOTER cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) added. New cstate: current_term: 2 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:16.620287  7244 ts_tablet_manager.cc:933] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: Initiating tablet copy from peer 866041372f3644dfabd46757db185123 (127.0.150.130:40225)
I20260608 09:50:16.621790  7244 tablet_copy_client.cc:323] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:40225
I20260608 09:50:16.623417  6962 tablet_copy_service.cc:140] P 866041372f3644dfabd46757db185123: Received BeginTabletCopySession request for tablet 6f1aeac569e643679b0d6920f5639699 from peer cff1a99c8e754d478eeb8d6312450110 ({username='slave'} at 127.0.0.1:56274)
I20260608 09:50:16.623910  6962 tablet_copy_service.cc:161] P 866041372f3644dfabd46757db185123: Beginning new tablet copy session on tablet 6f1aeac569e643679b0d6920f5639699 from peer cff1a99c8e754d478eeb8d6312450110 at {username='slave'} at 127.0.0.1:56274: session id = cff1a99c8e754d478eeb8d6312450110-6f1aeac569e643679b0d6920f5639699
I20260608 09:50:16.629101  6962 tablet_copy_source_session.cc:215] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:16.632146  7244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6f1aeac569e643679b0d6920f5639699. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:16.644296  7244 tablet_copy_client.cc:806] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:16.644814  7244 tablet_copy_client.cc:670] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:16.648932  7244 tablet_copy_client.cc:538] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:16.654847  7244 tablet_bootstrap.cc:492] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: Bootstrap starting.
I20260608 09:50:16.672623  7244 tablet_bootstrap.cc:492] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:16.673339  7244 tablet_bootstrap.cc:492] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: Bootstrap complete.
I20260608 09:50:16.673944  7244 ts_tablet_manager.cc:1403] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.005s
I20260608 09:50:16.676201  7244 raft_consensus.cc:359] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:16.676782  7244 raft_consensus.cc:740] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: cff1a99c8e754d478eeb8d6312450110, State: Initialized, Role: LEARNER
I20260608 09:50:16.677320  7244 consensus_queue.cc:260] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:16.679165  7244 ts_tablet_manager.cc:1434] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 09:50:16.680805  6962 tablet_copy_service.cc:342] P 866041372f3644dfabd46757db185123: Request end of tablet copy session cff1a99c8e754d478eeb8d6312450110-6f1aeac569e643679b0d6920f5639699 received from {username='slave'} at 127.0.0.1:56274
I20260608 09:50:16.681173  6962 tablet_copy_service.cc:434] P 866041372f3644dfabd46757db185123: ending tablet copy session cff1a99c8e754d478eeb8d6312450110-6f1aeac569e643679b0d6920f5639699 on tablet 6f1aeac569e643679b0d6920f5639699 with peer cff1a99c8e754d478eeb8d6312450110
W20260608 09:50:16.869133  6761 catalog_manager.cc:4754] TS 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 883d96d4622948979902655b1c739e0d: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:17.049824  7164 raft_consensus.cc:1217] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 09:50:17.125932  7244 ts_tablet_manager.cc:933] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: Initiating tablet copy from peer 866041372f3644dfabd46757db185123 (127.0.150.130:40225)
I20260608 09:50:17.127578  7244 tablet_copy_client.cc:323] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:40225
I20260608 09:50:17.129113  6962 tablet_copy_service.cc:140] P 866041372f3644dfabd46757db185123: Received BeginTabletCopySession request for tablet 6511f9e8d235417593364e2c3a29b9d7 from peer cff1a99c8e754d478eeb8d6312450110 ({username='slave'} at 127.0.0.1:56274)
I20260608 09:50:17.129595  6962 tablet_copy_service.cc:161] P 866041372f3644dfabd46757db185123: Beginning new tablet copy session on tablet 6511f9e8d235417593364e2c3a29b9d7 from peer cff1a99c8e754d478eeb8d6312450110 at {username='slave'} at 127.0.0.1:56274: session id = cff1a99c8e754d478eeb8d6312450110-6511f9e8d235417593364e2c3a29b9d7
I20260608 09:50:17.134598  6962 tablet_copy_source_session.cc:215] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:17.137387  7244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6511f9e8d235417593364e2c3a29b9d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:17.147670  7244 tablet_copy_client.cc:806] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:17.148252  7244 tablet_copy_client.cc:670] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:17.152179  7244 tablet_copy_client.cc:538] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260608 09:50:17.152626  6823 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 202a909eec70495cb9cb0717fbba3205 not available for placement
I20260608 09:50:17.158509  7244 tablet_bootstrap.cc:492] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: Bootstrap starting.
I20260608 09:50:17.175088  7244 tablet_bootstrap.cc:492] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:17.175758  7244 tablet_bootstrap.cc:492] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: Bootstrap complete.
I20260608 09:50:17.176340  7244 ts_tablet_manager.cc:1403] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.004s
I20260608 09:50:17.178572  7244 raft_consensus.cc:359] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:17.179177  7244 raft_consensus.cc:740] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: cff1a99c8e754d478eeb8d6312450110, State: Initialized, Role: LEARNER
I20260608 09:50:17.179728  7244 consensus_queue.cc:260] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: true } }
I20260608 09:50:17.181529  7244 ts_tablet_manager.cc:1434] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 09:50:17.183257  6962 tablet_copy_service.cc:342] P 866041372f3644dfabd46757db185123: Request end of tablet copy session cff1a99c8e754d478eeb8d6312450110-6511f9e8d235417593364e2c3a29b9d7 received from {username='slave'} at 127.0.0.1:56274
I20260608 09:50:17.183648  6962 tablet_copy_service.cc:434] P 866041372f3644dfabd46757db185123: ending tablet copy session cff1a99c8e754d478eeb8d6312450110-6511f9e8d235417593364e2c3a29b9d7 on tablet 6511f9e8d235417593364e2c3a29b9d7 with peer cff1a99c8e754d478eeb8d6312450110
I20260608 09:50:17.513449  7164 raft_consensus.cc:1217] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260608 09:50:17.580732  7241 consensus_queue.cc:579] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [LEADER]: Leader has been unable to successfully communicate with peer 202a909eec70495cb9cb0717fbba3205 for more than 1 seconds (1.527s)
I20260608 09:50:17.581063  7219 consensus_queue.cc:579] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [LEADER]: Leader has been unable to successfully communicate with peer 202a909eec70495cb9cb0717fbba3205 for more than 1 seconds (1.036s)
I20260608 09:50:17.664570  7219 raft_consensus.cc:1064] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123: attempting to promote NON_VOTER cff1a99c8e754d478eeb8d6312450110 to VOTER
I20260608 09:50:17.666610  7219 consensus_queue.cc:237] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } }
I20260608 09:50:17.672647  7164 raft_consensus.cc:1275] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [term 2 LEARNER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:50:17.673506  7025 raft_consensus.cc:1275] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:50:17.674844  7219 consensus_queue.cc:1048] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:17.675828  7227 consensus_queue.cc:1048] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 09:50:17.676451  6917 consensus_peers.cc:597] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:17.684485  7227 raft_consensus.cc:2955] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:17.686311  7164 raft_consensus.cc:2955] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:17.696168  7025 raft_consensus.cc:2955] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:17.698853  6774 catalog_manager.cc:5696] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 reported cstate change: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:17.716269  6951 consensus_queue.cc:237] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [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: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } }
I20260608 09:50:17.721338  7164 raft_consensus.cc:1275] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:17.721532  7025 raft_consensus.cc:1275] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:17.723104  7219 consensus_queue.cc:1048] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:17.723954  7249 consensus_queue.cc:1048] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:17.731036  7241 raft_consensus.cc:2955] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:17.732594  7025 raft_consensus.cc:2955] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:17.732910  7164 raft_consensus.cc:2955] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:17.741032  6760 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6f1aeac569e643679b0d6920f5639699 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:17.743346  6773 catalog_manager.cc:5696] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 reported cstate change: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New cstate: current_term: 2 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
W20260608 09:50:17.877398  6761 catalog_manager.cc:4754] TS 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 6f1aeac569e643679b0d6920f5639699: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:17.995962  7249 raft_consensus.cc:1064] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123: attempting to promote NON_VOTER cff1a99c8e754d478eeb8d6312450110 to VOTER
I20260608 09:50:17.997957  7249 consensus_queue.cc:237] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [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: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } }
I20260608 09:50:18.003858  7164 raft_consensus.cc:1275] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [term 2 LEARNER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:50:18.005091  7025 raft_consensus.cc:1275] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:50:18.005999  7241 consensus_queue.cc:1048] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:18.007027  7249 consensus_queue.cc:1048] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 09:50:18.007653  6917 consensus_peers.cc:597] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 -> Peer 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): Couldn't send request to peer 202a909eec70495cb9cb0717fbba3205. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:18.014920  7241 raft_consensus.cc:2955] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:18.016676  7164 raft_consensus.cc:2955] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:18.024492  7025 raft_consensus.cc:2955] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:18.027302  6772 catalog_manager.cc:5696] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 reported cstate change: config changed from index 2 to 3, cff1a99c8e754d478eeb8d6312450110 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "202a909eec70495cb9cb0717fbba3205" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43317 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:18.041385  6951 consensus_queue.cc:237] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [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: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } }
I20260608 09:50:18.046842  7025 raft_consensus.cc:1275] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:18.047412  7163 raft_consensus.cc:1275] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Refusing update from remote peer 866041372f3644dfabd46757db185123: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:18.048517  7241 consensus_queue.cc:1048] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:18.049263  7219 consensus_queue.cc:1048] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:18.055699  7219 raft_consensus.cc:2955] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:18.057794  7025 raft_consensus.cc:2955] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:18.058725  7163 raft_consensus.cc:2955] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
I20260608 09:50:18.069948  6760 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 6511f9e8d235417593364e2c3a29b9d7 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:18.070981  6773 catalog_manager.cc:5696] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 reported cstate change: config changed from index 3 to 4, VOTER 202a909eec70495cb9cb0717fbba3205 (127.0.150.129) evicted. New cstate: current_term: 2 leader_uuid: "866041372f3644dfabd46757db185123" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "866041372f3644dfabd46757db185123" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 40225 } } peers { permanent_uuid: "f4985a043f3a4fc1abf30d25e62a72a7" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 36205 } } peers { permanent_uuid: "cff1a99c8e754d478eeb8d6312450110" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 39487 } attrs { promote: false } } }
W20260608 09:50:18.484385  6761 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111) [suppressed 59 similar messages]
W20260608 09:50:18.923173  6761 catalog_manager.cc:4754] TS 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 6f1aeac569e643679b0d6920f5639699: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
W20260608 09:50:19.981953  6761 catalog_manager.cc:4754] TS 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 6f1aeac569e643679b0d6920f5639699: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:21.491688   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:50:21.518463   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:21.519328   602 tablet_replica.cc:333] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123: stopping tablet replica
I20260608 09:50:21.520045   602 raft_consensus.cc:2243] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:50:21.520905   602 raft_consensus.cc:2272] T 6f1aeac569e643679b0d6920f5639699 P 866041372f3644dfabd46757db185123 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.523123   602 tablet_replica.cc:333] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123: stopping tablet replica
I20260608 09:50:21.523692   602 raft_consensus.cc:2243] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:21.524482   602 raft_consensus.cc:2272] T 883d96d4622948979902655b1c739e0d P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.526624   602 tablet_replica.cc:333] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123: stopping tablet replica
I20260608 09:50:21.527220   602 raft_consensus.cc:2243] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:50:21.528026   602 raft_consensus.cc:2272] T 6511f9e8d235417593364e2c3a29b9d7 P 866041372f3644dfabd46757db185123 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.529945   602 tablet_replica.cc:333] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123: stopping tablet replica
I20260608 09:50:21.530392   602 raft_consensus.cc:2243] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:21.530900   602 raft_consensus.cc:2272] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P 866041372f3644dfabd46757db185123 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.554442   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:50:21.569342   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:50:21.595279   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:21.596001   602 tablet_replica.cc:333] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7: stopping tablet replica
I20260608 09:50:21.596685   602 raft_consensus.cc:2243] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:21.597335   602 raft_consensus.cc:2272] T 6f1aeac569e643679b0d6920f5639699 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.599576   602 tablet_replica.cc:333] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7: stopping tablet replica
I20260608 09:50:21.600093   602 raft_consensus.cc:2243] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:21.600880   602 raft_consensus.cc:2272] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.603015   602 tablet_replica.cc:333] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7: stopping tablet replica
I20260608 09:50:21.603554   602 raft_consensus.cc:2243] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:21.604136   602 raft_consensus.cc:2272] T 883d96d4622948979902655b1c739e0d P f4985a043f3a4fc1abf30d25e62a72a7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.606139   602 tablet_replica.cc:333] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7: stopping tablet replica
I20260608 09:50:21.606645   602 raft_consensus.cc:2243] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:21.607193   602 raft_consensus.cc:2272] T 6511f9e8d235417593364e2c3a29b9d7 P f4985a043f3a4fc1abf30d25e62a72a7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.630767   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:50:21.645524   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:50:21.664636   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:21.665372   602 tablet_replica.cc:333] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110: stopping tablet replica
I20260608 09:50:21.666069   602 raft_consensus.cc:2243] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:21.666635   602 raft_consensus.cc:2272] T 6f1aeac569e643679b0d6920f5639699 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.668555   602 tablet_replica.cc:333] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110: stopping tablet replica
I20260608 09:50:21.669067   602 raft_consensus.cc:2243] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:21.669590   602 raft_consensus.cc:2272] T 6511f9e8d235417593364e2c3a29b9d7 P cff1a99c8e754d478eeb8d6312450110 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.671487   602 tablet_replica.cc:333] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110: stopping tablet replica
I20260608 09:50:21.672008   602 raft_consensus.cc:2243] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:21.672503   602 raft_consensus.cc:2272] T 883d96d4622948979902655b1c739e0d P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.674327   602 tablet_replica.cc:333] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110: stopping tablet replica
I20260608 09:50:21.674796   602 raft_consensus.cc:2243] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:21.675299   602 raft_consensus.cc:2272] T 6cc4c3e4fb624f4d8b96f1089e8a3085 P cff1a99c8e754d478eeb8d6312450110 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:21.697511   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:50:21.709647   602 master.cc:562] Master@127.0.150.190:46731 shutting down...
W20260608 09:50:22.057421  6761 catalog_manager.cc:4754] TS 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 6f1aeac569e643679b0d6920f5639699: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
W20260608 09:50:24.260176  6761 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111) [suppressed 9 similar messages]
W20260608 09:50:24.264216  6761 catalog_manager.cc:4754] TS 202a909eec70495cb9cb0717fbba3205 (127.0.150.129:43317): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 6cc4c3e4fb624f4d8b96f1089e8a3085: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43317: connect: Connection refused (error 111)
I20260608 09:50:25.322132   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:25.323230   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:25.323674   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P eef96775c7e54bba83df8bba028c37c2: stopping tablet replica
I20260608 09:50:25.348333   602 master.cc:584] Master@127.0.150.190:46731 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (14397 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260608 09:50:25.397480   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:36085
I20260608 09:50:25.398828   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:25.405398  7272 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:25.405717  7271 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:25.406492  7274 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:25.406761   602 server_base.cc:1061] running on GCE node
I20260608 09:50:25.407756   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:25.407948   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:25.408066   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912225408055 us; error 0 us; skew 500 ppm
I20260608 09:50:25.408661   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:25.411607   602 webserver.cc:533] Webserver started at http://127.0.150.190:37691/ using document root <none> and password file <none>
I20260608 09:50:25.412117   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:25.412279   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:25.412506   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:25.413822   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "2df2bd4ab6e74769b79781950bfd6bb7"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:25.418615   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260608 09:50:25.422127  7279 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.422874   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:50:25.423141   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "2df2bd4ab6e74769b79781950bfd6bb7"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:25.423381   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:25.442981   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:25.444198   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:25.483127   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:36085
I20260608 09:50:25.483259  7330 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:36085 every 8 connection(s)
I20260608 09:50:25.487573  7331 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:25.500147  7331 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7: Bootstrap starting.
I20260608 09:50:25.505331  7331 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:25.509936  7331 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7: No bootstrap required, opened a new log
I20260608 09:50:25.512291  7331 raft_consensus.cc:359] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2df2bd4ab6e74769b79781950bfd6bb7" member_type: VOTER }
I20260608 09:50:25.512769  7331 raft_consensus.cc:385] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:25.513010  7331 raft_consensus.cc:740] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2df2bd4ab6e74769b79781950bfd6bb7, State: Initialized, Role: FOLLOWER
I20260608 09:50:25.513682  7331 consensus_queue.cc:260] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2df2bd4ab6e74769b79781950bfd6bb7" member_type: VOTER }
I20260608 09:50:25.514195  7331 raft_consensus.cc:399] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:50:25.514434  7331 raft_consensus.cc:493] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:50:25.514757  7331 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:25.519580  7331 raft_consensus.cc:515] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2df2bd4ab6e74769b79781950bfd6bb7" member_type: VOTER }
I20260608 09:50:25.520143  7331 leader_election.cc:304] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [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: 2df2bd4ab6e74769b79781950bfd6bb7; no voters: 
I20260608 09:50:25.521361  7331 leader_election.cc:290] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:50:25.521934  7334 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:25.523339  7334 raft_consensus.cc:697] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 1 LEADER]: Becoming Leader. State: Replica: 2df2bd4ab6e74769b79781950bfd6bb7, State: Running, Role: LEADER
I20260608 09:50:25.524120  7334 consensus_queue.cc:237] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [LEADER]: Queue going to LEADER mode. State: All 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: "2df2bd4ab6e74769b79781950bfd6bb7" member_type: VOTER }
I20260608 09:50:25.524616  7331 sys_catalog.cc:565] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:50:25.527786  7336 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 2df2bd4ab6e74769b79781950bfd6bb7. Latest consensus state: current_term: 1 leader_uuid: "2df2bd4ab6e74769b79781950bfd6bb7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2df2bd4ab6e74769b79781950bfd6bb7" member_type: VOTER } }
I20260608 09:50:25.527788  7335 sys_catalog.cc:455] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "2df2bd4ab6e74769b79781950bfd6bb7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2df2bd4ab6e74769b79781950bfd6bb7" member_type: VOTER } }
I20260608 09:50:25.528595  7336 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [sys.catalog]: This master's current role is: LEADER
I20260608 09:50:25.528636  7335 sys_catalog.cc:458] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [sys.catalog]: This master's current role is: LEADER
I20260608 09:50:25.533326  7339 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:50:25.540130  7339 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:50:25.541201   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:50:25.549937  7339 catalog_manager.cc:1382] Generated new cluster ID: 809896a1cc3747f6a65ef1c72c2d573e
I20260608 09:50:25.550238  7339 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:50:25.568049  7339 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:50:25.569450  7339 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:50:25.589815  7339 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7: Generated new TSK 0
I20260608 09:50:25.590519  7339 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:50:25.607915   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:25.614627  7352 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:25.615698  7353 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:25.617105  7355 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:25.617507   602 server_base.cc:1061] running on GCE node
I20260608 09:50:25.618485   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:25.618677   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:25.618803   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912225618792 us; error 0 us; skew 500 ppm
I20260608 09:50:25.619333   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:25.621656   602 webserver.cc:533] Webserver started at http://127.0.150.129:34163/ using document root <none> and password file <none>
I20260608 09:50:25.622231   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:25.622397   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:25.622632   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:25.623883   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "8d12687bd5f34abe81314b3f7989c2ca"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:25.629024   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 09:50:25.632594  7360 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.633366   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:50:25.633647   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "8d12687bd5f34abe81314b3f7989c2ca"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:25.633953   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:25.653723   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:25.655107   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:25.656639   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:25.659158   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:25.659371   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.659672   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:25.659840   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.702659   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:43867
I20260608 09:50:25.702790  7422 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:43867 every 8 connection(s)
I20260608 09:50:25.708192   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:25.717288  7427 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:25.717507  7428 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:25.720747  7430 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:25.721444   602 server_base.cc:1061] running on GCE node
I20260608 09:50:25.722630   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:25.722857   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:25.723057   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912225723016 us; error 0 us; skew 500 ppm
I20260608 09:50:25.723703   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:25.726263  7423 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36085
I20260608 09:50:25.726632  7423 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:25.727077   602 webserver.cc:533] Webserver started at http://127.0.150.130:36965/ using document root <none> and password file <none>
I20260608 09:50:25.727532  7423 heartbeater.cc:507] Master 127.0.150.190:36085 requested a full tablet report, sending...
I20260608 09:50:25.727672   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:25.728008   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:25.728289   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:25.730034   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "2650429774e94ae68dc1ec426a8e8b86"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:25.730154  7296 ts_manager.cc:194] Registered new tserver with Master: 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867)
I20260608 09:50:25.732944  7296 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57290
I20260608 09:50:25.736668   602 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260608 09:50:25.740382  7435 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.741202   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:50:25.741468   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "2650429774e94ae68dc1ec426a8e8b86"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:25.741704   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:25.763157   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:25.764376   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:25.765833   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:25.768222   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:25.768404   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.768719   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:25.768865   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.810429   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:45999
I20260608 09:50:25.810632  7497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:45999 every 8 connection(s)
I20260608 09:50:25.815768   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:25.824182  7501 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:25.825709  7502 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:25.827452   602 server_base.cc:1061] running on GCE node
W20260608 09:50:25.828683  7504 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:25.829605   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:25.829850   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:25.829816  7498 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36085
I20260608 09:50:25.830322   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912225830300 us; error 0 us; skew 500 ppm
I20260608 09:50:25.830487  7498 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:25.831264   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:25.831514  7498 heartbeater.cc:507] Master 127.0.150.190:36085 requested a full tablet report, sending...
I20260608 09:50:25.834009   602 webserver.cc:533] Webserver started at http://127.0.150.131:36501/ using document root <none> and password file <none>
I20260608 09:50:25.834079  7296 ts_manager.cc:194] Registered new tserver with Master: 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:25.834671   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:25.834939   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:25.835318   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:25.835842  7296 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57298
I20260608 09:50:25.836773   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "8ddf10f519a942829980a99f26e3aa2b"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:25.841553   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.007s
I20260608 09:50:25.845628  7509 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.846518   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:50:25.846844   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "8ddf10f519a942829980a99f26e3aa2b"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:25.847128   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:25.872551   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:25.873930   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:25.875470   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:25.877797   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:25.878062   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.878310   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:25.878501   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:25.918996   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:35279
I20260608 09:50:25.919129  7571 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:35279 every 8 connection(s)
I20260608 09:50:25.933696  7572 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36085
I20260608 09:50:25.934221  7572 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:25.935159  7572 heartbeater.cc:507] Master 127.0.150.190:36085 requested a full tablet report, sending...
I20260608 09:50:25.937803  7296 ts_manager.cc:194] Registered new tserver with Master: 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:25.938460   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.016105848s
I20260608 09:50:25.939333  7296 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57302
I20260608 09:50:26.736491  7423 heartbeater.cc:499] Master 127.0.150.190:36085 was elected leader, sending a full tablet report...
I20260608 09:50:26.838631  7498 heartbeater.cc:499] Master 127.0.150.190:36085 was elected leader, sending a full tablet report...
I20260608 09:50:26.942242  7572 heartbeater.cc:499] Master 127.0.150.190:36085 was elected leader, sending a full tablet report...
I20260608 09:50:26.996395  7296 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57314:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:50:26.998945  7296 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:50:27.059041  7537 tablet_service.cc:1511] Processing CreateTablet for tablet 7579eeaa0610460a83c426107c3e8e66 (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:27.060710  7537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7579eeaa0610460a83c426107c3e8e66. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.067301  7536 tablet_service.cc:1511] Processing CreateTablet for tablet 785bc92e69f6422397f25f8f615eaaa1 (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:27.067566  7388 tablet_service.cc:1511] Processing CreateTablet for tablet 7579eeaa0610460a83c426107c3e8e66 (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:27.068926  7536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 785bc92e69f6422397f25f8f615eaaa1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.069100  7388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7579eeaa0610460a83c426107c3e8e66. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.072381  7535 tablet_service.cc:1511] Processing CreateTablet for tablet 23a02bc9929540deab8698a1c6eeb4c1 (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:27.074154  7535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23a02bc9929540deab8698a1c6eeb4c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.078732  7387 tablet_service.cc:1511] Processing CreateTablet for tablet 785bc92e69f6422397f25f8f615eaaa1 (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:27.080272  7387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 785bc92e69f6422397f25f8f615eaaa1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.087350  7534 tablet_service.cc:1511] Processing CreateTablet for tablet cb90b3eef8b848f4a5a6db17fc64d19f (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:27.089299  7534 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb90b3eef8b848f4a5a6db17fc64d19f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.090504  7386 tablet_service.cc:1511] Processing CreateTablet for tablet 23a02bc9929540deab8698a1c6eeb4c1 (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:27.091965  7386 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23a02bc9929540deab8698a1c6eeb4c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.104231  7387 tablet_service.cc:1511] Processing CreateTablet for tablet cb90b3eef8b848f4a5a6db17fc64d19f (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:27.105659  7387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb90b3eef8b848f4a5a6db17fc64d19f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.112233  7593 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap starting.
I20260608 09:50:27.117058  7461 tablet_service.cc:1511] Processing CreateTablet for tablet 23a02bc9929540deab8698a1c6eeb4c1 (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:27.117730  7460 tablet_service.cc:1511] Processing CreateTablet for tablet cb90b3eef8b848f4a5a6db17fc64d19f (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:27.118686  7461 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 23a02bc9929540deab8698a1c6eeb4c1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.111351  7592 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap starting.
I20260608 09:50:27.113013  7463 tablet_service.cc:1511] Processing CreateTablet for tablet 7579eeaa0610460a83c426107c3e8e66 (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:27.115021  7462 tablet_service.cc:1511] Processing CreateTablet for tablet 785bc92e69f6422397f25f8f615eaaa1 (DEFAULT_TABLE table=test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:27.119415  7460 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb90b3eef8b848f4a5a6db17fc64d19f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.126302  7462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 785bc92e69f6422397f25f8f615eaaa1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.126976  7592 tablet_bootstrap.cc:654] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.128372  7593 tablet_bootstrap.cc:654] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.130504  7463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7579eeaa0610460a83c426107c3e8e66. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:27.145388  7592 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: No bootstrap required, opened a new log
I20260608 09:50:27.146088  7592 ts_tablet_manager.cc:1403] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent bootstrapping tablet: real 0.035s	user 0.014s	sys 0.012s
I20260608 09:50:27.149530  7592 raft_consensus.cc:359] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.150646  7592 raft_consensus.cc:385] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.151108  7592 raft_consensus.cc:740] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.151600  7593 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: No bootstrap required, opened a new log
I20260608 09:50:27.152448  7592 consensus_queue.cc:260] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.156128  7593 ts_tablet_manager.cc:1403] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Time spent bootstrapping tablet: real 0.044s	user 0.017s	sys 0.009s
I20260608 09:50:27.154814  7596 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap starting.
I20260608 09:50:27.161042  7593 raft_consensus.cc:359] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.161850  7593 raft_consensus.cc:385] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.162266  7593 raft_consensus.cc:740] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ddf10f519a942829980a99f26e3aa2b, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.163324  7593 consensus_queue.cc:260] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.167388  7592 ts_tablet_manager.cc:1434] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.010s
I20260608 09:50:27.167832  7596 tablet_bootstrap.cc:654] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.170758  7592 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap starting.
W20260608 09:50:27.174470  7573 tablet.cc:2404] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 09:50:27.175607  7593 ts_tablet_manager.cc:1434] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Time spent starting tablet: real 0.018s	user 0.001s	sys 0.007s
I20260608 09:50:27.176764  7593 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap starting.
I20260608 09:50:27.183729  7593 tablet_bootstrap.cc:654] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.183758  7596 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: No bootstrap required, opened a new log
I20260608 09:50:27.184578  7596 ts_tablet_manager.cc:1403] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Time spent bootstrapping tablet: real 0.030s	user 0.017s	sys 0.000s
I20260608 09:50:27.188673  7592 tablet_bootstrap.cc:654] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.188400  7596 raft_consensus.cc:359] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.189510  7596 raft_consensus.cc:385] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.189976  7596 raft_consensus.cc:740] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.191121  7596 consensus_queue.cc:260] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.195531  7593 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: No bootstrap required, opened a new log
I20260608 09:50:27.196043  7593 ts_tablet_manager.cc:1403] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.005s
I20260608 09:50:27.198510  7596 ts_tablet_manager.cc:1434] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Time spent starting tablet: real 0.014s	user 0.011s	sys 0.000s
I20260608 09:50:27.199199  7593 raft_consensus.cc:359] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.200014  7593 raft_consensus.cc:385] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.200122  7596 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap starting.
I20260608 09:50:27.200408  7593 raft_consensus.cc:740] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ddf10f519a942829980a99f26e3aa2b, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.201432  7593 consensus_queue.cc:260] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.203830  7593 ts_tablet_manager.cc:1434] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 09:50:27.204871  7593 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap starting.
I20260608 09:50:27.211989  7593 tablet_bootstrap.cc:654] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.214170  7592 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: No bootstrap required, opened a new log
I20260608 09:50:27.214809  7592 ts_tablet_manager.cc:1403] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent bootstrapping tablet: real 0.044s	user 0.022s	sys 0.010s
I20260608 09:50:27.216136  7596 tablet_bootstrap.cc:654] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.218313  7592 raft_consensus.cc:359] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.219192  7592 raft_consensus.cc:385] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.219643  7592 raft_consensus.cc:740] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.220991  7592 consensus_queue.cc:260] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.233853  7596 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: No bootstrap required, opened a new log
I20260608 09:50:27.234030  7592 ts_tablet_manager.cc:1434] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.007s
I20260608 09:50:27.234553  7596 ts_tablet_manager.cc:1403] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Time spent bootstrapping tablet: real 0.035s	user 0.012s	sys 0.013s
I20260608 09:50:27.235278  7593 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: No bootstrap required, opened a new log
I20260608 09:50:27.235893  7593 ts_tablet_manager.cc:1403] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: Time spent bootstrapping tablet: real 0.031s	user 0.016s	sys 0.014s
I20260608 09:50:27.237031  7592 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap starting.
I20260608 09:50:27.237941  7596 raft_consensus.cc:359] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.238771  7596 raft_consensus.cc:385] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.239171  7596 raft_consensus.cc:740] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.238916  7593 raft_consensus.cc:359] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.239980  7593 raft_consensus.cc:385] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.240363  7593 raft_consensus.cc:740] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ddf10f519a942829980a99f26e3aa2b, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.240398  7596 consensus_queue.cc:260] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.241449  7593 consensus_queue.cc:260] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.243105  7596 ts_tablet_manager.cc:1434] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 09:50:27.243877  7593 ts_tablet_manager.cc:1434] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 09:50:27.244874  7596 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap starting.
I20260608 09:50:27.245023  7593 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap starting.
I20260608 09:50:27.247110  7592 tablet_bootstrap.cc:654] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.252619  7593 tablet_bootstrap.cc:654] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.253329  7596 tablet_bootstrap.cc:654] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.260528  7592 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: No bootstrap required, opened a new log
I20260608 09:50:27.261361  7592 ts_tablet_manager.cc:1403] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent bootstrapping tablet: real 0.025s	user 0.017s	sys 0.004s
I20260608 09:50:27.264786  7593 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: No bootstrap required, opened a new log
I20260608 09:50:27.265401  7593 ts_tablet_manager.cc:1403] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Time spent bootstrapping tablet: real 0.021s	user 0.019s	sys 0.000s
I20260608 09:50:27.265110  7592 raft_consensus.cc:359] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.266111  7592 raft_consensus.cc:385] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.266125  7596 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: No bootstrap required, opened a new log
I20260608 09:50:27.266556  7592 raft_consensus.cc:740] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.267040  7596 ts_tablet_manager.cc:1403] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Time spent bootstrapping tablet: real 0.022s	user 0.018s	sys 0.003s
I20260608 09:50:27.267493  7592 consensus_queue.cc:260] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.268952  7593 raft_consensus.cc:359] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.269763  7593 raft_consensus.cc:385] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.270134  7593 raft_consensus.cc:740] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ddf10f519a942829980a99f26e3aa2b, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.270371  7592 ts_tablet_manager.cc:1434] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260608 09:50:27.271574  7592 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap starting.
I20260608 09:50:27.271212  7593 consensus_queue.cc:260] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.270375  7596 raft_consensus.cc:359] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.273751  7593 ts_tablet_manager.cc:1434] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260608 09:50:27.273844  7596 raft_consensus.cc:385] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.274397  7596 raft_consensus.cc:740] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.275259  7596 consensus_queue.cc:260] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.277906  7596 ts_tablet_manager.cc:1434] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 09:50:27.279079  7596 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap starting.
I20260608 09:50:27.281795  7592 tablet_bootstrap.cc:654] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.286446  7596 tablet_bootstrap.cc:654] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:27.290066  7592 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: No bootstrap required, opened a new log
I20260608 09:50:27.290793  7592 ts_tablet_manager.cc:1403] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.004s
I20260608 09:50:27.294708  7592 raft_consensus.cc:359] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.295308  7592 raft_consensus.cc:385] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.295702  7592 raft_consensus.cc:740] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.296949  7596 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: No bootstrap required, opened a new log
I20260608 09:50:27.296526  7592 consensus_queue.cc:260] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.297539  7596 ts_tablet_manager.cc:1403] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.007s
I20260608 09:50:27.299036  7592 ts_tablet_manager.cc:1434] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 09:50:27.300532  7596 raft_consensus.cc:359] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.301113  7596 raft_consensus.cc:385] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:27.301362  7596 raft_consensus.cc:740] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Initialized, Role: FOLLOWER
I20260608 09:50:27.302096  7596 consensus_queue.cc:260] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.304149  7596 ts_tablet_manager.cc:1434] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 09:50:27.342089  7602 raft_consensus.cc:493] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:27.342656  7602 raft_consensus.cc:515] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.345131  7602 leader_election.cc:290] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:27.353130  7597 raft_consensus.cc:493] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:27.353739  7597 raft_consensus.cc:515] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.357511  7547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:27.358425  7547 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 0.
I20260608 09:50:27.358852  7597 leader_election.cc:290] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:27.359936  7398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca" is_pre_election: true
I20260608 09:50:27.360718  7398 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 0.
I20260608 09:50:27.361004  7437 leader_election.cc:304] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:27.362763  7602 raft_consensus.cc:2804] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:27.363126  7602 raft_consensus.cc:493] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:27.363452  7602 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.369639  7473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86" is_pre_election: true
I20260608 09:50:27.370406  7473 raft_consensus.cc:2468] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 0.
I20260608 09:50:27.371320  7602 raft_consensus.cc:515] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.371941  7361 leader_election.cc:304] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [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: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca; no voters: 
I20260608 09:50:27.372951  7597 raft_consensus.cc:2804] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:27.373342  7597 raft_consensus.cc:493] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:27.373713  7597 raft_consensus.cc:3060] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.374555  7398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca"
I20260608 09:50:27.375191  7398 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.375931  7547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:27.376096  7602 leader_election.cc:290] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 1 election: Requested vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:27.376521  7547 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.377123  7546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:27.377820  7546 raft_consensus.cc:2468] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 0.
I20260608 09:50:27.381561  7597 raft_consensus.cc:515] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.382853  7398 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 1.
I20260608 09:50:27.382872  7547 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 1.
I20260608 09:50:27.384315  7597 leader_election.cc:290] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 1 election: Requested vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:27.384466  7437 leader_election.cc:304] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:27.385138  7547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:27.385221  7473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86"
I20260608 09:50:27.385417  7602 raft_consensus.cc:2804] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:27.385852  7547 raft_consensus.cc:3060] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.385912  7473 raft_consensus.cc:3060] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.393318  7473 raft_consensus.cc:2468] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 1.
I20260608 09:50:27.393358  7602 raft_consensus.cc:697] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 LEADER]: Becoming Leader. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Running, Role: LEADER
I20260608 09:50:27.393317  7547 raft_consensus.cc:2468] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 1.
I20260608 09:50:27.394694  7602 consensus_queue.cc:237] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Queue going to LEADER mode. State: All 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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.395049  7362 leader_election.cc:304] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [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: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:27.395967  7597 raft_consensus.cc:2804] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:27.397341  7597 raft_consensus.cc:697] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 LEADER]: Becoming Leader. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Running, Role: LEADER
I20260608 09:50:27.398366  7597 consensus_queue.cc:237] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Queue going to LEADER mode. State: All 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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.403661  7296 catalog_manager.cc:5696] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:27.407428  7294 catalog_manager.cc:5696] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129). New cstate: current_term: 1 leader_uuid: "8d12687bd5f34abe81314b3f7989c2ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:27.423163  7598 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:27.423658  7598 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.425951  7598 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:27.431434  7597 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:27.431924  7597 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.435040  7547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:27.435370  7473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86" is_pre_election: true
I20260608 09:50:27.435753  7547 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 0.
I20260608 09:50:27.436116  7473 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 0.
I20260608 09:50:27.437353  7362 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [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: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:27.438407  7615 raft_consensus.cc:2804] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:27.438851  7615 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:27.439306  7615 raft_consensus.cc:3060] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.440176  7597 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:27.440632  7398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8ddf10f519a942829980a99f26e3aa2b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca" is_pre_election: true
I20260608 09:50:27.441171  7473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8ddf10f519a942829980a99f26e3aa2b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86" is_pre_election: true
I20260608 09:50:27.441690  7473 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ddf10f519a942829980a99f26e3aa2b in term 0.
I20260608 09:50:27.442749  7510 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [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: 2650429774e94ae68dc1ec426a8e8b86, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:27.443511  7598 raft_consensus.cc:2804] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:27.443914  7598 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:27.444183  7598 raft_consensus.cc:3060] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.446054  7615 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.447096  7398 raft_consensus.cc:2393] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8ddf10f519a942829980a99f26e3aa2b in current term 1: Already voted for candidate 8d12687bd5f34abe81314b3f7989c2ca in this term.
I20260608 09:50:27.448904  7615 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 1 election: Requested vote from peers 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:27.449383  7602 raft_consensus.cc:493] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:27.449754  7547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:27.449909  7473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86"
I20260608 09:50:27.450084  7598 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.450001  7602 raft_consensus.cc:515] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.450736  7473 raft_consensus.cc:3060] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.451496  7547 raft_consensus.cc:2393] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 8d12687bd5f34abe81314b3f7989c2ca in current term 1: Already voted for candidate 8ddf10f519a942829980a99f26e3aa2b in this term.
I20260608 09:50:27.452513  7598 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 1 election: Requested vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:27.453465  7602 leader_election.cc:290] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:27.454257  7398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8ddf10f519a942829980a99f26e3aa2b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca"
I20260608 09:50:27.454543  7397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca" is_pre_election: true
I20260608 09:50:27.455360  7398 raft_consensus.cc:2393] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 8ddf10f519a942829980a99f26e3aa2b in current term 1: Already voted for candidate 8d12687bd5f34abe81314b3f7989c2ca in this term.
I20260608 09:50:27.455401  7472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8ddf10f519a942829980a99f26e3aa2b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86"
I20260608 09:50:27.455384  7397 raft_consensus.cc:2468] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 0.
I20260608 09:50:27.457492  7436 leader_election.cc:304] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca; no voters: 
I20260608 09:50:27.457775  7473 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 1.
I20260608 09:50:27.457922  7510 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [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: 8ddf10f519a942829980a99f26e3aa2b; no voters: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca
I20260608 09:50:27.458427  7602 raft_consensus.cc:2804] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:27.458901  7602 raft_consensus.cc:493] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:27.458951  7598 raft_consensus.cc:2749] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 09:50:27.459671  7602 raft_consensus.cc:3060] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.459677  7547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:27.460752  7547 raft_consensus.cc:2468] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 0.
I20260608 09:50:27.458928  7361 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [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: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca; no voters: 8ddf10f519a942829980a99f26e3aa2b
I20260608 09:50:27.462298  7615 raft_consensus.cc:2804] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:27.462707  7615 raft_consensus.cc:697] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 LEADER]: Becoming Leader. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Running, Role: LEADER
I20260608 09:50:27.463537  7615 consensus_queue.cc:237] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Queue going to LEADER mode. State: All 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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:27.465859  7602 raft_consensus.cc:515] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.469086  7397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca"
I20260608 09:50:27.469278  7547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:27.469728  7397 raft_consensus.cc:3060] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.469921  7547 raft_consensus.cc:3060] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:27.471824  7294 catalog_manager.cc:5696] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129). New cstate: current_term: 1 leader_uuid: "8d12687bd5f34abe81314b3f7989c2ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:27.475245  7397 raft_consensus.cc:2468] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 1.
I20260608 09:50:27.476523  7602 leader_election.cc:290] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 1 election: Requested vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:27.476496  7436 leader_election.cc:304] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca; no voters: 
I20260608 09:50:27.477656  7602 raft_consensus.cc:2804] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:27.477602  7547 raft_consensus.cc:2468] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 1.
I20260608 09:50:27.478407  7602 raft_consensus.cc:697] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 LEADER]: Becoming Leader. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Running, Role: LEADER
I20260608 09:50:27.479295  7602 consensus_queue.cc:237] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Queue going to LEADER mode. State: All 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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:27.486995  7294 catalog_manager.cc:5696] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:27.529917   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:50:27.552996   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:27.553853   602 tablet_replica.cc:333] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: stopping tablet replica
I20260608 09:50:27.554555   602 raft_consensus.cc:2243] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:27.554996   602 raft_consensus.cc:2272] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.557421   602 tablet_replica.cc:333] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: stopping tablet replica
I20260608 09:50:27.558054   602 raft_consensus.cc:2243] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:27.558641   602 pending_rounds.cc:70] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Trying to abort 1 pending ops.
I20260608 09:50:27.558830   602 pending_rounds.cc:77] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616483433836544 op_type: NO_OP noop_request { }
I20260608 09:50:27.559144   602 raft_consensus.cc:2889] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:27.559453   602 raft_consensus.cc:2272] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.561808   602 tablet_replica.cc:333] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: stopping tablet replica
I20260608 09:50:27.562392   602 raft_consensus.cc:2243] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:27.562779   602 raft_consensus.cc:2272] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.564883   602 tablet_replica.cc:333] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: stopping tablet replica
I20260608 09:50:27.565382   602 raft_consensus.cc:2243] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:27.566016   602 pending_rounds.cc:70] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Trying to abort 1 pending ops.
I20260608 09:50:27.566226   602 pending_rounds.cc:77] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616483698237440 op_type: NO_OP noop_request { }
I20260608 09:50:27.566496   602 raft_consensus.cc:2889] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:27.566780   602 raft_consensus.cc:2272] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.580580   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:50:27.592219   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:50:27.608426   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:27.609277   602 tablet_replica.cc:333] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: stopping tablet replica
I20260608 09:50:27.609977   602 raft_consensus.cc:2243] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:27.610623   602 pending_rounds.cc:70] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Trying to abort 1 pending ops.
I20260608 09:50:27.610853   602 pending_rounds.cc:77] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616483764092928 op_type: NO_OP noop_request { }
I20260608 09:50:27.611153   602 raft_consensus.cc:2889] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:27.611545   602 raft_consensus.cc:2272] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.613858   602 tablet_replica.cc:333] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: stopping tablet replica
I20260608 09:50:27.614486   602 raft_consensus.cc:2243] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:27.614866   602 raft_consensus.cc:2272] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.616776   602 tablet_replica.cc:333] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: stopping tablet replica
I20260608 09:50:27.617317   602 raft_consensus.cc:2243] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:27.617686   602 raft_consensus.cc:2272] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.619505   602 tablet_replica.cc:333] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: stopping tablet replica
I20260608 09:50:27.619999   602 raft_consensus.cc:2243] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:27.620563   602 pending_rounds.cc:70] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Trying to abort 1 pending ops.
I20260608 09:50:27.620718   602 pending_rounds.cc:77] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616483418419200 op_type: NO_OP noop_request { }
I20260608 09:50:27.621069   602 raft_consensus.cc:2889] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:27.621351   602 raft_consensus.cc:2272] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.644310   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:50:27.656294   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:50:27.672668   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:27.673605   602 tablet_replica.cc:333] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: stopping tablet replica
I20260608 09:50:27.674279   602 raft_consensus.cc:2243] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:27.674674   602 raft_consensus.cc:2272] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.676620   602 tablet_replica.cc:333] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: stopping tablet replica
I20260608 09:50:27.677105   602 raft_consensus.cc:2243] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:27.677448   602 raft_consensus.cc:2272] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.679517   602 tablet_replica.cc:333] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: stopping tablet replica
I20260608 09:50:27.679978   602 raft_consensus.cc:2243] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:27.680305   602 raft_consensus.cc:2272] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.682364   602 tablet_replica.cc:333] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: stopping tablet replica
I20260608 09:50:27.682809   602 raft_consensus.cc:2243] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:27.683125   602 raft_consensus.cc:2272] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:27.704994   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:50:27.718120   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:27.724246  7623 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:27.724529  7622 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:27.725239  7625 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:27.726197   602 server_base.cc:1061] running on GCE node
I20260608 09:50:27.727373   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:27.727725   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:27.728019   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912227728003 us; error 0 us; skew 500 ppm
I20260608 09:50:27.728677   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:27.731134   602 webserver.cc:533] Webserver started at http://127.0.150.132:45719/ using document root <none> and password file <none>
I20260608 09:50:27.731743   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:27.732056   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:27.732421   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:27.733635   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "360be562dc48473788e393975e67cfb5"
format_stamp: "Formatted at 2026-06-08 09:50:27 on dist-test-slave-g93p"
I20260608 09:50:27.738385   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:50:27.741971  7630 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:27.742810   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:50:27.743229   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "360be562dc48473788e393975e67cfb5"
format_stamp: "Formatted at 2026-06-08 09:50:27 on dist-test-slave-g93p"
I20260608 09:50:27.743640   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:27.765242   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:27.766644   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:27.768177   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:27.770680   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:27.770999   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:27.771332   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:27.771601   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:27.809628   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:46257
I20260608 09:50:27.809747  7692 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:46257 every 8 connection(s)
I20260608 09:50:27.824394  7693 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36085
I20260608 09:50:27.824923  7693 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:27.825768  7693 heartbeater.cc:507] Master 127.0.150.190:36085 requested a full tablet report, sending...
I20260608 09:50:27.827864  7294 ts_manager.cc:194] Registered new tserver with Master: 360be562dc48473788e393975e67cfb5 (127.0.150.132:46257)
I20260608 09:50:27.829336  7294 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57324
W20260608 09:50:28.562999  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 7579eeaa0610460a83c426107c3e8e66: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:28.566715  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 785bc92e69f6422397f25f8f615eaaa1: Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
W20260608 09:50:28.570230  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 23a02bc9929540deab8698a1c6eeb4c1: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
I20260608 09:50:28.831964  7693 heartbeater.cc:499] Master 127.0.150.190:36085 was elected leader, sending a full tablet report...
W20260608 09:50:29.583812  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 23a02bc9929540deab8698a1c6eeb4c1: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:29.587365  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 7579eeaa0610460a83c426107c3e8e66: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:29.590788  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 785bc92e69f6422397f25f8f615eaaa1: Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
W20260608 09:50:30.620693  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 7579eeaa0610460a83c426107c3e8e66: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:30.623924  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 785bc92e69f6422397f25f8f615eaaa1: Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
W20260608 09:50:30.627172  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet cb90b3eef8b848f4a5a6db17fc64d19f: Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
W20260608 09:50:31.640215  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 785bc92e69f6422397f25f8f615eaaa1: Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
W20260608 09:50:31.643440  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 23a02bc9929540deab8698a1c6eeb4c1: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:31.646713  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 7579eeaa0610460a83c426107c3e8e66: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:32.648950  7344 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 8d12687bd5f34abe81314b3f7989c2ca not available for placement
W20260608 09:50:33.651751  7344 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 8d12687bd5f34abe81314b3f7989c2ca not available for placement
W20260608 09:50:34.653834  7344 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 8d12687bd5f34abe81314b3f7989c2ca not available for placement
I20260608 09:50:34.848078   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:34.856667  7702 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:34.856798  7703 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:34.860983  7705 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:34.861649   602 server_base.cc:1061] running on GCE node
I20260608 09:50:34.863436   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:34.863669   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:34.863875   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912234863850 us; error 0 us; skew 500 ppm
I20260608 09:50:34.864518   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:34.867348   602 webserver.cc:533] Webserver started at http://127.0.150.129:34163/ using document root <none> and password file <none>
I20260608 09:50:34.867939   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:34.868139   602 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 09:50:34.872268   602 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 09:50:34.875911  7710 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:34.876894   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 09:50:34.877207   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "8d12687bd5f34abe81314b3f7989c2ca"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:34.877632   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:34.906533   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:34.907924   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:34.909502   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:34.913237  7717 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260608 09:50:34.935930   602 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 09:50:34.936244   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.024s	user 0.000s	sys 0.001s
I20260608 09:50:34.936542   602 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260608 09:50:34.941846  7717 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap starting.
I20260608 09:50:34.951342   602 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 09:50:34.951646   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.014s	sys 0.000s
I20260608 09:50:34.955700  7717 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 09:50:34.956599  7717 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap complete.
I20260608 09:50:34.957217  7717 ts_tablet_manager.cc:1403] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent bootstrapping tablet: real 0.016s	user 0.004s	sys 0.007s
I20260608 09:50:34.959772  7717 raft_consensus.cc:359] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:34.960965  7717 raft_consensus.cc:740] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Initialized, Role: FOLLOWER
I20260608 09:50:34.961977  7717 consensus_queue.cc:260] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:34.964887  7717 ts_tablet_manager.cc:1434] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.004s
I20260608 09:50:34.965628  7717 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap starting.
I20260608 09:50:34.978163  7717 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:34.978912  7717 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap complete.
I20260608 09:50:34.979699  7717 ts_tablet_manager.cc:1403] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260608 09:50:34.982669  7717 raft_consensus.cc:359] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:34.983286  7717 raft_consensus.cc:740] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Initialized, Role: FOLLOWER
I20260608 09:50:34.984063  7717 consensus_queue.cc:260] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:34.986037  7717 ts_tablet_manager.cc:1434] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.003s
I20260608 09:50:34.986766  7717 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap starting.
I20260608 09:50:35.000308  7717 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:35.001066  7717 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap complete.
I20260608 09:50:35.001660  7717 ts_tablet_manager.cc:1403] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent bootstrapping tablet: real 0.015s	user 0.000s	sys 0.011s
I20260608 09:50:35.004174  7717 raft_consensus.cc:359] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.004762  7717 raft_consensus.cc:740] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Initialized, Role: FOLLOWER
I20260608 09:50:35.005637  7717 consensus_queue.cc:260] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.007592  7717 ts_tablet_manager.cc:1434] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.001s
I20260608 09:50:35.008590  7717 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap starting.
I20260608 09:50:35.012985   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:43867
I20260608 09:50:35.013113  7777 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:43867 every 8 connection(s)
I20260608 09:50:35.018683   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 09:50:35.029012  7717 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: 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
W20260608 09:50:35.029424  7783 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:35.030223  7717 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Bootstrap complete.
I20260608 09:50:35.030848  7717 ts_tablet_manager.cc:1403] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent bootstrapping tablet: real 0.023s	user 0.016s	sys 0.002s
W20260608 09:50:35.034312  7784 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:35.035578  7717 raft_consensus.cc:359] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.036600  7717 raft_consensus.cc:740] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Initialized, Role: FOLLOWER
I20260608 09:50:35.037619  7717 consensus_queue.cc:260] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.040367  7717 ts_tablet_manager.cc:1434] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.004s
I20260608 09:50:35.041090  7778 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36085
I20260608 09:50:35.041602  7778 heartbeater.cc:461] Registering TS with master...
W20260608 09:50:35.042729  7786 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:35.042781  7778 heartbeater.cc:507] Master 127.0.150.190:36085 requested a full tablet report, sending...
I20260608 09:50:35.043267   602 server_base.cc:1061] running on GCE node
I20260608 09:50:35.044211   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:35.044404   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:35.044533   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912235044522 us; error 0 us; skew 500 ppm
I20260608 09:50:35.045167   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:35.047545  7294 ts_manager.cc:194] Re-registered known tserver with Master: 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867)
I20260608 09:50:35.048188   602 webserver.cc:533] Webserver started at http://127.0.150.130:36965/ using document root <none> and password file <none>
I20260608 09:50:35.048789   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:35.049003   602 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 09:50:35.053126   602 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.001s	sys 0.001s
I20260608 09:50:35.053144  7294 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36842
I20260608 09:50:35.056471  7778 heartbeater.cc:499] Master 127.0.150.190:36085 was elected leader, sending a full tablet report...
I20260608 09:50:35.057358  7791 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:35.058259   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.000s	sys 0.003s
I20260608 09:50:35.058557   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "2650429774e94ae68dc1ec426a8e8b86"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:35.058849   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:35.077666   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:35.078944   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:35.080518   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:35.102998   602 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 09:50:35.103327   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.020s	user 0.001s	sys 0.000s
I20260608 09:50:35.108088  7798 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap starting.
I20260608 09:50:35.118438   602 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 09:50:35.118737   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.015s	sys 0.000s
I20260608 09:50:35.119784  7798 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:35.120561  7798 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap complete.
I20260608 09:50:35.121109  7798 ts_tablet_manager.cc:1403] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 09:50:35.123582  7798 raft_consensus.cc:359] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:35.124136  7798 raft_consensus.cc:740] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Initialized, Role: FOLLOWER
I20260608 09:50:35.124914  7798 consensus_queue.cc:260] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:35.127974  7798 ts_tablet_manager.cc:1434] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260608 09:50:35.128829  7798 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap starting.
I20260608 09:50:35.143445  7798 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 09:50:35.144241  7798 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap complete.
I20260608 09:50:35.144836  7798 ts_tablet_manager.cc:1403] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Time spent bootstrapping tablet: real 0.016s	user 0.004s	sys 0.009s
I20260608 09:50:35.147245  7798 raft_consensus.cc:359] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.147938  7798 raft_consensus.cc:740] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Initialized, Role: FOLLOWER
I20260608 09:50:35.148686  7798 consensus_queue.cc:260] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.150390  7798 ts_tablet_manager.cc:1434] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.000s
I20260608 09:50:35.151118  7798 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap starting.
I20260608 09:50:35.165263  7798 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 09:50:35.166136  7798 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap complete.
I20260608 09:50:35.166923  7798 ts_tablet_manager.cc:1403] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260608 09:50:35.170126  7798 raft_consensus.cc:359] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.171124  7798 raft_consensus.cc:740] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Initialized, Role: FOLLOWER
I20260608 09:50:35.172107  7798 consensus_queue.cc:260] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.174646  7798 ts_tablet_manager.cc:1434] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 09:50:35.175599  7798 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap starting.
I20260608 09:50:35.176399   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:45999
I20260608 09:50:35.176726  7858 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:45999 every 8 connection(s)
I20260608 09:50:35.181600   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:35.192420  7862 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:35.194442  7864 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:35.195149  7798 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:35.196208  7798 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Bootstrap complete.
I20260608 09:50:35.197109  7859 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36085
I20260608 09:50:35.197131  7798 ts_tablet_manager.cc:1403] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Time spent bootstrapping tablet: real 0.022s	user 0.011s	sys 0.005s
I20260608 09:50:35.197674  7859 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:35.199000  7859 heartbeater.cc:507] Master 127.0.150.190:36085 requested a full tablet report, sending...
I20260608 09:50:35.200176   602 server_base.cc:1061] running on GCE node
W20260608 09:50:35.200470  7867 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:35.201225  7798 raft_consensus.cc:359] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.201673   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 09:50:35.202059  7798 raft_consensus.cc:740] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Initialized, Role: FOLLOWER
W20260608 09:50:35.202126   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:35.202550   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912235202526 us; error 0 us; skew 500 ppm
I20260608 09:50:35.202982  7798 consensus_queue.cc:260] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.203603   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:35.203992  7294 ts_manager.cc:194] Re-registered known tserver with Master: 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:35.205592  7798 ts_tablet_manager.cc:1434] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.003s
I20260608 09:50:35.206919   602 webserver.cc:533] Webserver started at http://127.0.150.131:36501/ using document root <none> and password file <none>
I20260608 09:50:35.207512   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:35.207707   602 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 09:50:35.209082  7294 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36858
I20260608 09:50:35.211714   602 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.004s	sys 0.000s
I20260608 09:50:35.212189  7859 heartbeater.cc:499] Master 127.0.150.190:36085 was elected leader, sending a full tablet report...
I20260608 09:50:35.216161  7871 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:35.217067   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260608 09:50:35.217442   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "8ddf10f519a942829980a99f26e3aa2b"
format_stamp: "Formatted at 2026-06-08 09:50:25 on dist-test-slave-g93p"
I20260608 09:50:35.217823   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:35.232825   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:35.234076   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:35.235577   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:35.259008   602 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260608 09:50:35.259336   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.021s	user 0.001s	sys 0.000s
I20260608 09:50:35.264144  7878 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap starting.
I20260608 09:50:35.274058   602 ts_tablet_manager.cc:616] Registered 4 tablets
I20260608 09:50:35.274473   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.015s	user 0.015s	sys 0.000s
I20260608 09:50:35.276468  7878 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:35.277158  7878 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap complete.
I20260608 09:50:35.277715  7878 ts_tablet_manager.cc:1403] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.000s
I20260608 09:50:35.280087  7878 raft_consensus.cc:359] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:35.280660  7878 raft_consensus.cc:740] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ddf10f519a942829980a99f26e3aa2b, State: Initialized, Role: FOLLOWER
I20260608 09:50:35.281386  7878 consensus_queue.cc:260] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:35.284425  7878 ts_tablet_manager.cc:1434] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 09:50:35.285118  7878 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap starting.
I20260608 09:50:35.299539  7878 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:35.300590  7878 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap complete.
I20260608 09:50:35.301491  7878 ts_tablet_manager.cc:1403] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.005s
I20260608 09:50:35.305164  7878 raft_consensus.cc:359] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.306133  7878 raft_consensus.cc:740] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ddf10f519a942829980a99f26e3aa2b, State: Initialized, Role: FOLLOWER
I20260608 09:50:35.307196  7878 consensus_queue.cc:260] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.309832  7878 ts_tablet_manager.cc:1434] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.006s
I20260608 09:50:35.310997  7878 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap starting.
I20260608 09:50:35.328428   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:35279
I20260608 09:50:35.328608  7938 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:35279 every 8 connection(s)
I20260608 09:50:35.329340  7878 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:35.330283  7878 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap complete.
I20260608 09:50:35.330992  7878 ts_tablet_manager.cc:1403] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.007s
I20260608 09:50:35.334534  7878 raft_consensus.cc:359] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.336388  7878 raft_consensus.cc:740] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ddf10f519a942829980a99f26e3aa2b, State: Initialized, Role: FOLLOWER
I20260608 09:50:35.337458  7878 consensus_queue.cc:260] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.340256  7878 ts_tablet_manager.cc:1434] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.001s
I20260608 09:50:35.341241  7878 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap starting.
I20260608 09:50:35.346767  7939 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36085
I20260608 09:50:35.347295  7939 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:35.348151  7939 heartbeater.cc:507] Master 127.0.150.190:36085 requested a full tablet report, sending...
I20260608 09:50:35.352286  7294 ts_manager.cc:194] Re-registered known tserver with Master: 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:35.354176  7878 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:35.355032  7878 tablet_bootstrap.cc:492] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: Bootstrap complete.
I20260608 09:50:35.355723  7878 ts_tablet_manager.cc:1403] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260608 09:50:35.357010  7294 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:36874
I20260608 09:50:35.358143  7878 raft_consensus.cc:359] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.359001  7878 raft_consensus.cc:740] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ddf10f519a942829980a99f26e3aa2b, State: Initialized, Role: FOLLOWER
I20260608 09:50:35.359889  7939 heartbeater.cc:499] Master 127.0.150.190:36085 was elected leader, sending a full tablet report...
I20260608 09:50:35.359882  7878 consensus_queue.cc:260] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:35.362040  7878 ts_tablet_manager.cc:1434] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.003s
W20260608 09:50:35.679322  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 7579eeaa0610460a83c426107c3e8e66: Illegal state: Replica 8d12687bd5f34abe81314b3f7989c2ca is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } }
W20260608 09:50:35.692425  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 785bc92e69f6422397f25f8f615eaaa1: Illegal state: Replica 2650429774e94ae68dc1ec426a8e8b86 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } }
W20260608 09:50:35.696396  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet cb90b3eef8b848f4a5a6db17fc64d19f: Illegal state: Replica 2650429774e94ae68dc1ec426a8e8b86 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } }
I20260608 09:50:36.182420  7946 raft_consensus.cc:493] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:36.183117  7946 raft_consensus.cc:515] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.185344  7946 leader_election.cc:290] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.196007  7833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86" is_pre_election: true
I20260608 09:50:36.197309  7833 raft_consensus.cc:2410] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 8d12687bd5f34abe81314b3f7989c2ca for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 09:50:36.198218  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:36.198975  7913 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 1.
I20260608 09:50:36.200202  7712 leader_election.cc:304] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [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: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b; no voters: 2650429774e94ae68dc1ec426a8e8b86
I20260608 09:50:36.201073  7946 raft_consensus.cc:2804] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:50:36.201519  7946 raft_consensus.cc:493] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:36.201987  7946 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.207962  7946 raft_consensus.cc:515] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.209867  7946 leader_election.cc:290] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 2 election: Requested vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.210855  7833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86"
I20260608 09:50:36.211028  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:36.211567  7833 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.211823  7913 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.217413  7913 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 2.
I20260608 09:50:36.217504  7833 raft_consensus.cc:2410] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 8d12687bd5f34abe81314b3f7989c2ca for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 09:50:36.218760  7712 leader_election.cc:304] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [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: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:36.219660  7946 raft_consensus.cc:2804] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:50:36.220728  7946 raft_consensus.cc:697] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 LEADER]: Becoming Leader. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Running, Role: LEADER
I20260608 09:50:36.221587  7946 consensus_queue.cc:237] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Queue going to LEADER 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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.229732  7294 catalog_manager.cc:5696] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca reported cstate change: term changed from 1 to 2, leader changed from 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130) to 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129). New cstate: current_term: 2 leader_uuid: "8d12687bd5f34abe81314b3f7989c2ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:36.311875  7946 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:36.312510  7946 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:36.314749  7946 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:36.315569  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:36.315938  7833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86" is_pre_election: true
I20260608 09:50:36.316634  7913 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 1.
I20260608 09:50:36.316906  7833 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 1.
I20260608 09:50:36.318159  7712 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [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: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:36.319054  7946 raft_consensus.cc:2804] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:50:36.319483  7946 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:36.319957  7946 raft_consensus.cc:3060] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.325037  7946 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:36.327373  7946 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 2 election: Requested vote from peers 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:36.328251  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:36.328503  7833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86"
I20260608 09:50:36.329102  7913 raft_consensus.cc:3060] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.329344  7833 raft_consensus.cc:3060] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.334179  7913 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 2.
I20260608 09:50:36.334411  7833 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 2.
I20260608 09:50:36.335503  7712 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [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: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:36.336956  7956 raft_consensus.cc:493] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:36.337038  7946 raft_consensus.cc:2804] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:50:36.338155  7946 raft_consensus.cc:697] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 LEADER]: Becoming Leader. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Running, Role: LEADER
I20260608 09:50:36.337831  7956 raft_consensus.cc:515] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.339226  7946 consensus_queue.cc:237] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } }
I20260608 09:50:36.349550  7956 leader_election.cc:290] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.355748  7294 catalog_manager.cc:5696] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "8d12687bd5f34abe81314b3f7989c2ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:36.359956  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:36.360924  7913 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 2.
I20260608 09:50:36.362543  7793 leader_election.cc:304] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:36.363638  7956 raft_consensus.cc:2804] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 09:50:36.363883  7752 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca" is_pre_election: true
I20260608 09:50:36.364444  7956 raft_consensus.cc:493] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:36.365518  7956 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Advancing to term 3
I20260608 09:50:36.371201  7956 raft_consensus.cc:515] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.373219  7956 leader_election.cc:290] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 3 election: Requested vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.374217  7752 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca"
I20260608 09:50:36.374387  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:36.375389  7913 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Advancing to term 3
I20260608 09:50:36.380693  7913 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 3.
I20260608 09:50:36.381743  7793 leader_election.cc:304] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8ddf10f519a942829980a99f26e3aa2b; no voters: 8d12687bd5f34abe81314b3f7989c2ca
I20260608 09:50:36.382676  7956 raft_consensus.cc:2804] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 09:50:36.383890  7956 raft_consensus.cc:697] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 LEADER]: Becoming Leader. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Running, Role: LEADER
I20260608 09:50:36.384946  7956 consensus_queue.cc:237] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.391965  7294 catalog_manager.cc:5696] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: term changed from 2 to 3, leader changed from 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129) to 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130). New cstate: current_term: 3 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:36.627660  7956 raft_consensus.cc:493] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:36.628417  7956 raft_consensus.cc:515] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.630779  7913 raft_consensus.cc:1240] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Rejecting Update request from peer 8d12687bd5f34abe81314b3f7989c2ca for earlier term 2. Current term is 3. Ops: []
I20260608 09:50:36.630822  7956 leader_election.cc:290] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.631647  7752 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca" is_pre_election: true
I20260608 09:50:36.632084  7912 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:36.632854  7752 raft_consensus.cc:2468] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 1.
I20260608 09:50:36.632829  7946 consensus_queue.cc:1059] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:50:36.633392  7912 raft_consensus.cc:2468] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 1.
I20260608 09:50:36.634680  7950 raft_consensus.cc:3055] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 LEADER]: Stepping down as leader of term 2
I20260608 09:50:36.634685  7792 leader_election.cc:304] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca; no voters: 
I20260608 09:50:36.635519  7950 raft_consensus.cc:740] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Running, Role: LEADER
I20260608 09:50:36.636262  7956 raft_consensus.cc:2804] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:50:36.636741  7956 raft_consensus.cc:493] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:36.637249  7956 raft_consensus.cc:3060] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.636819  7950 consensus_queue.cc:260] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.638275  7950 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Advancing to term 3
I20260608 09:50:36.640759  7961 raft_consensus.cc:493] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:36.641485  7961 raft_consensus.cc:515] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.642760  7956 raft_consensus.cc:515] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.644368  7961 leader_election.cc:290] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.645193  7752 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca" is_pre_election: true
I20260608 09:50:36.645493  7956 leader_election.cc:290] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 2 election: Requested vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.646399  7752 raft_consensus.cc:2410] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 2650429774e94ae68dc1ec426a8e8b86 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 09:50:36.646865  7751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca"
I20260608 09:50:36.646234  7912 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:36.648053  7751 raft_consensus.cc:3060] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.647115  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:36.648387  7912 raft_consensus.cc:2468] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 1.
I20260608 09:50:36.649189  7913 raft_consensus.cc:3060] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.649943  7793 leader_election.cc:304] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8ddf10f519a942829980a99f26e3aa2b; no voters: 8d12687bd5f34abe81314b3f7989c2ca
I20260608 09:50:36.650840  7956 raft_consensus.cc:2804] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:50:36.651368  7956 raft_consensus.cc:493] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:36.651803  7956 raft_consensus.cc:3060] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.656013  7751 raft_consensus.cc:2468] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 2.
I20260608 09:50:36.656397  7913 raft_consensus.cc:2468] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 2.
I20260608 09:50:36.657626  7792 leader_election.cc:304] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca; no voters: 
I20260608 09:50:36.657519  7956 raft_consensus.cc:515] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.658710  7961 raft_consensus.cc:2804] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:50:36.660418  7956 leader_election.cc:290] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [CANDIDATE]: Term 2 election: Requested vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.662230  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:36.663177  7913 raft_consensus.cc:3060] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.667078  7751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "2650429774e94ae68dc1ec426a8e8b86" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca"
I20260608 09:50:36.667866  7751 raft_consensus.cc:3060] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:50:36.668907  7913 raft_consensus.cc:2468] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2650429774e94ae68dc1ec426a8e8b86 in term 2.
I20260608 09:50:36.669979  7961 raft_consensus.cc:697] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 2 LEADER]: Becoming Leader. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Running, Role: LEADER
I20260608 09:50:36.671128  7961 consensus_queue.cc:237] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.670085  7793 leader_election.cc:304] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [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: 2650429774e94ae68dc1ec426a8e8b86, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:36.673970  7963 raft_consensus.cc:2804] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:50:36.674463  7751 raft_consensus.cc:2410] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 2650429774e94ae68dc1ec426a8e8b86 for term 2 because replica has last-logged OpId of term: 1 index: 1, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 09:50:36.674877  7963 raft_consensus.cc:697] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 LEADER]: Becoming Leader. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Running, Role: LEADER
I20260608 09:50:36.676096  7963 consensus_queue.cc:237] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Queue going to LEADER 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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.680456  7294 catalog_manager.cc:5696] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:36.694054  7294 catalog_manager.cc:5696] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: term changed from 1 to 2, leader changed from 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129) to 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130). New cstate: current_term: 2 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:36.704046  7950 raft_consensus.cc:493] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:36.704619  7950 raft_consensus.cc:515] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.706501  7950 leader_election.cc:290] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.707325  7833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86" is_pre_election: true
I20260608 09:50:36.707602  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:36.708578  7913 raft_consensus.cc:2468] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 2.
I20260608 09:50:36.709935  7712 leader_election.cc:304] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [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: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b; no voters: 2650429774e94ae68dc1ec426a8e8b86
W20260608 09:50:36.710569  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 23a02bc9929540deab8698a1c6eeb4c1: Illegal state: Leader has not yet committed an operation in its own term
I20260608 09:50:36.710858  7950 raft_consensus.cc:2804] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 09:50:36.711414  7950 raft_consensus.cc:493] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:36.711956  7950 raft_consensus.cc:3060] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Advancing to term 3
W20260608 09:50:36.714704  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 7579eeaa0610460a83c426107c3e8e66: Illegal state: Leader has not yet committed an operation in its own term
W20260608 09:50:36.718477  7344 auto_rebalancer.cc:591] Failed to schedule move for tablet 785bc92e69f6422397f25f8f615eaaa1: Illegal state: Leader has not yet committed an operation in its own term
I20260608 09:50:36.718433  7950 raft_consensus.cc:515] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.720527  7950 leader_election.cc:290] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 3 election: Requested vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:36.721164  7833 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86"
I20260608 09:50:36.721589  7913 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "23a02bc9929540deab8698a1c6eeb4c1" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:36.722468  7913 raft_consensus.cc:3060] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Advancing to term 3
I20260608 09:50:36.727357  7913 raft_consensus.cc:2468] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8d12687bd5f34abe81314b3f7989c2ca in term 3.
I20260608 09:50:36.728534  7712 leader_election.cc:304] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [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: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b; no voters: 2650429774e94ae68dc1ec426a8e8b86
I20260608 09:50:36.729395  7913 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:50:36.729452  7950 raft_consensus.cc:2804] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Leader election won for term 3
I20260608 09:50:36.730304  7950 raft_consensus.cc:697] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 LEADER]: Becoming Leader. State: Replica: 8d12687bd5f34abe81314b3f7989c2ca, State: Running, Role: LEADER
I20260608 09:50:36.731150  7946 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:36.731189  7950 consensus_queue.cc:237] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:36.739933  7294 catalog_manager.cc:5696] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca reported cstate change: term changed from 2 to 3, leader changed from 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130) to 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129). New cstate: current_term: 3 leader_uuid: "8d12687bd5f34abe81314b3f7989c2ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:36.748226  7833 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:50:36.750255  7970 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:50:36.946514  7913 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 09:50:36.948040  7961 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:36.950891  7751 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 09:50:36.952636  7961 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:36.953469  7961 consensus_queue.cc:1243] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Peer 8d12687bd5f34abe81314b3f7989c2ca log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 09:50:36.956872  7751 pending_rounds.cc:85] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Aborting all ops after (but not including) 0
I20260608 09:50:36.957363  7751 pending_rounds.cc:107] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 09:50:36.957839  7751 raft_consensus.cc:2889] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 09:50:37.110534  7751 raft_consensus.cc:1240] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 LEADER]: Rejecting Update request from peer 2650429774e94ae68dc1ec426a8e8b86 for earlier term 2. Current term is 3. Ops: []
I20260608 09:50:37.112102  7961 consensus_queue.cc:1059] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:37.112977  7961 consensus_queue.cc:1243] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Peer 8d12687bd5f34abe81314b3f7989c2ca 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
I20260608 09:50:37.113523  7956 raft_consensus.cc:3055] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 LEADER]: Stepping down as leader of term 2
I20260608 09:50:37.113914  7956 raft_consensus.cc:740] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 2650429774e94ae68dc1ec426a8e8b86, State: Running, Role: LEADER
I20260608 09:50:37.114676  7956 consensus_queue.cc:260] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:37.115710  7956 raft_consensus.cc:3060] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Advancing to term 3
I20260608 09:50:37.194473  7913 raft_consensus.cc:1275] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:50:37.196211  7956 consensus_queue.cc:1048] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:37.204682  7751 raft_consensus.cc:1275] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:50:37.206470  7961 consensus_queue.cc:1048] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:37.228116  7833 raft_consensus.cc:1275] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 2 index: 1. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 09:50:37.229432  7970 consensus_queue.cc:1048] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:37.230234  7970 consensus_queue.cc:1243] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Peer 2650429774e94ae68dc1ec426a8e8b86 log is divergent from this leader: its last log entry 2.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 09:50:37.232847  7833 pending_rounds.cc:85] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Aborting all ops after (but not including) 0
I20260608 09:50:37.233211  7833 pending_rounds.cc:107] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260608 09:50:37.233543  7833 raft_consensus.cc:2889] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 09:50:37.240476  7913 raft_consensus.cc:1275] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 3 index: 2. (index mismatch)
I20260608 09:50:37.242573  7950 consensus_queue.cc:1048] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:37.730365  7751 consensus_queue.cc:237] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } }
I20260608 09:50:37.736992  7833 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:50:37.737445  7913 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:50:37.738834  7970 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:37.740639  7950 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:37.748099  7970 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
I20260608 09:50:37.751216  7913 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
W20260608 09:50:37.753823  7713 consensus_peers.cc:597] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca -> Peer 360be562dc48473788e393975e67cfb5 (127.0.150.132:46257): Couldn't send request to peer 360be562dc48473788e393975e67cfb5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7579eeaa0610460a83c426107c3e8e66. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:37.755177  7833 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
I20260608 09:50:37.764724  7295 catalog_manager.cc:5696] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca reported cstate change: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New cstate: current_term: 2 leader_uuid: "8d12687bd5f34abe81314b3f7989c2ca" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:37.767952  7832 consensus_queue.cc:237] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } }
I20260608 09:50:37.777652  7751 raft_consensus.cc:1275] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:50:37.779129  7913 raft_consensus.cc:1275] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:50:37.779798  7963 consensus_queue.cc:1048] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:37.781327  7961 consensus_queue.cc:1048] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:37.791437  7956 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
W20260608 09:50:37.792452  7794 consensus_peers.cc:597] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 -> Peer 360be562dc48473788e393975e67cfb5 (127.0.150.132:46257): Couldn't send request to peer 360be562dc48473788e393975e67cfb5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: cb90b3eef8b848f4a5a6db17fc64d19f. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:37.794309  7912 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
I20260608 09:50:37.807353  7832 consensus_queue.cc:237] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } }
I20260608 09:50:37.814226  7296 catalog_manager.cc:5696] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New cstate: current_term: 2 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:37.816529  7912 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260608 09:50:37.816358  7751 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
I20260608 09:50:37.820591  7961 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 09:50:37.823040  7752 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 3 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
W20260608 09:50:37.823077  7794 consensus_peers.cc:597] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 -> Peer 360be562dc48473788e393975e67cfb5 (127.0.150.132:46257): Couldn't send request to peer 360be562dc48473788e393975e67cfb5. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 785bc92e69f6422397f25f8f615eaaa1. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:37.826781  7963 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:37.830899  7988 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
I20260608 09:50:37.835531  7913 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
I20260608 09:50:37.848057  7752 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
I20260608 09:50:37.852244  7294 catalog_manager.cc:5696] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b reported cstate change: config changed from index -1 to 3, NON_VOTER 360be562dc48473788e393975e67cfb5 (127.0.150.132) added. New cstate: current_term: 3 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } } }
I20260608 09:50:38.151163  7990 ts_tablet_manager.cc:933] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: Initiating tablet copy from peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867)
I20260608 09:50:38.153280  7990 tablet_copy_client.cc:323] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:43867
I20260608 09:50:38.166383  7762 tablet_copy_service.cc:140] P 8d12687bd5f34abe81314b3f7989c2ca: Received BeginTabletCopySession request for tablet 7579eeaa0610460a83c426107c3e8e66 from peer 360be562dc48473788e393975e67cfb5 ({username='slave'} at 127.0.0.1:40078)
I20260608 09:50:38.167331  7762 tablet_copy_service.cc:161] P 8d12687bd5f34abe81314b3f7989c2ca: Beginning new tablet copy session on tablet 7579eeaa0610460a83c426107c3e8e66 from peer 360be562dc48473788e393975e67cfb5 at {username='slave'} at 127.0.0.1:40078: session id = 360be562dc48473788e393975e67cfb5-7579eeaa0610460a83c426107c3e8e66
I20260608 09:50:38.177038  7762 tablet_copy_source_session.cc:215] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:38.180802  7990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7579eeaa0610460a83c426107c3e8e66. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:38.191831  7990 tablet_copy_client.cc:806] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:38.192673  7990 tablet_copy_client.cc:670] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:38.196353  7994 ts_tablet_manager.cc:933] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: Initiating tablet copy from peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:38.196902  7990 tablet_copy_client.cc:538] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:38.198899  7994 tablet_copy_client.cc:323] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:45999
I20260608 09:50:38.205546  7990 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: Bootstrap starting.
I20260608 09:50:38.215426  7844 tablet_copy_service.cc:140] P 2650429774e94ae68dc1ec426a8e8b86: Received BeginTabletCopySession request for tablet cb90b3eef8b848f4a5a6db17fc64d19f from peer 360be562dc48473788e393975e67cfb5 ({username='slave'} at 127.0.0.1:34706)
I20260608 09:50:38.216341  7844 tablet_copy_service.cc:161] P 2650429774e94ae68dc1ec426a8e8b86: Beginning new tablet copy session on tablet cb90b3eef8b848f4a5a6db17fc64d19f from peer 360be562dc48473788e393975e67cfb5 at {username='slave'} at 127.0.0.1:34706: session id = 360be562dc48473788e393975e67cfb5-cb90b3eef8b848f4a5a6db17fc64d19f
I20260608 09:50:38.225368  7844 tablet_copy_source_session.cc:215] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:38.229290  7994 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet cb90b3eef8b848f4a5a6db17fc64d19f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:38.229337  7990 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:38.230701  7990 tablet_bootstrap.cc:492] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: Bootstrap complete.
I20260608 09:50:38.231385  7990 ts_tablet_manager.cc:1403] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: Time spent bootstrapping tablet: real 0.026s	user 0.022s	sys 0.005s
I20260608 09:50:38.234057  7990 raft_consensus.cc:359] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } }
I20260608 09:50:38.234953  7990 raft_consensus.cc:740] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 360be562dc48473788e393975e67cfb5, State: Initialized, Role: LEARNER
I20260608 09:50:38.235666  7990 consensus_queue.cc:260] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } }
I20260608 09:50:38.239643  7990 ts_tablet_manager.cc:1434] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
I20260608 09:50:38.249624  7762 tablet_copy_service.cc:342] P 8d12687bd5f34abe81314b3f7989c2ca: Request end of tablet copy session 360be562dc48473788e393975e67cfb5-7579eeaa0610460a83c426107c3e8e66 received from {username='slave'} at 127.0.0.1:40078
I20260608 09:50:38.251123  7762 tablet_copy_service.cc:434] P 8d12687bd5f34abe81314b3f7989c2ca: ending tablet copy session 360be562dc48473788e393975e67cfb5-7579eeaa0610460a83c426107c3e8e66 on tablet 7579eeaa0610460a83c426107c3e8e66 with peer 360be562dc48473788e393975e67cfb5
I20260608 09:50:38.251892  7994 tablet_copy_client.cc:806] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:38.252692  7994 tablet_copy_client.cc:670] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:38.256781  7994 tablet_copy_client.cc:538] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:38.264204  7994 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: Bootstrap starting.
I20260608 09:50:38.281689  7994 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:38.282559  7994 tablet_bootstrap.cc:492] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: Bootstrap complete.
I20260608 09:50:38.283241  7994 ts_tablet_manager.cc:1403] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: Time spent bootstrapping tablet: real 0.019s	user 0.003s	sys 0.016s
I20260608 09:50:38.285645  7994 raft_consensus.cc:359] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } }
I20260608 09:50:38.286494  7994 raft_consensus.cc:740] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 360be562dc48473788e393975e67cfb5, State: Initialized, Role: LEARNER
I20260608 09:50:38.287153  7994 consensus_queue.cc:260] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } }
I20260608 09:50:38.289364  7994 ts_tablet_manager.cc:1434] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260608 09:50:38.291901  7844 tablet_copy_service.cc:342] P 2650429774e94ae68dc1ec426a8e8b86: Request end of tablet copy session 360be562dc48473788e393975e67cfb5-cb90b3eef8b848f4a5a6db17fc64d19f received from {username='slave'} at 127.0.0.1:34706
I20260608 09:50:38.292591  7844 tablet_copy_service.cc:434] P 2650429774e94ae68dc1ec426a8e8b86: ending tablet copy session 360be562dc48473788e393975e67cfb5-cb90b3eef8b848f4a5a6db17fc64d19f on tablet cb90b3eef8b848f4a5a6db17fc64d19f with peer 360be562dc48473788e393975e67cfb5
I20260608 09:50:38.295711  7990 ts_tablet_manager.cc:933] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: Initiating tablet copy from peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:38.298456  7990 tablet_copy_client.cc:323] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:45999
I20260608 09:50:38.300348  7844 tablet_copy_service.cc:140] P 2650429774e94ae68dc1ec426a8e8b86: Received BeginTabletCopySession request for tablet 785bc92e69f6422397f25f8f615eaaa1 from peer 360be562dc48473788e393975e67cfb5 ({username='slave'} at 127.0.0.1:34706)
I20260608 09:50:38.301105  7844 tablet_copy_service.cc:161] P 2650429774e94ae68dc1ec426a8e8b86: Beginning new tablet copy session on tablet 785bc92e69f6422397f25f8f615eaaa1 from peer 360be562dc48473788e393975e67cfb5 at {username='slave'} at 127.0.0.1:34706: session id = 360be562dc48473788e393975e67cfb5-785bc92e69f6422397f25f8f615eaaa1
I20260608 09:50:38.308946  7844 tablet_copy_source_session.cc:215] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:38.312122  7990 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 785bc92e69f6422397f25f8f615eaaa1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:38.323038  7990 tablet_copy_client.cc:806] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:38.323673  7990 tablet_copy_client.cc:670] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:38.327629  7990 tablet_copy_client.cc:538] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:38.336719  7990 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: Bootstrap starting.
I20260608 09:50:38.360080  7990 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:38.361192  7990 tablet_bootstrap.cc:492] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: Bootstrap complete.
I20260608 09:50:38.362080  7990 ts_tablet_manager.cc:1403] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: Time spent bootstrapping tablet: real 0.026s	user 0.023s	sys 0.004s
I20260608 09:50:38.365270  7990 raft_consensus.cc:359] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } }
I20260608 09:50:38.366480  7990 raft_consensus.cc:740] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 360be562dc48473788e393975e67cfb5, State: Initialized, Role: LEARNER
I20260608 09:50:38.367142  7990 consensus_queue.cc:260] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: true } }
I20260608 09:50:38.369442  7990 ts_tablet_manager.cc:1434] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.001s
I20260608 09:50:38.371340  7844 tablet_copy_service.cc:342] P 2650429774e94ae68dc1ec426a8e8b86: Request end of tablet copy session 360be562dc48473788e393975e67cfb5-785bc92e69f6422397f25f8f615eaaa1 received from {username='slave'} at 127.0.0.1:34706
I20260608 09:50:38.371768  7844 tablet_copy_service.cc:434] P 2650429774e94ae68dc1ec426a8e8b86: ending tablet copy session 360be562dc48473788e393975e67cfb5-785bc92e69f6422397f25f8f615eaaa1 on tablet 785bc92e69f6422397f25f8f615eaaa1 with peer 360be562dc48473788e393975e67cfb5
I20260608 09:50:38.673664  7668 raft_consensus.cc:1217] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260608 09:50:38.758177  7668 raft_consensus.cc:1217] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 09:50:38.769670  7668 raft_consensus.cc:1217] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260608 09:50:39.113428  8002 raft_consensus.cc:1064] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86: attempting to promote NON_VOTER 360be562dc48473788e393975e67cfb5 to VOTER
I20260608 09:50:39.116235  8002 consensus_queue.cc:237] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:39.124953  7752 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 09:50:39.124953  7668 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 LEARNER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 09:50:39.125640  7913 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 3 index: 3. Preceding OpId from leader: term: 3 index: 4. (index mismatch)
I20260608 09:50:39.126665  8007 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:39.127735  7989 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:39.128715  8002 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:39.143700  7989 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.145851  7668 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.148463  7913 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.158967  7752 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.160986  7295 catalog_manager.cc:5696] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:39.214646  7832 consensus_queue.cc:237] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [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: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:39.219749  7913 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 09:50:39.219749  7668 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 3 index: 4. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 09:50:39.221491  7989 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 09:50:39.222431  8007 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 09:50:39.229074  8002 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.234473  7913 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.236609  7668 raft_consensus.cc:2955] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.242313  7280 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 785bc92e69f6422397f25f8f615eaaa1 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:39.243947  7294 catalog_manager.cc:5696] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: config changed from index 4 to 5, VOTER 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129) evicted. New cstate: current_term: 3 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:39.271796  7742 tablet_service.cc:1558] Processing DeleteTablet for tablet 785bc92e69f6422397f25f8f615eaaa1 with delete_type TABLET_DATA_TOMBSTONED (TS 8d12687bd5f34abe81314b3f7989c2ca not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:40094
I20260608 09:50:39.273772  8019 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:39.274551  8019 raft_consensus.cc:2243] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:39.275127  8019 raft_consensus.cc:2272] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:39.278106  8019 ts_tablet_manager.cc:1916] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:50:39.289346  8019 ts_tablet_manager.cc:1929] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260608 09:50:39.289736  8019 log.cc:1199] T 785bc92e69f6422397f25f8f615eaaa1 P 8d12687bd5f34abe81314b3f7989c2ca: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-0-root/wals/785bc92e69f6422397f25f8f615eaaa1
I20260608 09:50:39.292215  7280 catalog_manager.cc:5027] TS 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): tablet 785bc92e69f6422397f25f8f615eaaa1 (table test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]) successfully deleted
I20260608 09:50:39.333038  8002 raft_consensus.cc:1064] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86: attempting to promote NON_VOTER 360be562dc48473788e393975e67cfb5 to VOTER
I20260608 09:50:39.335932  8002 consensus_queue.cc:237] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:39.343151  7913 raft_consensus.cc:1275] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:39.343614  7668 raft_consensus.cc:1275] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 LEARNER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:39.344008  7752 raft_consensus.cc:1275] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:39.344807  8007 consensus_queue.cc:1048] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:39.345764  7989 consensus_queue.cc:1048] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:39.347513  8003 consensus_queue.cc:1048] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:39.362102  8020 raft_consensus.cc:1064] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca: attempting to promote NON_VOTER 360be562dc48473788e393975e67cfb5 to VOTER
I20260608 09:50:39.366019  7989 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.368098  7752 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.375308  8020 consensus_queue.cc:237] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:39.379930  7913 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.384893  7295 catalog_manager.cc:5696] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:39.406275  7668 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.410692  7832 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:39.412575  8005 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260608 09:50:39.423511  7668 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 LEARNER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:39.423949  7913 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 2 index: 3. Preceding OpId from leader: term: 2 index: 4. (index mismatch)
I20260608 09:50:39.423681  7833 consensus_queue.cc:237] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:39.426615  8005 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:39.429384  8005 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:39.435452  7667 raft_consensus.cc:1275] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 09:50:39.437230  8003 consensus_queue.cc:1048] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 09:50:39.446143  7752 raft_consensus.cc:1275] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Refusing update from remote peer 2650429774e94ae68dc1ec426a8e8b86: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 09:50:39.448407  8007 consensus_queue.cc:1048] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 09:50:39.456473  7989 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.458464  7667 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.470463  7751 raft_consensus.cc:2955] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.475338  7280 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet cb90b3eef8b848f4a5a6db17fc64d19f with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:39.498288  7295 catalog_manager.cc:5696] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: config changed from index 4 to 5, VOTER 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131) evicted. New cstate: current_term: 2 leader_uuid: "2650429774e94ae68dc1ec426a8e8b86" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:39.530082  8005 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.532649  7832 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.536463  7668 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.552289  7295 catalog_manager.cc:5696] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 reported cstate change: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "8d12687bd5f34abe81314b3f7989c2ca" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.560732  7913 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, 360be562dc48473788e393975e67cfb5 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } attrs { replace: true } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.574468  7903 tablet_service.cc:1558] Processing DeleteTablet for tablet cb90b3eef8b848f4a5a6db17fc64d19f with delete_type TABLET_DATA_TOMBSTONED (TS 8ddf10f519a942829980a99f26e3aa2b not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:32952
I20260608 09:50:39.580130  8031 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:39.581194  8031 raft_consensus.cc:2243] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:39.582383  8031 raft_consensus.cc:2272] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:39.585919  7751 consensus_queue.cc:237] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [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: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:39.589684  8031 ts_tablet_manager.cc:1916] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:50:39.592968  7668 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 09:50:39.594190  7913 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Refusing update from remote peer 8d12687bd5f34abe81314b3f7989c2ca: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260608 09:50:39.595501  8020 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 09:50:39.596421  8029 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 09:50:39.605818  8029 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.607234  8031 ts_tablet_manager.cc:1929] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 09:50:39.607832  8031 log.cc:1199] T cb90b3eef8b848f4a5a6db17fc64d19f P 8ddf10f519a942829980a99f26e3aa2b: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-2-root/wals/cb90b3eef8b848f4a5a6db17fc64d19f
I20260608 09:50:39.607312  7668 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.609772  7281 catalog_manager.cc:5027] TS 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279): tablet cb90b3eef8b848f4a5a6db17fc64d19f (table test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]) successfully deleted
I20260608 09:50:39.615530  7913 raft_consensus.cc:2955] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } } }
I20260608 09:50:39.619680  7280 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 7579eeaa0610460a83c426107c3e8e66 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:39.623927  7296 catalog_manager.cc:5696] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca reported cstate change: config changed from index 4 to 5, VOTER 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130) evicted. New cstate: current_term: 2 leader_uuid: "8d12687bd5f34abe81314b3f7989c2ca" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:39.637297  7823 tablet_service.cc:1558] Processing DeleteTablet for tablet 7579eeaa0610460a83c426107c3e8e66 with delete_type TABLET_DATA_TOMBSTONED (TS 2650429774e94ae68dc1ec426a8e8b86 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:34716
I20260608 09:50:39.639659  8033 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:39.640602  8033 raft_consensus.cc:2243] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:39.641456  8033 raft_consensus.cc:2272] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:39.644320  8033 ts_tablet_manager.cc:1916] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:50:39.654876  8033 ts_tablet_manager.cc:1929] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260608 09:50:39.655153  8033 log.cc:1199] T 7579eeaa0610460a83c426107c3e8e66 P 2650429774e94ae68dc1ec426a8e8b86: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1780912041960821-602-0/minicluster-data/ts-1-root/wals/7579eeaa0610460a83c426107c3e8e66
I20260608 09:50:39.656627  7280 catalog_manager.cc:5027] TS 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999): tablet 7579eeaa0610460a83c426107c3e8e66 (table test-workload [id=e00413e2ab5a4fa4a41e01b65abf5c1d]) successfully deleted
I20260608 09:50:41.574050  8039 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 8d12687bd5f34abe81314b3f7989c2ca)
I20260608 09:50:41.574779  8039 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:41.577899  8039 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 360be562dc48473788e393975e67cfb5 (127.0.150.132:46257)
I20260608 09:50:41.593555  8034 raft_consensus.cc:493] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 2650429774e94ae68dc1ec426a8e8b86)
I20260608 09:50:41.594156  8034 raft_consensus.cc:515] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:41.596539  8034 leader_election.cc:290] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 360be562dc48473788e393975e67cfb5 (127.0.150.132:46257)
I20260608 09:50:41.609360  7832 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "2650429774e94ae68dc1ec426a8e8b86" is_pre_election: true
W20260608 09:50:41.679646  7793 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.131:35279, user_credentials={real_user=slave}} blocked reactor thread for 193760us
I20260608 09:50:41.718629  8043 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 8d12687bd5f34abe81314b3f7989c2ca)
I20260608 09:50:41.719579  8043 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:41.724375  7751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "360be562dc48473788e393975e67cfb5" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca" is_pre_election: true
I20260608 09:50:41.726950  8043 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:41.730304  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "cb90b3eef8b848f4a5a6db17fc64d19f" candidate_uuid: "8d12687bd5f34abe81314b3f7989c2ca" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "360be562dc48473788e393975e67cfb5" is_pre_election: true
I20260608 09:50:41.741277  7751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8ddf10f519a942829980a99f26e3aa2b" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "8d12687bd5f34abe81314b3f7989c2ca" is_pre_election: true
I20260608 09:50:41.742637  7713 leader_election.cc:304] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [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: 8d12687bd5f34abe81314b3f7989c2ca; no voters: 2650429774e94ae68dc1ec426a8e8b86, 360be562dc48473788e393975e67cfb5
I20260608 09:50:41.743942  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8ddf10f519a942829980a99f26e3aa2b" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "360be562dc48473788e393975e67cfb5" is_pre_election: true
I20260608 09:50:41.744441  8034 raft_consensus.cc:2749] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 09:50:41.745492  7874 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [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: 8ddf10f519a942829980a99f26e3aa2b; no voters: 360be562dc48473788e393975e67cfb5, 8d12687bd5f34abe81314b3f7989c2ca
I20260608 09:50:41.746809  8039 raft_consensus.cc:2749] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 09:50:41.756310  7912 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "360be562dc48473788e393975e67cfb5" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:41.758087  7632 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [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: 360be562dc48473788e393975e67cfb5; no voters: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b
I20260608 09:50:41.758867  8043 raft_consensus.cc:2749] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
W20260608 09:50:42.128072  7934 debug-util.cc:398] Leaking SignalData structure 0x7b08002e4a60 after lost signal to thread 605
W20260608 09:50:42.129058  7934 debug-util.cc:398] Leaking SignalData structure 0x7b08002e5140 after lost signal to thread 7330
W20260608 09:50:42.131594  7934 debug-util.cc:398] Leaking SignalData structure 0x7b08002166a0 after lost signal to thread 7858
I20260608 09:50:42.622773   602 tablet_server.cc:179] TabletServer@127.0.150.129:43867 shutting down...
W20260608 09:50:42.668336  7855 debug-util.cc:398] Leaking SignalData structure 0x7b0800234d40 after lost signal to thread 605
W20260608 09:50:42.669909  7855 debug-util.cc:398] Leaking SignalData structure 0x7b0800180b80 after lost signal to thread 7330
W20260608 09:50:42.671767  7855 debug-util.cc:398] Leaking SignalData structure 0x7b08002c5080 after lost signal to thread 7692
W20260608 09:50:42.673346  7855 debug-util.cc:398] Leaking SignalData structure 0x7b08000c8020 after lost signal to thread 7777
W20260608 09:50:42.674891  7855 debug-util.cc:398] Leaking SignalData structure 0x7b08001cb1e0 after lost signal to thread 7858
W20260608 09:50:42.675249  7855 debug-util.cc:398] Leaking SignalData structure 0x7b08000eaba0 after lost signal to thread 7859
W20260608 09:50:42.676716  7855 debug-util.cc:398] Leaking SignalData structure 0x7b08002a0f60 after lost signal to thread 7938
W20260608 09:50:42.699807  7792 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 1 similar messages]
W20260608 09:50:42.712692  7792 consensus_peers.cc:597] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 -> Peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): Couldn't send request to peer 8d12687bd5f34abe81314b3f7989c2ca. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:42.724648   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:42.725438   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:42.726198   602 raft_consensus.cc:2243] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 LEADER]: Raft consensus shutting down.
I20260608 09:50:42.727065   602 raft_consensus.cc:2272] T 23a02bc9929540deab8698a1c6eeb4c1 P 8d12687bd5f34abe81314b3f7989c2ca [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:42.729166   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:42.729753   602 raft_consensus.cc:2243] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:42.730430   602 raft_consensus.cc:2272] T cb90b3eef8b848f4a5a6db17fc64d19f P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:42.732327   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:42.732890   602 raft_consensus.cc:2243] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:50:42.733678   602 raft_consensus.cc:2272] T 7579eeaa0610460a83c426107c3e8e66 P 8d12687bd5f34abe81314b3f7989c2ca [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:42.752460   602 tablet_server.cc:196] TabletServer@127.0.150.129:43867 shutdown complete.
I20260608 09:50:42.771936   602 tablet_server.cc:179] TabletServer@127.0.150.130:45999 shutting down...
I20260608 09:50:42.821939   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:42.823329   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:42.824425   602 raft_consensus.cc:2243] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:42.824950   602 raft_consensus.cc:2272] T 23a02bc9929540deab8698a1c6eeb4c1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:42.827013   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:42.827549   602 raft_consensus.cc:2243] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 LEADER]: Raft consensus shutting down.
I20260608 09:50:42.828348   602 raft_consensus.cc:2272] T 785bc92e69f6422397f25f8f615eaaa1 P 2650429774e94ae68dc1ec426a8e8b86 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:42.830335   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:42.830844   602 raft_consensus.cc:2243] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:50:42.831607   602 raft_consensus.cc:2272] T cb90b3eef8b848f4a5a6db17fc64d19f P 2650429774e94ae68dc1ec426a8e8b86 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260608 09:50:43.844758   602 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 7855)
I20260608 09:50:44.075158  8051 raft_consensus.cc:493] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 8d12687bd5f34abe81314b3f7989c2ca)
I20260608 09:50:44.076618  8051 raft_consensus.cc:515] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:44.083771  8052 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 8d12687bd5f34abe81314b3f7989c2ca)
I20260608 09:50:44.085042  8052 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:44.094926  8053 raft_consensus.cc:493] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 2650429774e94ae68dc1ec426a8e8b86)
I20260608 09:50:44.096009  8053 raft_consensus.cc:515] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:44.096871  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8ddf10f519a942829980a99f26e3aa2b" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "360be562dc48473788e393975e67cfb5" is_pre_election: true
I20260608 09:50:44.098064  7667 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ddf10f519a942829980a99f26e3aa2b in term 2.
I20260608 09:50:44.099090  8053 leader_election.cc:290] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 360be562dc48473788e393975e67cfb5 (127.0.150.132:46257)
I20260608 09:50:44.101153  7874 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [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: 360be562dc48473788e393975e67cfb5, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:44.101418  8051 leader_election.cc:290] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:44.102625  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "8ddf10f519a942829980a99f26e3aa2b" candidate_term: 4 candidate_status { last_received { term: 3 index: 5 } } ignore_live_leader: false dest_uuid: "360be562dc48473788e393975e67cfb5" is_pre_election: true
I20260608 09:50:44.105310  8052 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 360be562dc48473788e393975e67cfb5 (127.0.150.132:46257)
I20260608 09:50:44.106382  8052 raft_consensus.cc:2804] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 09:50:44.107357  8052 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Starting leader election (detected failure of leader 8d12687bd5f34abe81314b3f7989c2ca)
I20260608 09:50:44.108217  8052 raft_consensus.cc:3060] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 2 FOLLOWER]: Advancing to term 3
I20260608 09:50:44.123023  8054 raft_consensus.cc:493] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 8d12687bd5f34abe81314b3f7989c2ca)
I20260608 09:50:44.123965  8054 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:44.129063  8052 raft_consensus.cc:515] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Starting leader election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:44.132853  7912 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "360be562dc48473788e393975e67cfb5" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
I20260608 09:50:44.133841  7912 raft_consensus.cc:2393] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 360be562dc48473788e393975e67cfb5 in current term 3: Already voted for candidate 8ddf10f519a942829980a99f26e3aa2b in this term.
I20260608 09:50:44.134619  8052 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 3 election: Requested vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 360be562dc48473788e393975e67cfb5 (127.0.150.132:46257)
I20260608 09:50:44.134260  8054 leader_election.cc:290] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:44.136873  7667 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7579eeaa0610460a83c426107c3e8e66" candidate_uuid: "8ddf10f519a942829980a99f26e3aa2b" candidate_term: 3 candidate_status { last_received { term: 2 index: 5 } } ignore_live_leader: false dest_uuid: "360be562dc48473788e393975e67cfb5"
I20260608 09:50:44.137984  7667 raft_consensus.cc:3060] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Advancing to term 3
I20260608 09:50:44.142021  8054 raft_consensus.cc:493] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 2650429774e94ae68dc1ec426a8e8b86)
I20260608 09:50:44.142880  8054 raft_consensus.cc:515] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:44.148634  8054 leader_election.cc:290] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
I20260608 09:50:44.150315  7667 raft_consensus.cc:2468] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ddf10f519a942829980a99f26e3aa2b in term 3.
I20260608 09:50:44.151988  7874 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [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: 360be562dc48473788e393975e67cfb5, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:44.153070  8052 raft_consensus.cc:2804] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Leader election won for term 3
I20260608 09:50:44.153571  8052 raft_consensus.cc:697] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 3 LEADER]: Becoming Leader. State: Replica: 8ddf10f519a942829980a99f26e3aa2b, State: Running, Role: LEADER
I20260608 09:50:44.154919  8052 consensus_queue.cc:237] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 2.5, Last appended by leader: 5, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
W20260608 09:50:44.174459  7872 leader_election.cc:336] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 3 election: RPC error from VoteRequest() call to peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:44.177141  7872 leader_election.cc:336] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
I20260608 09:50:44.178153  7295 catalog_manager.cc:5696] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b reported cstate change: term changed from 2 to 3, leader changed from 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129) to 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131). New cstate: current_term: 3 leader_uuid: "8ddf10f519a942829980a99f26e3aa2b" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
W20260608 09:50:44.179234  7872 leader_election.cc:336] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:44.180919  7872 leader_election.cc:336] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999): Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
I20260608 09:50:44.182303  7872 leader_election.cc:304] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [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: 8ddf10f519a942829980a99f26e3aa2b; no voters: 2650429774e94ae68dc1ec426a8e8b86, 360be562dc48473788e393975e67cfb5
I20260608 09:50:44.184176  8052 raft_consensus.cc:2749] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
W20260608 09:50:44.184369  7872 leader_election.cc:336] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999): Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
I20260608 09:50:44.184854  7872 leader_election.cc:304] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [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: 8ddf10f519a942829980a99f26e3aa2b; no voters: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca
I20260608 09:50:44.185807  8052 raft_consensus.cc:2749] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260608 09:50:44.199193  8059 raft_consensus.cc:493] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 2650429774e94ae68dc1ec426a8e8b86)
I20260608 09:50:44.200029  8059 raft_consensus.cc:515] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
W20260608 09:50:44.200918  7631 leader_election.cc:336] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999): Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
W20260608 09:50:44.201757  7631 leader_election.cc:336] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
I20260608 09:50:44.202310  7631 leader_election.cc:304] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [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: 360be562dc48473788e393975e67cfb5; no voters: 8d12687bd5f34abe81314b3f7989c2ca, 8ddf10f519a942829980a99f26e3aa2b
I20260608 09:50:44.203285  8054 raft_consensus.cc:2749] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 09:50:44.204258  7912 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "360be562dc48473788e393975e67cfb5" candidate_term: 4 candidate_status { last_received { term: 3 index: 5 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b" is_pre_election: true
W20260608 09:50:44.204502  7631 leader_election.cc:336] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
I20260608 09:50:44.204919  7631 leader_election.cc:304] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [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: 360be562dc48473788e393975e67cfb5; no voters: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca
I20260608 09:50:44.205511  8059 leader_election.cc:290] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:44.204919  7912 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 360be562dc48473788e393975e67cfb5 in term 3.
I20260608 09:50:44.205840  8054 raft_consensus.cc:2749] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 09:50:44.207286  7632 leader_election.cc:304] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [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: 360be562dc48473788e393975e67cfb5, 8ddf10f519a942829980a99f26e3aa2b; no voters: 
I20260608 09:50:44.208217  8054 raft_consensus.cc:2804] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Leader pre-election won for term 4
I20260608 09:50:44.208567  8054 raft_consensus.cc:493] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Starting leader election (detected failure of leader 2650429774e94ae68dc1ec426a8e8b86)
I20260608 09:50:44.208926  8054 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Advancing to term 4
W20260608 09:50:44.212850  7631 leader_election.cc:336] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999): Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
I20260608 09:50:44.219282  8054 raft_consensus.cc:515] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 4 FOLLOWER]: Starting leader election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:44.224354  7912 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "785bc92e69f6422397f25f8f615eaaa1" candidate_uuid: "360be562dc48473788e393975e67cfb5" candidate_term: 4 candidate_status { last_received { term: 3 index: 5 } } ignore_live_leader: false dest_uuid: "8ddf10f519a942829980a99f26e3aa2b"
I20260608 09:50:44.224967  7912 raft_consensus.cc:3060] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Advancing to term 4
W20260608 09:50:44.226986  7631 leader_election.cc:336] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 4 election: RPC error from VoteRequest() call to peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999): Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
I20260608 09:50:44.235360  7912 raft_consensus.cc:2468] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 4 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 360be562dc48473788e393975e67cfb5 in term 4.
I20260608 09:50:44.236943  7632 leader_election.cc:304] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [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: 360be562dc48473788e393975e67cfb5, 8ddf10f519a942829980a99f26e3aa2b; no voters: 2650429774e94ae68dc1ec426a8e8b86
I20260608 09:50:44.238080  8059 raft_consensus.cc:2804] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 4 FOLLOWER]: Leader election won for term 4
I20260608 09:50:44.242734  8054 leader_election.cc:290] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 4 election: Requested vote from peers 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999), 8ddf10f519a942829980a99f26e3aa2b (127.0.150.131:35279)
I20260608 09:50:44.244616  8059 raft_consensus.cc:697] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 4 LEADER]: Becoming Leader. State: Replica: 360be562dc48473788e393975e67cfb5, State: Running, Role: LEADER
I20260608 09:50:44.245682  8059 consensus_queue.cc:237] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 3.5, Last appended by leader: 5, Current term: 4, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:44.258880  7295 catalog_manager.cc:5696] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 reported cstate change: term changed from 3 to 4, leader changed from 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130) to 360be562dc48473788e393975e67cfb5 (127.0.150.132). New cstate: current_term: 4 leader_uuid: "360be562dc48473788e393975e67cfb5" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:44.670464  7667 raft_consensus.cc:1275] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Refusing update from remote peer 8ddf10f519a942829980a99f26e3aa2b: Log matching property violated. Preceding OpId in replica: term: 2 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260608 09:50:44.672505  8052 consensus_queue.cc:1048] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [LEADER]: Connected to new peer: Peer: permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
W20260608 09:50:44.728658  7872 consensus_peers.cc:597] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b -> Peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): Couldn't send request to peer 8d12687bd5f34abe81314b3f7989c2ca. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:44.755071  7631 consensus_peers.cc:597] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 -> Peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999): Couldn't send request to peer 2650429774e94ae68dc1ec426a8e8b86. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:44.826311  7912 raft_consensus.cc:1275] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 4 FOLLOWER]: Refusing update from remote peer 360be562dc48473788e393975e67cfb5: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 4 index: 6. (index mismatch)
I20260608 09:50:44.828229  8059 consensus_queue.cc:1048] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
W20260608 09:50:44.845628   602 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 7855)
W20260608 09:50:45.846143   602 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 7855)
I20260608 09:50:45.999177  8069 raft_consensus.cc:493] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Starting pre-election (detected failure of leader 8d12687bd5f34abe81314b3f7989c2ca)
I20260608 09:50:45.999711  8069 raft_consensus.cc:515] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "8ddf10f519a942829980a99f26e3aa2b" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 35279 } }
I20260608 09:50:46.001644  8069 leader_election.cc:290] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 4 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
W20260608 09:50:46.008214  7872 leader_election.cc:336] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:46.009064  7872 leader_election.cc:336] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [CANDIDATE]: Term 4 pre-election: RPC error from VoteRequest() call to peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999): Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
I20260608 09:50:46.009547  7872 leader_election.cc:304] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [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: 8ddf10f519a942829980a99f26e3aa2b; no voters: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca
I20260608 09:50:46.010408  8069 raft_consensus.cc:2749] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Leader pre-election lost for term 4. Reason: could not achieve majority
I20260608 09:50:46.288417  8078 raft_consensus.cc:493] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Starting pre-election (detected failure of leader 2650429774e94ae68dc1ec426a8e8b86)
I20260608 09:50:46.288970  8078 raft_consensus.cc:515] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8d12687bd5f34abe81314b3f7989c2ca" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43867 } } peers { permanent_uuid: "2650429774e94ae68dc1ec426a8e8b86" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 45999 } } peers { permanent_uuid: "360be562dc48473788e393975e67cfb5" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 46257 } attrs { promote: false } }
I20260608 09:50:46.291101  8078 leader_election.cc:290] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867), 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999)
W20260608 09:50:46.298116  7631 leader_election.cc:336] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 8d12687bd5f34abe81314b3f7989c2ca (127.0.150.129:43867): Network error: Client connection negotiation failed: client connection to 127.0.150.129:43867: connect: Connection refused (error 111)
W20260608 09:50:46.298834  7631 leader_election.cc:336] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 2650429774e94ae68dc1ec426a8e8b86 (127.0.150.130:45999): Network error: Client connection negotiation failed: client connection to 127.0.150.130:45999: connect: Connection refused (error 111)
I20260608 09:50:46.299192  7631 leader_election.cc:304] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [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: 360be562dc48473788e393975e67cfb5; no voters: 2650429774e94ae68dc1ec426a8e8b86, 8d12687bd5f34abe81314b3f7989c2ca
I20260608 09:50:46.299919  8078 raft_consensus.cc:2749] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260608 09:50:46.384332   602 tablet_server.cc:196] TabletServer@127.0.150.130:45999 shutdown complete.
I20260608 09:50:46.406848   602 tablet_server.cc:179] TabletServer@127.0.150.131:35279 shutting down...
I20260608 09:50:46.429337   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:46.430189   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:46.430905   602 raft_consensus.cc:2243] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:46.431473   602 raft_consensus.cc:2272] T 23a02bc9929540deab8698a1c6eeb4c1 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:46.433729   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:46.434333   602 raft_consensus.cc:2243] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 4 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:46.435217   602 raft_consensus.cc:2272] T 785bc92e69f6422397f25f8f615eaaa1 P 8ddf10f519a942829980a99f26e3aa2b [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:46.437422   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:46.437983   602 raft_consensus.cc:2243] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 3 LEADER]: Raft consensus shutting down.
I20260608 09:50:46.438959   602 raft_consensus.cc:2272] T 7579eeaa0610460a83c426107c3e8e66 P 8ddf10f519a942829980a99f26e3aa2b [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:46.481855   602 tablet_server.cc:196] TabletServer@127.0.150.131:35279 shutdown complete.
I20260608 09:50:46.499840   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:50:46.523532   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:46.524282   602 tablet_replica.cc:333] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5: stopping tablet replica
I20260608 09:50:46.524928   602 raft_consensus.cc:2243] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 4 LEADER]: Raft consensus shutting down.
I20260608 09:50:46.526152   602 raft_consensus.cc:2272] T 785bc92e69f6422397f25f8f615eaaa1 P 360be562dc48473788e393975e67cfb5 [term 4 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:46.528434   602 tablet_replica.cc:333] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5: stopping tablet replica
I20260608 09:50:46.528985   602 raft_consensus.cc:2243] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:46.529737   602 raft_consensus.cc:2272] T cb90b3eef8b848f4a5a6db17fc64d19f P 360be562dc48473788e393975e67cfb5 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:46.532063   602 tablet_replica.cc:333] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5: stopping tablet replica
I20260608 09:50:46.532531   602 raft_consensus.cc:2243] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:46.533180   602 raft_consensus.cc:2272] T 7579eeaa0610460a83c426107c3e8e66 P 360be562dc48473788e393975e67cfb5 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:46.556178   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:50:46.571743   602 master.cc:562] Master@127.0.150.190:36085 shutting down...
I20260608 09:50:46.592509   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:46.593042   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:46.593331   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 2df2bd4ab6e74769b79781950bfd6bb7: stopping tablet replica
I20260608 09:50:46.612967   602 master.cc:584] Master@127.0.150.190:36085 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (21257 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260608 09:50:46.654126   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:41965
I20260608 09:50:46.655444   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:46.662627  8085 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:46.663311  8086 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:46.666450  8088 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:46.667152   602 server_base.cc:1061] running on GCE node
I20260608 09:50:46.668349   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:46.668526   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:46.668638   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912246668628 us; error 0 us; skew 500 ppm
I20260608 09:50:46.669145   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:46.671489   602 webserver.cc:533] Webserver started at http://127.0.150.190:34771/ using document root <none> and password file <none>
I20260608 09:50:46.671962   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:46.672117   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:46.672333   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:46.673501   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "ee96b140ab394c978e601034141bde6e"
format_stamp: "Formatted at 2026-06-08 09:50:46 on dist-test-slave-g93p"
I20260608 09:50:46.678123   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 09:50:46.681481  8093 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:46.682287   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:50:46.682512   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "ee96b140ab394c978e601034141bde6e"
format_stamp: "Formatted at 2026-06-08 09:50:46 on dist-test-slave-g93p"
I20260608 09:50:46.682744   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:46.693210   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:46.694331   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:46.731823   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:41965
I20260608 09:50:46.731935  8144 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:41965 every 8 connection(s)
I20260608 09:50:46.736166  8145 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:46.747191  8145 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e: Bootstrap starting.
I20260608 09:50:46.752215  8145 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:46.756639  8145 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e: No bootstrap required, opened a new log
I20260608 09:50:46.758998  8145 raft_consensus.cc:359] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ee96b140ab394c978e601034141bde6e" member_type: VOTER }
I20260608 09:50:46.759409  8145 raft_consensus.cc:385] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:46.759646  8145 raft_consensus.cc:740] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee96b140ab394c978e601034141bde6e, State: Initialized, Role: FOLLOWER
I20260608 09:50:46.760274  8145 consensus_queue.cc:260] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "ee96b140ab394c978e601034141bde6e" member_type: VOTER }
I20260608 09:50:46.760725  8145 raft_consensus.cc:399] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:50:46.760962  8145 raft_consensus.cc:493] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:50:46.761247  8145 raft_consensus.cc:3060] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:46.766191  8145 raft_consensus.cc:515] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ee96b140ab394c978e601034141bde6e" member_type: VOTER }
I20260608 09:50:46.766721  8145 leader_election.cc:304] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [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: ee96b140ab394c978e601034141bde6e; no voters: 
I20260608 09:50:46.767941  8145 leader_election.cc:290] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:50:46.768477  8148 raft_consensus.cc:2804] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:46.769932  8148 raft_consensus.cc:697] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 1 LEADER]: Becoming Leader. State: Replica: ee96b140ab394c978e601034141bde6e, State: Running, Role: LEADER
I20260608 09:50:46.770653  8148 consensus_queue.cc:237] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [LEADER]: Queue going to LEADER mode. State: All 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: "ee96b140ab394c978e601034141bde6e" member_type: VOTER }
I20260608 09:50:46.771130  8145 sys_catalog.cc:565] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:50:46.776176  8149 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "ee96b140ab394c978e601034141bde6e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ee96b140ab394c978e601034141bde6e" member_type: VOTER } }
I20260608 09:50:46.776229  8150 sys_catalog.cc:455] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [sys.catalog]: SysCatalogTable state changed. Reason: New leader ee96b140ab394c978e601034141bde6e. Latest consensus state: current_term: 1 leader_uuid: "ee96b140ab394c978e601034141bde6e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "ee96b140ab394c978e601034141bde6e" member_type: VOTER } }
I20260608 09:50:46.777161  8149 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [sys.catalog]: This master's current role is: LEADER
I20260608 09:50:46.777253  8150 sys_catalog.cc:458] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [sys.catalog]: This master's current role is: LEADER
I20260608 09:50:46.780536  8156 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:50:46.788978  8156 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:50:46.789969   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:50:46.797947  8156 catalog_manager.cc:1382] Generated new cluster ID: bbb3792c572e437880703d4776afc713
I20260608 09:50:46.798295  8156 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:50:46.819195  8156 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:50:46.820550  8156 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:50:46.834143  8156 catalog_manager.cc:6069] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e: Generated new TSK 0
I20260608 09:50:46.834767  8156 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:50:46.856503   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:46.863011  8166 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:46.864029  8167 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:46.866989  8169 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:46.867833   602 server_base.cc:1061] running on GCE node
I20260608 09:50:46.868724   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:46.868945   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:46.869114   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912246869092 us; error 0 us; skew 500 ppm
I20260608 09:50:46.869700   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:46.872071   602 webserver.cc:533] Webserver started at http://127.0.150.129:34747/ using document root <none> and password file <none>
I20260608 09:50:46.872774   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:46.873001   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:46.873279   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:46.874512   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "3d9f4eea5083432fb94f23381d2d4881"
format_stamp: "Formatted at 2026-06-08 09:50:46 on dist-test-slave-g93p"
I20260608 09:50:46.879128   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:50:46.882520  8174 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:46.883405   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260608 09:50:46.883702   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "3d9f4eea5083432fb94f23381d2d4881"
format_stamp: "Formatted at 2026-06-08 09:50:46 on dist-test-slave-g93p"
I20260608 09:50:46.883980   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:46.902032   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:46.903149   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:46.904525   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:46.906765   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:46.906975   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:46.907218   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:46.907385   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:46.947707   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:45807
I20260608 09:50:46.947806  8236 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:45807 every 8 connection(s)
I20260608 09:50:46.953372   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:46.961338  8241 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:46.964113  8242 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:46.965384   602 server_base.cc:1061] running on GCE node
W20260608 09:50:46.965348  8244 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:46.966706   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:46.966921   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:46.967124   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912246967104 us; error 0 us; skew 500 ppm
I20260608 09:50:46.967733   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:46.970594   602 webserver.cc:533] Webserver started at http://127.0.150.130:37423/ using document root <none> and password file <none>
I20260608 09:50:46.971290   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:46.971515   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:46.971793   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:46.972294  8237 heartbeater.cc:344] Connected to a master server at 127.0.150.190:41965
I20260608 09:50:46.972688  8237 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:46.973244   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "6abce215cc68414d83c1f58d595cf033"
format_stamp: "Formatted at 2026-06-08 09:50:46 on dist-test-slave-g93p"
I20260608 09:50:46.973505  8237 heartbeater.cc:507] Master 127.0.150.190:41965 requested a full tablet report, sending...
I20260608 09:50:46.975854  8110 ts_manager.cc:194] Registered new tserver with Master: 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807)
I20260608 09:50:46.978101  8110 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54556
I20260608 09:50:46.978577   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.002s
I20260608 09:50:46.982170  8249 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:46.983014   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:50:46.983302   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "6abce215cc68414d83c1f58d595cf033"
format_stamp: "Formatted at 2026-06-08 09:50:46 on dist-test-slave-g93p"
I20260608 09:50:46.983575   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:47.010257   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:47.011497   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:47.012961   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:47.015333   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:47.015558   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:47.015799   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:47.015975   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:47.056226   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:33415
I20260608 09:50:47.056389  8311 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:33415 every 8 connection(s)
I20260608 09:50:47.061375   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:47.069203  8315 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:47.071967  8316 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:47.077171  8312 heartbeater.cc:344] Connected to a master server at 127.0.150.190:41965
W20260608 09:50:47.077606  8318 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:47.077649   602 server_base.cc:1061] running on GCE node
I20260608 09:50:47.077725  8312 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:47.078959   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 09:50:47.079012  8312 heartbeater.cc:507] Master 127.0.150.190:41965 requested a full tablet report, sending...
W20260608 09:50:47.079236   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:47.079533   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912247079503 us; error 0 us; skew 500 ppm
I20260608 09:50:47.080335   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:47.081569  8110 ts_manager.cc:194] Registered new tserver with Master: 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:47.083323   602 webserver.cc:533] Webserver started at http://127.0.150.131:33639/ using document root <none> and password file <none>
I20260608 09:50:47.083611  8110 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54564
I20260608 09:50:47.084057   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:47.084362   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:47.084692   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:47.086416   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "78e24442eb5e41029ccbb027f035b471"
format_stamp: "Formatted at 2026-06-08 09:50:47 on dist-test-slave-g93p"
I20260608 09:50:47.091265   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:50:47.094741  8323 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:47.095444   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:50:47.095726   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "78e24442eb5e41029ccbb027f035b471"
format_stamp: "Formatted at 2026-06-08 09:50:47 on dist-test-slave-g93p"
I20260608 09:50:47.095995   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:47.119514   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:47.120648   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:47.122148   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:47.124508   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:47.124742   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:47.124989   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:47.125166   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:47.166175   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:45725
I20260608 09:50:47.166291  8385 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:45725 every 8 connection(s)
I20260608 09:50:47.180550  8386 heartbeater.cc:344] Connected to a master server at 127.0.150.190:41965
I20260608 09:50:47.181005  8386 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:47.181676  8386 heartbeater.cc:507] Master 127.0.150.190:41965 requested a full tablet report, sending...
I20260608 09:50:47.183657  8110 ts_manager.cc:194] Registered new tserver with Master: 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:47.184149   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01462858s
I20260608 09:50:47.185245  8110 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54576
I20260608 09:50:47.980854  8237 heartbeater.cc:499] Master 127.0.150.190:41965 was elected leader, sending a full tablet report...
I20260608 09:50:48.086761  8312 heartbeater.cc:499] Master 127.0.150.190:41965 was elected leader, sending a full tablet report...
I20260608 09:50:48.188047  8386 heartbeater.cc:499] Master 127.0.150.190:41965 was elected leader, sending a full tablet report...
I20260608 09:50:48.240453  8110 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54584:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:50:48.242851  8110 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:50:48.308917  8202 tablet_service.cc:1511] Processing CreateTablet for tablet 4124380f25d54764b736437291f1a6e8 (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:48.309474  8201 tablet_service.cc:1511] Processing CreateTablet for tablet f9c5d2303e63435b99a11a3720546fdc (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:48.310563  8202 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4124380f25d54764b736437291f1a6e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.311189  8201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9c5d2303e63435b99a11a3720546fdc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.315599  8351 tablet_service.cc:1511] Processing CreateTablet for tablet 4124380f25d54764b736437291f1a6e8 (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:48.317044  8351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4124380f25d54764b736437291f1a6e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.316692  8348 tablet_service.cc:1511] Processing CreateTablet for tablet d7c78fbce1424da78c74f2ac0b483821 (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:48.318121  8348 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7c78fbce1424da78c74f2ac0b483821. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.323168  8349 tablet_service.cc:1511] Processing CreateTablet for tablet ded4ee4653754601a01896030e142dd6 (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:48.324654  8349 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ded4ee4653754601a01896030e142dd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.327898  8200 tablet_service.cc:1511] Processing CreateTablet for tablet ded4ee4653754601a01896030e142dd6 (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:48.328563  8350 tablet_service.cc:1511] Processing CreateTablet for tablet f9c5d2303e63435b99a11a3720546fdc (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:48.329635  8200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ded4ee4653754601a01896030e142dd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.330112  8350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9c5d2303e63435b99a11a3720546fdc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.338019  8199 tablet_service.cc:1511] Processing CreateTablet for tablet d7c78fbce1424da78c74f2ac0b483821 (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:48.339437  8199 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7c78fbce1424da78c74f2ac0b483821. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.345530  8277 tablet_service.cc:1511] Processing CreateTablet for tablet 4124380f25d54764b736437291f1a6e8 (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:48.346968  8277 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4124380f25d54764b736437291f1a6e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.351584  8276 tablet_service.cc:1511] Processing CreateTablet for tablet f9c5d2303e63435b99a11a3720546fdc (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:48.352487  8275 tablet_service.cc:1511] Processing CreateTablet for tablet ded4ee4653754601a01896030e142dd6 (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:48.353051  8276 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9c5d2303e63435b99a11a3720546fdc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.353832  8275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ded4ee4653754601a01896030e142dd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.359200  8274 tablet_service.cc:1511] Processing CreateTablet for tablet d7c78fbce1424da78c74f2ac0b483821 (DEFAULT_TABLE table=test-workload [id=f7db9b2ca2a247afa7560818c9110575]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:48.360556  8274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7c78fbce1424da78c74f2ac0b483821. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.384292  8406 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471: Bootstrap starting.
I20260608 09:50:48.393761  8406 tablet_bootstrap.cc:654] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.394052  8407 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:48.401691  8407 tablet_bootstrap.cc:654] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.409683  8408 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033: Bootstrap starting.
I20260608 09:50:48.415947  8408 tablet_bootstrap.cc:654] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.415990  8407 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: No bootstrap required, opened a new log
I20260608 09:50:48.416066  8406 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471: No bootstrap required, opened a new log
I20260608 09:50:48.416750  8407 ts_tablet_manager.cc:1403] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.023s	user 0.010s	sys 0.004s
I20260608 09:50:48.416837  8406 ts_tablet_manager.cc:1403] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.016s
I20260608 09:50:48.419984  8406 raft_consensus.cc:359] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.420153  8407 raft_consensus.cc:359] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.420764  8406 raft_consensus.cc:385] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.421056  8407 raft_consensus.cc:385] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.421165  8406 raft_consensus.cc:740] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.421546  8407 raft_consensus.cc:740] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.421931  8408 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033: No bootstrap required, opened a new log
I20260608 09:50:48.422111  8406 consensus_queue.cc:260] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.422437  8408 ts_tablet_manager.cc:1403] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033: Time spent bootstrapping tablet: real 0.013s	user 0.012s	sys 0.000s
I20260608 09:50:48.422468  8407 consensus_queue.cc:260] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.426681  8408 raft_consensus.cc:359] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.427651  8408 raft_consensus.cc:385] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.428026  8408 raft_consensus.cc:740] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6abce215cc68414d83c1f58d595cf033, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.429033  8408 consensus_queue.cc:260] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.432734  8406 ts_tablet_manager.cc:1434] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.007s
I20260608 09:50:48.433741  8407 ts_tablet_manager.cc:1434] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.012s
I20260608 09:50:48.433955  8406 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471: Bootstrap starting.
I20260608 09:50:48.435636  8408 ts_tablet_manager.cc:1434] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.004s
I20260608 09:50:48.436769  8408 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033: Bootstrap starting.
I20260608 09:50:48.441136  8406 tablet_bootstrap.cc:654] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.442579  8407 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:48.443534  8408 tablet_bootstrap.cc:654] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.451550  8407 tablet_bootstrap.cc:654] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.453289  8406 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471: No bootstrap required, opened a new log
I20260608 09:50:48.453905  8406 ts_tablet_manager.cc:1403] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.011s
I20260608 09:50:48.457309  8406 raft_consensus.cc:359] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.457983  8408 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033: No bootstrap required, opened a new log
I20260608 09:50:48.458199  8406 raft_consensus.cc:385] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.458665  8406 raft_consensus.cc:740] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.458870  8408 ts_tablet_manager.cc:1403] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.004s
I20260608 09:50:48.459602  8406 consensus_queue.cc:260] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.462073  8406 ts_tablet_manager.cc:1434] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 09:50:48.463131  8406 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471: Bootstrap starting.
I20260608 09:50:48.463847  8408 raft_consensus.cc:359] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.464864  8408 raft_consensus.cc:385] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.465255  8408 raft_consensus.cc:740] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6abce215cc68414d83c1f58d595cf033, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.466333  8408 consensus_queue.cc:260] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.470933  8406 tablet_bootstrap.cc:654] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.472306  8407 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: No bootstrap required, opened a new log
I20260608 09:50:48.472985  8408 ts_tablet_manager.cc:1434] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033: Time spent starting tablet: real 0.014s	user 0.011s	sys 0.001s
I20260608 09:50:48.472986  8407 ts_tablet_manager.cc:1403] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.031s	user 0.022s	sys 0.006s
I20260608 09:50:48.476548  8407 raft_consensus.cc:359] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.478403  8408 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033: Bootstrap starting.
I20260608 09:50:48.478724  8407 raft_consensus.cc:385] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.479069  8407 raft_consensus.cc:740] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.479984  8407 consensus_queue.cc:260] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.482611  8407 ts_tablet_manager.cc:1434] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260608 09:50:48.483677  8406 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471: No bootstrap required, opened a new log
I20260608 09:50:48.484428  8406 ts_tablet_manager.cc:1403] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.004s
I20260608 09:50:48.484648  8418 raft_consensus.cc:493] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:48.483731  8407 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:48.485409  8418 raft_consensus.cc:515] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.487697  8406 raft_consensus.cc:359] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.488606  8406 raft_consensus.cc:385] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.488983  8406 raft_consensus.cc:740] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.490057  8406 consensus_queue.cc:260] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.493428  8407 tablet_bootstrap.cc:654] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.494287  8406 ts_tablet_manager.cc:1434] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 09:50:48.495496  8406 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471: Bootstrap starting.
I20260608 09:50:48.502557  8406 tablet_bootstrap.cc:654] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.502883  8418 leader_election.cc:290] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:48.506019  8408 tablet_bootstrap.cc:654] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.514598  8406 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471: No bootstrap required, opened a new log
I20260608 09:50:48.515215  8406 ts_tablet_manager.cc:1403] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260608 09:50:48.518641  8406 raft_consensus.cc:359] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.519412  8406 raft_consensus.cc:385] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.519750  8406 raft_consensus.cc:740] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.520758  8406 consensus_queue.cc:260] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.524766  8408 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033: No bootstrap required, opened a new log
I20260608 09:50:48.525377  8408 ts_tablet_manager.cc:1403] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033: Time spent bootstrapping tablet: real 0.047s	user 0.014s	sys 0.005s
I20260608 09:50:48.525460  8406 ts_tablet_manager.cc:1434] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.001s
I20260608 09:50:48.528689  8408 raft_consensus.cc:359] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.529477  8408 raft_consensus.cc:385] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.529795  8408 raft_consensus.cc:740] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6abce215cc68414d83c1f58d595cf033, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.530812  8408 consensus_queue.cc:260] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.531673  8407 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: No bootstrap required, opened a new log
I20260608 09:50:48.532207  8407 ts_tablet_manager.cc:1403] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.049s	user 0.013s	sys 0.011s
I20260608 09:50:48.533355  8408 ts_tablet_manager.cc:1434] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260608 09:50:48.534523  8408 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033: Bootstrap starting.
I20260608 09:50:48.535696  8407 raft_consensus.cc:359] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.536725  8407 raft_consensus.cc:385] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.537106  8407 raft_consensus.cc:740] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.538532  8407 consensus_queue.cc:260] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.541541  8407 ts_tablet_manager.cc:1434] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.002s
I20260608 09:50:48.542896  8407 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:48.543872  8408 tablet_bootstrap.cc:654] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.549737  8407 tablet_bootstrap.cc:654] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.557704  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4124380f25d54764b736437291f1a6e8" candidate_uuid: "6abce215cc68414d83c1f58d595cf033" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78e24442eb5e41029ccbb027f035b471" is_pre_election: true
I20260608 09:50:48.558765  8361 raft_consensus.cc:2468] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6abce215cc68414d83c1f58d595cf033 in term 0.
I20260608 09:50:48.561012  8252 leader_election.cc:304] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [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: 6abce215cc68414d83c1f58d595cf033, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:48.562296  8414 raft_consensus.cc:2804] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:48.562674  8414 raft_consensus.cc:493] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:48.563045  8414 raft_consensus.cc:3060] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.567018  8412 raft_consensus.cc:493] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:48.567564  8412 raft_consensus.cc:515] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.567920  8408 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033: No bootstrap required, opened a new log
I20260608 09:50:48.568634  8408 ts_tablet_manager.cc:1403] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033: Time spent bootstrapping tablet: real 0.034s	user 0.015s	sys 0.017s
I20260608 09:50:48.570204  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4124380f25d54764b736437291f1a6e8" candidate_uuid: "6abce215cc68414d83c1f58d595cf033" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881" is_pre_election: true
I20260608 09:50:48.570978  8212 raft_consensus.cc:2468] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6abce215cc68414d83c1f58d595cf033 in term 0.
I20260608 09:50:48.572161  8408 raft_consensus.cc:359] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.570988  8407 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: No bootstrap required, opened a new log
I20260608 09:50:48.573071  8408 raft_consensus.cc:385] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.573616  8407 ts_tablet_manager.cc:1403] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.031s	user 0.016s	sys 0.008s
I20260608 09:50:48.573547  8408 raft_consensus.cc:740] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6abce215cc68414d83c1f58d595cf033, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.573513  8412 leader_election.cc:290] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:48.574909  8408 consensus_queue.cc:260] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.576813  8414 raft_consensus.cc:515] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.577641  8408 ts_tablet_manager.cc:1434] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 09:50:48.578078  8407 raft_consensus.cc:359] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.586601  8407 raft_consensus.cc:385] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.586927  8407 raft_consensus.cc:740] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.587822  8407 consensus_queue.cc:260] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.590065  8414 leader_election.cc:290] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [CANDIDATE]: Term 1 election: Requested vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:48.590816  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4124380f25d54764b736437291f1a6e8" candidate_uuid: "6abce215cc68414d83c1f58d595cf033" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881"
I20260608 09:50:48.591176  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4124380f25d54764b736437291f1a6e8" candidate_uuid: "6abce215cc68414d83c1f58d595cf033" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78e24442eb5e41029ccbb027f035b471"
I20260608 09:50:48.591437  8212 raft_consensus.cc:3060] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.591802  8361 raft_consensus.cc:3060] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.594437  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7c78fbce1424da78c74f2ac0b483821" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033" is_pre_election: true
I20260608 09:50:48.595173  8287 raft_consensus.cc:2468] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:48.596653  8325 leader_election.cc:304] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [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: 6abce215cc68414d83c1f58d595cf033, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:48.597541  8412 raft_consensus.cc:2804] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:48.597671  8211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7c78fbce1424da78c74f2ac0b483821" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881" is_pre_election: true
I20260608 09:50:48.598021  8412 raft_consensus.cc:493] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:48.598415  8412 raft_consensus.cc:3060] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.598420  8211 raft_consensus.cc:2468] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:48.600029  8361 raft_consensus.cc:2468] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6abce215cc68414d83c1f58d595cf033 in term 1.
I20260608 09:50:48.600785  8212 raft_consensus.cc:2468] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6abce215cc68414d83c1f58d595cf033 in term 1.
I20260608 09:50:48.601182  8252 leader_election.cc:304] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [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: 6abce215cc68414d83c1f58d595cf033, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:48.602541  8414 raft_consensus.cc:2804] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:48.603051  8414 raft_consensus.cc:697] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 1 LEADER]: Becoming Leader. State: Replica: 6abce215cc68414d83c1f58d595cf033, State: Running, Role: LEADER
I20260608 09:50:48.603998  8407 ts_tablet_manager.cc:1434] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.030s	user 0.004s	sys 0.004s
I20260608 09:50:48.603893  8414 consensus_queue.cc:237] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [LEADER]: Queue going to LEADER mode. State: All 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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.605782  8412 raft_consensus.cc:515] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.608721  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7c78fbce1424da78c74f2ac0b483821" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881"
I20260608 09:50:48.609387  8212 raft_consensus.cc:3060] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.613121  8412 leader_election.cc:290] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 election: Requested vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:48.613780  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d7c78fbce1424da78c74f2ac0b483821" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033"
I20260608 09:50:48.614406  8287 raft_consensus.cc:3060] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.615489  8109 catalog_manager.cc:5696] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6abce215cc68414d83c1f58d595cf033 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "6abce215cc68414d83c1f58d595cf033" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:48.617865  8212 raft_consensus.cc:2468] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:48.619318  8325 leader_election.cc:304] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [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: 3d9f4eea5083432fb94f23381d2d4881, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:48.620200  8412 raft_consensus.cc:2804] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:48.621556  8287 raft_consensus.cc:2468] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:48.622285  8412 raft_consensus.cc:697] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Becoming Leader. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Running, Role: LEADER
I20260608 09:50:48.623751  8412 consensus_queue.cc:237] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Queue going to LEADER mode. State: All 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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.625063  8430 raft_consensus.cc:493] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:48.625658  8430 raft_consensus.cc:515] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.628580  8430 leader_election.cc:290] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:48.628777  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9c5d2303e63435b99a11a3720546fdc" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881" is_pre_election: true
I20260608 09:50:48.629442  8212 raft_consensus.cc:2468] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:48.630249  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9c5d2303e63435b99a11a3720546fdc" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033" is_pre_election: true
I20260608 09:50:48.630784  8325 leader_election.cc:304] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [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: 3d9f4eea5083432fb94f23381d2d4881, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:48.630894  8287 raft_consensus.cc:2468] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:48.631539  8430 raft_consensus.cc:2804] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:48.631930  8430 raft_consensus.cc:493] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:48.632278  8430 raft_consensus.cc:3060] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.632838  8109 catalog_manager.cc:5696] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 reported cstate change: term changed from 0 to 1, leader changed from <none> to 78e24442eb5e41029ccbb027f035b471 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:48.638262  8430 raft_consensus.cc:515] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.639977  8430 leader_election.cc:290] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 election: Requested vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:48.640810  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9c5d2303e63435b99a11a3720546fdc" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881"
I20260608 09:50:48.641394  8212 raft_consensus.cc:3060] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.641301  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9c5d2303e63435b99a11a3720546fdc" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033"
I20260608 09:50:48.642051  8287 raft_consensus.cc:3060] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.648540  8212 raft_consensus.cc:2468] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:48.648720  8287 raft_consensus.cc:2468] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:48.649660  8325 leader_election.cc:304] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [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: 3d9f4eea5083432fb94f23381d2d4881, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:48.650511  8430 raft_consensus.cc:2804] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:48.650960  8430 raft_consensus.cc:697] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Becoming Leader. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Running, Role: LEADER
I20260608 09:50:48.651749  8430 consensus_queue.cc:237] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Queue going to LEADER mode. State: All 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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.659403  8109 catalog_manager.cc:5696] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 reported cstate change: term changed from 0 to 1, leader changed from <none> to 78e24442eb5e41029ccbb027f035b471 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:48.693012  8430 raft_consensus.cc:493] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:48.693568  8430 raft_consensus.cc:515] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.695382  8430 leader_election.cc:290] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:48.696255  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ded4ee4653754601a01896030e142dd6" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881" is_pre_election: true
I20260608 09:50:48.696513  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ded4ee4653754601a01896030e142dd6" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033" is_pre_election: true
I20260608 09:50:48.696842  8212 raft_consensus.cc:2468] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:48.697137  8287 raft_consensus.cc:2468] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:48.698063  8325 leader_election.cc:304] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [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: 3d9f4eea5083432fb94f23381d2d4881, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:48.698731  8430 raft_consensus.cc:2804] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:48.699023  8430 raft_consensus.cc:493] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:48.699316  8430 raft_consensus.cc:3060] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.704057  8430 raft_consensus.cc:515] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.705673  8430 leader_election.cc:290] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 election: Requested vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:48.706653  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ded4ee4653754601a01896030e142dd6" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881"
I20260608 09:50:48.706796  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ded4ee4653754601a01896030e142dd6" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033"
I20260608 09:50:48.707197  8212 raft_consensus.cc:3060] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.707350  8287 raft_consensus.cc:3060] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:48.711778  8212 raft_consensus.cc:2468] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:48.711855  8287 raft_consensus.cc:2468] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:48.712836  8325 leader_election.cc:304] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [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: 3d9f4eea5083432fb94f23381d2d4881, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:48.713536  8430 raft_consensus.cc:2804] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:48.714003  8430 raft_consensus.cc:697] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Becoming Leader. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Running, Role: LEADER
I20260608 09:50:48.714797  8430 consensus_queue.cc:237] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Queue going to LEADER mode. State: All 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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.721771  8109 catalog_manager.cc:5696] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 reported cstate change: term changed from 0 to 1, leader changed from <none> to 78e24442eb5e41029ccbb027f035b471 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:48.760509  8109 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54598:
name: "dugtrio"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:50:48.762856  8109 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table dugtrio in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
W20260608 09:50:48.785596  8158 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:50:48.795379  8202 tablet_service.cc:1511] Processing CreateTablet for tablet a8975c76eafd4cceadd4604de5253e82 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:48.796928  8202 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a8975c76eafd4cceadd4604de5253e82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.796882  8274 tablet_service.cc:1511] Processing CreateTablet for tablet a8975c76eafd4cceadd4604de5253e82 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:48.798331  8274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a8975c76eafd4cceadd4604de5253e82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.798579  8348 tablet_service.cc:1511] Processing CreateTablet for tablet a8975c76eafd4cceadd4604de5253e82 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:48.800016  8348 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a8975c76eafd4cceadd4604de5253e82. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.799751  8200 tablet_service.cc:1511] Processing CreateTablet for tablet f417dea99d364f898ca6086eacfae314 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:48.801064  8200 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f417dea99d364f898ca6086eacfae314. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.814571  8407 tablet_bootstrap.cc:492] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:48.815867  8408 tablet_bootstrap.cc:492] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: Bootstrap starting.
I20260608 09:50:48.821085  8407 tablet_bootstrap.cc:654] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.822085  8408 tablet_bootstrap.cc:654] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.826251  8350 tablet_service.cc:1511] Processing CreateTablet for tablet f417dea99d364f898ca6086eacfae314 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:48.827855  8350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f417dea99d364f898ca6086eacfae314. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.829450  8407 tablet_bootstrap.cc:492] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: No bootstrap required, opened a new log
I20260608 09:50:48.830067  8407 ts_tablet_manager.cc:1403] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.004s
I20260608 09:50:48.831947  8202 tablet_service.cc:1511] Processing CreateTablet for tablet 824ca78595244c5a9426ea600d576fc0 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:48.833366  8202 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 824ca78595244c5a9426ea600d576fc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.833436  8407 raft_consensus.cc:359] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.834403  8407 raft_consensus.cc:385] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.834466  8408 tablet_bootstrap.cc:492] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: No bootstrap required, opened a new log
I20260608 09:50:48.834908  8407 raft_consensus.cc:740] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.835261  8408 ts_tablet_manager.cc:1403] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.007s
I20260608 09:50:48.835999  8407 consensus_queue.cc:260] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.838506  8408 raft_consensus.cc:359] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.839293  8408 raft_consensus.cc:385] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.839654  8408 raft_consensus.cc:740] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6abce215cc68414d83c1f58d595cf033, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.838951  8274 tablet_service.cc:1511] Processing CreateTablet for tablet f417dea99d364f898ca6086eacfae314 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:48.840667  8408 consensus_queue.cc:260] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.841944  8274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f417dea99d364f898ca6086eacfae314. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.842666  8406 tablet_bootstrap.cc:492] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: Bootstrap starting.
I20260608 09:50:48.845314  8408 ts_tablet_manager.cc:1434] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260608 09:50:48.850817  8275 tablet_service.cc:1511] Processing CreateTablet for tablet 824ca78595244c5a9426ea600d576fc0 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:48.851398  8406 tablet_bootstrap.cc:654] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.851696  8348 tablet_service.cc:1511] Processing CreateTablet for tablet 824ca78595244c5a9426ea600d576fc0 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:48.853056  8348 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 824ca78595244c5a9426ea600d576fc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.862303  8275 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 824ca78595244c5a9426ea600d576fc0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.873109  8408 tablet_bootstrap.cc:492] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: Bootstrap starting.
I20260608 09:50:48.880059  8408 tablet_bootstrap.cc:654] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.879884  8407 ts_tablet_manager.cc:1434] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.049s	user 0.007s	sys 0.001s
I20260608 09:50:48.882537  8202 tablet_service.cc:1511] Processing CreateTablet for tablet 89bbdb31b7e64671b8216fbf604c3058 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:48.883877  8202 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 89bbdb31b7e64671b8216fbf604c3058. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.886539  8407 tablet_bootstrap.cc:492] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:48.901914  8274 tablet_service.cc:1511] Processing CreateTablet for tablet 89bbdb31b7e64671b8216fbf604c3058 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:48.903192  8408 tablet_bootstrap.cc:492] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: No bootstrap required, opened a new log
I20260608 09:50:48.903357  8274 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 89bbdb31b7e64671b8216fbf604c3058. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.902832  8348 tablet_service.cc:1511] Processing CreateTablet for tablet 89bbdb31b7e64671b8216fbf604c3058 (DEFAULT_TABLE table=dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:48.903904  8408 ts_tablet_manager.cc:1403] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: Time spent bootstrapping tablet: real 0.031s	user 0.014s	sys 0.003s
I20260608 09:50:48.904781  8348 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 89bbdb31b7e64671b8216fbf604c3058. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:48.906306  8407 tablet_bootstrap.cc:654] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.907192  8408 raft_consensus.cc:359] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.911466  8408 raft_consensus.cc:385] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.911896  8408 raft_consensus.cc:740] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6abce215cc68414d83c1f58d595cf033, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.912895  8408 consensus_queue.cc:260] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.916371  8406 tablet_bootstrap.cc:492] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: No bootstrap required, opened a new log
I20260608 09:50:48.917009  8406 ts_tablet_manager.cc:1403] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: Time spent bootstrapping tablet: real 0.075s	user 0.020s	sys 0.036s
I20260608 09:50:48.924067  8408 ts_tablet_manager.cc:1434] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: Time spent starting tablet: real 0.020s	user 0.008s	sys 0.000s
I20260608 09:50:48.928627  8407 tablet_bootstrap.cc:492] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: No bootstrap required, opened a new log
I20260608 09:50:48.929098  8407 ts_tablet_manager.cc:1403] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.043s	user 0.017s	sys 0.003s
I20260608 09:50:48.927469  8408 tablet_bootstrap.cc:492] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: Bootstrap starting.
I20260608 09:50:48.926093  8406 raft_consensus.cc:359] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.931653  8407 raft_consensus.cc:359] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.932199  8406 raft_consensus.cc:385] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.932355  8407 raft_consensus.cc:385] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.932580  8406 raft_consensus.cc:740] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.932695  8407 raft_consensus.cc:740] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.933511  8406 consensus_queue.cc:260] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.933612  8407 consensus_queue.cc:260] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.935968  8407 ts_tablet_manager.cc:1434] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 09:50:48.937255  8407 tablet_bootstrap.cc:492] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:48.935968  8406 ts_tablet_manager.cc:1434] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.000s
I20260608 09:50:48.939760  8408 tablet_bootstrap.cc:654] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.940615  8406 tablet_bootstrap.cc:492] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: Bootstrap starting.
I20260608 09:50:48.947682  8407 tablet_bootstrap.cc:654] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.947682  8406 tablet_bootstrap.cc:654] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.951742  8408 tablet_bootstrap.cc:492] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: No bootstrap required, opened a new log
I20260608 09:50:48.952333  8408 ts_tablet_manager.cc:1403] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.004s
I20260608 09:50:48.955420  8408 raft_consensus.cc:359] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.956293  8408 raft_consensus.cc:385] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.956669  8408 raft_consensus.cc:740] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6abce215cc68414d83c1f58d595cf033, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.957558  8408 consensus_queue.cc:260] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.960753  8407 tablet_bootstrap.cc:492] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: No bootstrap required, opened a new log
I20260608 09:50:48.961282  8407 ts_tablet_manager.cc:1403] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.000s
I20260608 09:50:48.962735  8408 ts_tablet_manager.cc:1434] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 09:50:48.963852  8408 tablet_bootstrap.cc:492] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: Bootstrap starting.
I20260608 09:50:48.964392  8407 raft_consensus.cc:359] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.965147  8407 raft_consensus.cc:385] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.965478  8407 raft_consensus.cc:740] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.966434  8407 consensus_queue.cc:260] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.970624  8408 tablet_bootstrap.cc:654] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.972410  8407 ts_tablet_manager.cc:1434] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 09:50:48.973649  8407 tablet_bootstrap.cc:492] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:48.974879  8406 tablet_bootstrap.cc:492] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: No bootstrap required, opened a new log
I20260608 09:50:48.976773  8406 ts_tablet_manager.cc:1403] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: Time spent bootstrapping tablet: real 0.036s	user 0.011s	sys 0.013s
I20260608 09:50:48.979888  8407 tablet_bootstrap.cc:654] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:48.980043  8406 raft_consensus.cc:359] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.980876  8408 tablet_bootstrap.cc:492] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: No bootstrap required, opened a new log
I20260608 09:50:48.980844  8406 raft_consensus.cc:385] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.981614  8408 ts_tablet_manager.cc:1403] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.004s
I20260608 09:50:48.981541  8406 raft_consensus.cc:740] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.983150  8406 consensus_queue.cc:260] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.984658  8408 raft_consensus.cc:359] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.992086  8408 raft_consensus.cc:385] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:48.992442  8408 raft_consensus.cc:740] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6abce215cc68414d83c1f58d595cf033, State: Initialized, Role: FOLLOWER
I20260608 09:50:48.993240  8408 consensus_queue.cc:260] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:48.995445  8408 ts_tablet_manager.cc:1434] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.007s
I20260608 09:50:48.995605  8406 ts_tablet_manager.cc:1434] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260608 09:50:48.997246  8406 tablet_bootstrap.cc:492] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: Bootstrap starting.
I20260608 09:50:49.002732  8414 consensus_queue.cc:1048] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:49.005036  8407 tablet_bootstrap.cc:492] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: No bootstrap required, opened a new log
I20260608 09:50:49.006088  8406 tablet_bootstrap.cc:654] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:49.005612  8407 ts_tablet_manager.cc:1403] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.032s	user 0.004s	sys 0.024s
I20260608 09:50:49.009948  8430 raft_consensus.cc:493] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:49.010047  8407 raft_consensus.cc:359] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.010780  8407 raft_consensus.cc:385] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:49.010584  8430 raft_consensus.cc:515] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.011078  8407 raft_consensus.cc:740] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:49.011818  8407 consensus_queue.cc:260] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.012880  8430 leader_election.cc:290] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:49.014329  8407 ts_tablet_manager.cc:1434] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260608 09:50:49.016041  8211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a8975c76eafd4cceadd4604de5253e82" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881" is_pre_election: true
I20260608 09:50:49.016513  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a8975c76eafd4cceadd4604de5253e82" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033" is_pre_election: true
I20260608 09:50:49.016680  8211 raft_consensus.cc:2468] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:49.017153  8287 raft_consensus.cc:2468] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:49.018491  8325 leader_election.cc:304] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [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: 3d9f4eea5083432fb94f23381d2d4881, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:49.019367  8430 raft_consensus.cc:2804] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:49.019718  8430 raft_consensus.cc:493] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:49.020000  8430 raft_consensus.cc:3060] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.025614  8430 raft_consensus.cc:515] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.028609  8406 tablet_bootstrap.cc:492] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: No bootstrap required, opened a new log
I20260608 09:50:49.028656  8211 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a8975c76eafd4cceadd4604de5253e82" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881"
I20260608 09:50:49.029174  8406 ts_tablet_manager.cc:1403] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: Time spent bootstrapping tablet: real 0.032s	user 0.011s	sys 0.004s
I20260608 09:50:49.029678  8211 raft_consensus.cc:3060] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.033135  8406 raft_consensus.cc:359] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.033859  8406 raft_consensus.cc:385] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:49.034227  8406 raft_consensus.cc:740] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Initialized, Role: FOLLOWER
I20260608 09:50:49.035259  8430 leader_election.cc:290] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 election: Requested vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:49.035163  8406 consensus_queue.cc:260] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.036518  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a8975c76eafd4cceadd4604de5253e82" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033"
I20260608 09:50:49.037272  8287 raft_consensus.cc:3060] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.038336  8406 ts_tablet_manager.cc:1434] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 09:50:49.039415  8406 tablet_bootstrap.cc:492] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: Bootstrap starting.
I20260608 09:50:49.046011  8418 consensus_queue.cc:1048] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [LEADER]: Connected to new peer: Peer: permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:49.046700  8287 raft_consensus.cc:2468] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:49.049836  8406 tablet_bootstrap.cc:654] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:49.050300  8325 leader_election.cc:304] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [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: 6abce215cc68414d83c1f58d595cf033, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:49.051429  8412 raft_consensus.cc:2804] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:49.052011  8412 raft_consensus.cc:697] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Becoming Leader. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Running, Role: LEADER
I20260608 09:50:49.052850  8412 consensus_queue.cc:237] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Queue going to LEADER mode. State: All 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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.051393  8211 raft_consensus.cc:2468] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:49.064340  8412 consensus_queue.cc:1048] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:50:49.066748  8406 tablet_bootstrap.cc:492] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: No bootstrap required, opened a new log
I20260608 09:50:49.067281  8406 ts_tablet_manager.cc:1403] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: Time spent bootstrapping tablet: real 0.028s	user 0.011s	sys 0.008s
I20260608 09:50:49.070818  8406 raft_consensus.cc:359] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.071494  8406 raft_consensus.cc:385] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:49.071815  8406 raft_consensus.cc:740] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Initialized, Role: FOLLOWER
I20260608 09:50:49.072764  8406 consensus_queue.cc:260] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.075330  8406 ts_tablet_manager.cc:1434] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 09:50:49.077311  8457 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:50:49.099339  8412 consensus_queue.cc:1048] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:49.100613  8413 raft_consensus.cc:493] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:49.101176  8413 raft_consensus.cc:515] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.112181  8413 leader_election.cc:290] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415), 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:49.123493  8286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "824ca78595244c5a9426ea600d576fc0" candidate_uuid: "3d9f4eea5083432fb94f23381d2d4881" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033" is_pre_election: true
I20260608 09:50:49.124110  8286 raft_consensus.cc:2468] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d9f4eea5083432fb94f23381d2d4881 in term 0.
I20260608 09:50:49.125679  8176 leader_election.cc:304] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [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: 3d9f4eea5083432fb94f23381d2d4881, 6abce215cc68414d83c1f58d595cf033; no voters: 
I20260608 09:50:49.129333  8105 catalog_manager.cc:5696] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 reported cstate change: term changed from 0 to 1, leader changed from <none> to 78e24442eb5e41029ccbb027f035b471 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:49.130100  8413 raft_consensus.cc:2804] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:49.130672  8413 raft_consensus.cc:493] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:49.131079  8413 raft_consensus.cc:3060] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.136876  8413 raft_consensus.cc:515] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.139098  8413 leader_election.cc:290] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [CANDIDATE]: Term 1 election: Requested vote from peers 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415), 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:49.141448  8286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "824ca78595244c5a9426ea600d576fc0" candidate_uuid: "3d9f4eea5083432fb94f23381d2d4881" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033"
I20260608 09:50:49.142055  8286 raft_consensus.cc:3060] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.142792  8412 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:50:49.155815  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "824ca78595244c5a9426ea600d576fc0" candidate_uuid: "3d9f4eea5083432fb94f23381d2d4881" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78e24442eb5e41029ccbb027f035b471" is_pre_election: true
I20260608 09:50:49.156450  8361 raft_consensus.cc:2468] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d9f4eea5083432fb94f23381d2d4881 in term 0.
I20260608 09:50:49.157606  8360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "824ca78595244c5a9426ea600d576fc0" candidate_uuid: "3d9f4eea5083432fb94f23381d2d4881" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78e24442eb5e41029ccbb027f035b471"
I20260608 09:50:49.158255  8360 raft_consensus.cc:3060] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.159396  8286 raft_consensus.cc:2468] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d9f4eea5083432fb94f23381d2d4881 in term 1.
I20260608 09:50:49.160624  8176 leader_election.cc:304] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [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: 3d9f4eea5083432fb94f23381d2d4881, 6abce215cc68414d83c1f58d595cf033; no voters: 
I20260608 09:50:49.161509  8413 raft_consensus.cc:2804] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:49.162091  8413 raft_consensus.cc:697] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 LEADER]: Becoming Leader. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Running, Role: LEADER
I20260608 09:50:49.163086  8413 consensus_queue.cc:237] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [LEADER]: Queue going to LEADER mode. State: All 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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.164976  8360 raft_consensus.cc:2468] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d9f4eea5083432fb94f23381d2d4881 in term 1.
I20260608 09:50:49.172703  8109 catalog_manager.cc:5696] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "3d9f4eea5083432fb94f23381d2d4881" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:49.192507  8412 consensus_queue.cc:1048] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:49.203944  8466 consensus_queue.cc:1048] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:50:49.215307  8466 raft_consensus.cc:493] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:49.215764  8466 raft_consensus.cc:515] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.217417  8466 leader_election.cc:290] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:49.218153  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "89bbdb31b7e64671b8216fbf604c3058" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881" is_pre_election: true
I20260608 09:50:49.218576  8286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "89bbdb31b7e64671b8216fbf604c3058" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033" is_pre_election: true
I20260608 09:50:49.218796  8212 raft_consensus.cc:2468] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:49.219269  8286 raft_consensus.cc:2468] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 0.
I20260608 09:50:49.219843  8325 leader_election.cc:304] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [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: 3d9f4eea5083432fb94f23381d2d4881, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:49.220643  8466 raft_consensus.cc:2804] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:49.220988  8466 raft_consensus.cc:493] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:49.221382  8466 raft_consensus.cc:3060] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.224673  8413 raft_consensus.cc:493] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:49.225096  8413 raft_consensus.cc:515] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.226577  8466 raft_consensus.cc:515] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.226969  8413 leader_election.cc:290] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415), 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:49.227705  8286 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f417dea99d364f898ca6086eacfae314" candidate_uuid: "3d9f4eea5083432fb94f23381d2d4881" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033" is_pre_election: true
I20260608 09:50:49.228138  8360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f417dea99d364f898ca6086eacfae314" candidate_uuid: "3d9f4eea5083432fb94f23381d2d4881" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78e24442eb5e41029ccbb027f035b471" is_pre_election: true
I20260608 09:50:49.228343  8286 raft_consensus.cc:2468] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d9f4eea5083432fb94f23381d2d4881 in term 0.
I20260608 09:50:49.228796  8360 raft_consensus.cc:2468] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d9f4eea5083432fb94f23381d2d4881 in term 0.
I20260608 09:50:49.229477  8466 leader_election.cc:290] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [CANDIDATE]: Term 1 election: Requested vote from peers 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807), 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:49.229744  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "89bbdb31b7e64671b8216fbf604c3058" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033"
I20260608 09:50:49.229839  8212 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "89bbdb31b7e64671b8216fbf604c3058" candidate_uuid: "78e24442eb5e41029ccbb027f035b471" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d9f4eea5083432fb94f23381d2d4881"
I20260608 09:50:49.230124  8176 leader_election.cc:304] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [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: 3d9f4eea5083432fb94f23381d2d4881, 6abce215cc68414d83c1f58d595cf033; no voters: 
I20260608 09:50:49.230593  8212 raft_consensus.cc:3060] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.230528  8287 raft_consensus.cc:3060] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.231041  8413 raft_consensus.cc:2804] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:49.231532  8413 raft_consensus.cc:493] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:49.231886  8413 raft_consensus.cc:3060] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.236446  8287 raft_consensus.cc:2468] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:49.237463  8325 leader_election.cc:304] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [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: 6abce215cc68414d83c1f58d595cf033, 78e24442eb5e41029ccbb027f035b471; no voters: 
I20260608 09:50:49.237996  8212 raft_consensus.cc:2468] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 78e24442eb5e41029ccbb027f035b471 in term 1.
I20260608 09:50:49.238210  8466 raft_consensus.cc:2804] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:49.238812  8466 raft_consensus.cc:697] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Becoming Leader. State: Replica: 78e24442eb5e41029ccbb027f035b471, State: Running, Role: LEADER
I20260608 09:50:49.238740  8413 raft_consensus.cc:515] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.239823  8466 consensus_queue.cc:237] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Queue going to LEADER mode. State: All 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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.240942  8413 leader_election.cc:290] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [CANDIDATE]: Term 1 election: Requested vote from peers 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415), 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:49.242111  8287 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f417dea99d364f898ca6086eacfae314" candidate_uuid: "3d9f4eea5083432fb94f23381d2d4881" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6abce215cc68414d83c1f58d595cf033"
I20260608 09:50:49.242388  8360 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f417dea99d364f898ca6086eacfae314" candidate_uuid: "3d9f4eea5083432fb94f23381d2d4881" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "78e24442eb5e41029ccbb027f035b471"
I20260608 09:50:49.242703  8287 raft_consensus.cc:3060] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.242992  8360 raft_consensus.cc:3060] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:49.248368  8287 raft_consensus.cc:2468] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d9f4eea5083432fb94f23381d2d4881 in term 1.
I20260608 09:50:49.249491  8176 leader_election.cc:304] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [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: 3d9f4eea5083432fb94f23381d2d4881, 6abce215cc68414d83c1f58d595cf033; no voters: 
I20260608 09:50:49.250329  8413 raft_consensus.cc:2804] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:49.250399  8360 raft_consensus.cc:2468] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d9f4eea5083432fb94f23381d2d4881 in term 1.
I20260608 09:50:49.250797  8413 raft_consensus.cc:697] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 LEADER]: Becoming Leader. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Running, Role: LEADER
I20260608 09:50:49.251688  8413 consensus_queue.cc:237] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [LEADER]: Queue going to LEADER mode. State: All 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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:49.252368  8109 catalog_manager.cc:5696] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 reported cstate change: term changed from 0 to 1, leader changed from <none> to 78e24442eb5e41029ccbb027f035b471 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:49.260205  8105 catalog_manager.cc:5696] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "3d9f4eea5083432fb94f23381d2d4881" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:49.334743   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:50:49.352324   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:49.353217   602 tablet_replica.cc:333] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: stopping tablet replica
I20260608 09:50:49.353955   602 raft_consensus.cc:2243] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:49.354329   602 raft_consensus.cc:2272] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:49.356709   602 tablet_replica.cc:333] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: stopping tablet replica
I20260608 09:50:49.357229   602 raft_consensus.cc:2243] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:49.357766   602 pending_rounds.cc:70] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Trying to abort 1 pending ops.
I20260608 09:50:49.357987   602 pending_rounds.cc:77] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616572586369024 op_type: NO_OP noop_request { }
I20260608 09:50:49.358244   602 raft_consensus.cc:2889] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:49.358461   602 raft_consensus.cc:2272] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:49.360631   602 tablet_replica.cc:333] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: stopping tablet replica
I20260608 09:50:49.361133   602 raft_consensus.cc:2243] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:49.361752   602 pending_rounds.cc:70] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Trying to abort 1 pending ops.
I20260608 09:50:49.361984   602 pending_rounds.cc:77] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616572943261696 op_type: NO_OP noop_request { }
I20260608 09:50:49.362244   602 raft_consensus.cc:2889] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:49.362515   602 raft_consensus.cc:2272] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:49.364638   602 tablet_replica.cc:333] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: stopping tablet replica
I20260608 09:50:49.365192   602 raft_consensus.cc:2243] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:49.365592   602 raft_consensus.cc:2272] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:49.367929   602 tablet_replica.cc:333] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: stopping tablet replica
I20260608 09:50:49.368460   602 raft_consensus.cc:2243] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:49.368850   602 raft_consensus.cc:2272] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:49.371141   602 tablet_replica.cc:333] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: stopping tablet replica
I20260608 09:50:49.371654   602 raft_consensus.cc:2243] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:49.372021   602 raft_consensus.cc:2272] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:49.373793   602 tablet_replica.cc:333] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: stopping tablet replica
I20260608 09:50:49.374322   602 raft_consensus.cc:2243] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:49.374702   602 raft_consensus.cc:2272] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:49.376813   602 tablet_replica.cc:333] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: stopping tablet replica
I20260608 09:50:49.377280   602 raft_consensus.cc:2243] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:49.377657   602 raft_consensus.cc:2272] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:49.407183   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
W20260608 09:50:49.450673  8251 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111) [suppressed 22 similar messages]
W20260608 09:50:49.454804  8251 consensus_peers.cc:597] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:49.456955  8325 consensus_peers.cc:597] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:49.478295  8466 consensus_queue.cc:1048] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 09:50:49.547705  8325 consensus_peers.cc:597] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:49.694846  8325 consensus_peers.cc:597] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:49.770965  8325 consensus_peers.cc:597] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:49.786149  8325 consensus_peers.cc:597] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:49.812225  8466 consensus_queue.cc:1048] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:50.229235  8457 consensus_queue.cc:579] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Leader has been unable to successfully communicate with peer 3d9f4eea5083432fb94f23381d2d4881 for more than 1 seconds (1.064s)
I20260608 09:50:50.437386  8105 catalog_manager.cc:2532] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:54584:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 09:50:50.437978  8105 catalog_manager.cc:2780] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:54584:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260608 09:50:50.451356  8482 consensus_queue.cc:579] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [LEADER]: Leader has been unable to successfully communicate with peer 3d9f4eea5083432fb94f23381d2d4881 for more than 1 seconds (1.407s)
I20260608 09:50:50.464084  8105 catalog_manager.cc:5983] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e: Sending DeleteTablet for 3 replicas of tablet a8975c76eafd4cceadd4604de5253e82
I20260608 09:50:50.468992  8348 tablet_service.cc:1558] Processing DeleteTablet for tablet a8975c76eafd4cceadd4604de5253e82 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:35334
I20260608 09:50:50.469297  8274 tablet_service.cc:1558] Processing DeleteTablet for tablet a8975c76eafd4cceadd4604de5253e82 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:57954
I20260608 09:50:50.470513  8105 catalog_manager.cc:5983] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e: Sending DeleteTablet for 3 replicas of tablet f417dea99d364f898ca6086eacfae314
I20260608 09:50:50.473676  8350 tablet_service.cc:1558] Processing DeleteTablet for tablet f417dea99d364f898ca6086eacfae314 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:35334
I20260608 09:50:50.475404  8105 catalog_manager.cc:5983] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e: Sending DeleteTablet for 3 replicas of tablet 824ca78595244c5a9426ea600d576fc0
I20260608 09:50:50.478500  8350 tablet_service.cc:1558] Processing DeleteTablet for tablet 824ca78595244c5a9426ea600d576fc0 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:35334
I20260608 09:50:50.481210  8105 catalog_manager.cc:5983] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e: Sending DeleteTablet for 3 replicas of tablet 89bbdb31b7e64671b8216fbf604c3058
I20260608 09:50:50.482175  8496 tablet_replica.cc:333] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: stopping tablet replica
I20260608 09:50:50.483476  8496 raft_consensus.cc:2243] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:50.484193  8350 tablet_service.cc:1558] Processing DeleteTablet for tablet 89bbdb31b7e64671b8216fbf604c3058 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:35334
I20260608 09:50:50.484193  8496 raft_consensus.cc:2272] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:50.486915  8494 tablet_replica.cc:333] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: stopping tablet replica
I20260608 09:50:50.487983  8494 raft_consensus.cc:2243] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:50.488516   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260608 09:50:50.489126  8494 raft_consensus.cc:2272] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:50.489252  8275 tablet_service.cc:1558] Processing DeleteTablet for tablet 824ca78595244c5a9426ea600d576fc0 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:57954
I20260608 09:50:50.489923  8496 ts_tablet_manager.cc:1916] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:50.491007  8275 tablet_service.cc:1558] Processing DeleteTablet for tablet 89bbdb31b7e64671b8216fbf604c3058 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:57954
I20260608 09:50:50.491889  8494 ts_tablet_manager.cc:1916] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260608 09:50:50.491997  8095 catalog_manager.cc:4754] TS 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet a8975c76eafd4cceadd4604de5253e82: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111)
I20260608 09:50:50.496789  8274 tablet_service.cc:1558] Processing DeleteTablet for tablet f417dea99d364f898ca6086eacfae314 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:57954
W20260608 09:50:50.500195  8499 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:50.506294  8498 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:50.507139  8502 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:50.508119   602 server_base.cc:1061] running on GCE node
I20260608 09:50:50.508222  8496 ts_tablet_manager.cc:1929] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 09:50:50.508752  8496 log.cc:1199] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-1-root/wals/a8975c76eafd4cceadd4604de5253e82
I20260608 09:50:50.509356   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 09:50:50.509413  8496 ts_tablet_manager.cc:1950] T a8975c76eafd4cceadd4604de5253e82 P 6abce215cc68414d83c1f58d595cf033: Deleting consensus metadata
W20260608 09:50:50.509821   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:50.510114   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912250510094 us; error 0 us; skew 500 ppm
I20260608 09:50:50.511021   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:50.511636  8494 ts_tablet_manager.cc:1929] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 09:50:50.512019  8494 log.cc:1199] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-2-root/wals/a8975c76eafd4cceadd4604de5253e82
I20260608 09:50:50.512863  8095 catalog_manager.cc:5027] TS 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415): tablet a8975c76eafd4cceadd4604de5253e82 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:50.512949  8494 ts_tablet_manager.cc:1950] T a8975c76eafd4cceadd4604de5253e82 P 78e24442eb5e41029ccbb027f035b471: Deleting consensus metadata
I20260608 09:50:50.513610  8496 tablet_replica.cc:333] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: stopping tablet replica
I20260608 09:50:50.514364   602 webserver.cc:533] Webserver started at http://127.0.150.132:41405/ using document root <none> and password file <none>
I20260608 09:50:50.514741  8496 raft_consensus.cc:2243] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:50.515074   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:50.515377   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:50.515331  8496 raft_consensus.cc:2272] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:50.515955   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:50.516382  8096 catalog_manager.cc:5027] TS 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725): tablet a8975c76eafd4cceadd4604de5253e82 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:50.517419  8494 tablet_replica.cc:333] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: stopping tablet replica
I20260608 09:50:50.517488   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "60fdb0e993184842845b1b2355e72049"
format_stamp: "Formatted at 2026-06-08 09:50:50 on dist-test-slave-g93p"
I20260608 09:50:50.518186  8496 ts_tablet_manager.cc:1916] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:50.518622  8494 raft_consensus.cc:2243] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:50.519203  8494 raft_consensus.cc:2272] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:50.521807  8494 ts_tablet_manager.cc:1916] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:50.524530   602 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.004s
I20260608 09:50:50.529595  8506 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:50.530634   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 09:50:50.531003   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "60fdb0e993184842845b1b2355e72049"
format_stamp: "Formatted at 2026-06-08 09:50:50 on dist-test-slave-g93p"
I20260608 09:50:50.531379   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:50.533330  8494 ts_tablet_manager.cc:1929] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 09:50:50.533708  8494 log.cc:1199] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-2-root/wals/f417dea99d364f898ca6086eacfae314
I20260608 09:50:50.533627  8496 ts_tablet_manager.cc:1929] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 09:50:50.534322  8496 log.cc:1199] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-1-root/wals/824ca78595244c5a9426ea600d576fc0
I20260608 09:50:50.534634  8494 ts_tablet_manager.cc:1950] T f417dea99d364f898ca6086eacfae314 P 78e24442eb5e41029ccbb027f035b471: Deleting consensus metadata
I20260608 09:50:50.535044  8496 ts_tablet_manager.cc:1950] T 824ca78595244c5a9426ea600d576fc0 P 6abce215cc68414d83c1f58d595cf033: Deleting consensus metadata
I20260608 09:50:50.538149  8496 tablet_replica.cc:333] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: stopping tablet replica
I20260608 09:50:50.538549  8095 catalog_manager.cc:5027] TS 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415): tablet 824ca78595244c5a9426ea600d576fc0 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:50.538707  8096 catalog_manager.cc:5027] TS 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725): tablet f417dea99d364f898ca6086eacfae314 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:50.539057  8496 raft_consensus.cc:2243] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:50.539681  8496 raft_consensus.cc:2272] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:50.539893  8494 tablet_replica.cc:333] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: stopping tablet replica
I20260608 09:50:50.540895  8494 raft_consensus.cc:2243] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:50.541424  8494 raft_consensus.cc:2272] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:50.542887  8496 ts_tablet_manager.cc:1916] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:50.544003  8494 ts_tablet_manager.cc:1916] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:50.550333   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:50.551438   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:50.553014   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:50.557835  8496 ts_tablet_manager.cc:1929] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 09:50:50.558331  8496 log.cc:1199] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-1-root/wals/89bbdb31b7e64671b8216fbf604c3058
I20260608 09:50:50.558957  8494 ts_tablet_manager.cc:1929] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 09:50:50.559126  8496 ts_tablet_manager.cc:1950] T 89bbdb31b7e64671b8216fbf604c3058 P 6abce215cc68414d83c1f58d595cf033: Deleting consensus metadata
I20260608 09:50:50.559439  8494 log.cc:1199] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-2-root/wals/824ca78595244c5a9426ea600d576fc0
I20260608 09:50:50.560150  8494 ts_tablet_manager.cc:1950] T 824ca78595244c5a9426ea600d576fc0 P 78e24442eb5e41029ccbb027f035b471: Deleting consensus metadata
I20260608 09:50:50.562363  8496 tablet_replica.cc:333] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: stopping tablet replica
I20260608 09:50:50.562359   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:50.563059   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.001s	user 0.001s	sys 0.000s
I20260608 09:50:50.563453   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:50.563566  8496 raft_consensus.cc:2243] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:50.563756   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:50.563621  8096 catalog_manager.cc:5027] TS 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725): tablet 824ca78595244c5a9426ea600d576fc0 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:50.564471  8496 raft_consensus.cc:2272] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:50.564668  8494 tablet_replica.cc:333] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: stopping tablet replica
I20260608 09:50:50.565625  8494 raft_consensus.cc:2243] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:50.565771  8095 catalog_manager.cc:5027] TS 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415): tablet 89bbdb31b7e64671b8216fbf604c3058 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:50.566829  8494 raft_consensus.cc:2272] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:50.567302  8496 ts_tablet_manager.cc:1916] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:50.570163  8494 ts_tablet_manager.cc:1916] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:50.577093  8457 consensus_queue.cc:579] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Leader has been unable to successfully communicate with peer 3d9f4eea5083432fb94f23381d2d4881 for more than 1 seconds (1.429s)
I20260608 09:50:50.582669  8496 ts_tablet_manager.cc:1929] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 09:50:50.583209  8496 log.cc:1199] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-1-root/wals/f417dea99d364f898ca6086eacfae314
I20260608 09:50:50.583977  8496 ts_tablet_manager.cc:1950] T f417dea99d364f898ca6086eacfae314 P 6abce215cc68414d83c1f58d595cf033: Deleting consensus metadata
I20260608 09:50:50.585947  8494 ts_tablet_manager.cc:1929] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 09:50:50.586562  8494 log.cc:1199] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-2-root/wals/89bbdb31b7e64671b8216fbf604c3058
I20260608 09:50:50.587975  8494 ts_tablet_manager.cc:1950] T 89bbdb31b7e64671b8216fbf604c3058 P 78e24442eb5e41029ccbb027f035b471: Deleting consensus metadata
I20260608 09:50:50.591524  8096 catalog_manager.cc:5027] TS 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725): tablet 89bbdb31b7e64671b8216fbf604c3058 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:50.594033  8095 catalog_manager.cc:5027] TS 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415): tablet f417dea99d364f898ca6086eacfae314 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:50.599375  8412 consensus_queue.cc:579] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Leader has been unable to successfully communicate with peer 3d9f4eea5083432fb94f23381d2d4881 for more than 1 seconds (1.394s)
I20260608 09:50:50.643096   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:33145
I20260608 09:50:50.643253  8568 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:33145 every 8 connection(s)
I20260608 09:50:50.648916   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:50.657706  8572 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:50.659988  8573 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:50.669381   602 server_base.cc:1061] running on GCE node
W20260608 09:50:50.669728  8575 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:50.671116   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:50.671463   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:50.671737   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912250671716 us; error 0 us; skew 500 ppm
I20260608 09:50:50.671967  8569 heartbeater.cc:344] Connected to a master server at 127.0.150.190:41965
I20260608 09:50:50.672426  8569 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:50.672688   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:50.673527  8569 heartbeater.cc:507] Master 127.0.150.190:41965 requested a full tablet report, sending...
I20260608 09:50:50.675974   602 webserver.cc:533] Webserver started at http://127.0.150.129:34747/ using document root <none> and password file <none>
I20260608 09:50:50.676789   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:50.677042   602 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260608 09:50:50.677600  8105 ts_manager.cc:194] Registered new tserver with Master: 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145)
I20260608 09:50:50.679082  8105 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54616
I20260608 09:50:50.681598   602 fs_manager.cc:714] Time spent opening directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 09:50:50.685804  8580 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:50.686678   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 09:50:50.687008   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "3d9f4eea5083432fb94f23381d2d4881"
format_stamp: "Formatted at 2026-06-08 09:50:46 on dist-test-slave-g93p"
I20260608 09:50:50.687327   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:50.695107  8360 consensus_queue.cc:237] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:50.706207  8287 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:50.712186   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:50.718053   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:50.720268   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:50.723002  8412 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260608 09:50:50.731664  8325 consensus_peers.cc:597] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:50.735608  8591 ts_tablet_manager.cc:548] Loading tablet metadata (0/8 complete)
I20260608 09:50:50.736491  8457 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
W20260608 09:50:50.739243  8325 consensus_peers.cc:597] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 -> Peer 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145): Couldn't send request to peer 60fdb0e993184842845b1b2355e72049. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f9c5d2303e63435b99a11a3720546fdc. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:50.738566  8287 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:50.747709  8096 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f9c5d2303e63435b99a11a3720546fdc with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 3)
I20260608 09:50:50.753638  8105 catalog_manager.cc:5696] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 reported cstate change: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:50.755867  8360 consensus_queue.cc:237] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
W20260608 09:50:50.770097  8325 consensus_peers.cc:597] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 -> Peer 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145): Couldn't send request to peer 60fdb0e993184842845b1b2355e72049. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: ded4ee4653754601a01896030e142dd6. This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:50.777135  8325 consensus_peers.cc:597] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:50.775409  8287 raft_consensus.cc:1275] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:50.780695  8457 consensus_queue.cc:1048] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:50:50.790160  8430 raft_consensus.cc:2955] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:50.793803  8287 raft_consensus.cc:2955] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:50.796087   602 ts_tablet_manager.cc:585] Loaded tablet metadata (8 total tablets, 8 live tablets)
I20260608 09:50:50.796463   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.062s	user 0.002s	sys 0.000s
I20260608 09:50:50.796818   602 ts_tablet_manager.cc:600] Registering tablets (0/8 complete)
I20260608 09:50:50.799136  8096 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet ded4ee4653754601a01896030e142dd6 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 4)
W20260608 09:50:50.799973  8158 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 3d9f4eea5083432fb94f23381d2d4881 not available for placement
I20260608 09:50:50.804080  8591 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:50.809417  8110 catalog_manager.cc:5696] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 reported cstate change: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:50.827518  8287 consensus_queue.cc:237] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:50.836503  8591 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:50.837821  8591 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap complete.
I20260608 09:50:50.843938  8591 ts_tablet_manager.cc:1403] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.040s	user 0.027s	sys 0.012s
I20260608 09:50:50.847009  8591 raft_consensus.cc:359] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:50.847882  8591 raft_consensus.cc:740] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:50.848884  8591 consensus_queue.cc:260] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:50.849655  8360 raft_consensus.cc:1275] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Refusing update from remote peer 6abce215cc68414d83c1f58d595cf033: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:50.850929   602 ts_tablet_manager.cc:616] Registered 8 tablets
I20260608 09:50:50.851325   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.055s	user 0.042s	sys 0.004s
I20260608 09:50:50.851531  8488 consensus_queue.cc:1048] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [LEADER]: Connected to new peer: Peer: permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:50:50.868567  8488 raft_consensus.cc:2955] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
W20260608 09:50:50.874799  8251 consensus_peers.cc:597] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 -> Peer 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145): Couldn't send request to peer 60fdb0e993184842845b1b2355e72049. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4124380f25d54764b736437291f1a6e8. This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:50.875801  8251 consensus_peers.cc:597] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:50.875379  8361 consensus_queue.cc:237] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:50.878823  8591 ts_tablet_manager.cc:1434] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.034s	user 0.011s	sys 0.009s
I20260608 09:50:50.879874  8591 tablet_bootstrap.cc:492] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:50.883873  8359 raft_consensus.cc:2955] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:50.889741  8095 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 4124380f25d54764b736437291f1a6e8 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260608 09:50:50.897810  8105 catalog_manager.cc:5696] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 reported cstate change: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "6abce215cc68414d83c1f58d595cf033" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 09:50:50.901226  8325 consensus_peers.cc:597] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 -> Peer 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145): Couldn't send request to peer 60fdb0e993184842845b1b2355e72049. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d7c78fbce1424da78c74f2ac0b483821. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:50.907656  8287 raft_consensus.cc:1275] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:50.910780  8430 consensus_queue.cc:1048] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:50:50.913208  8591 tablet_bootstrap.cc:492] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:50.914170  8591 tablet_bootstrap.cc:492] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap complete.
I20260608 09:50:50.914919  8591 ts_tablet_manager.cc:1403] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.035s	user 0.016s	sys 0.006s
W20260608 09:50:50.916136  8325 consensus_peers.cc:597] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:50.918941  8591 raft_consensus.cc:359] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:50.919871  8591 raft_consensus.cc:740] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:50.921151  8591 consensus_queue.cc:260] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:50.924400  8591 ts_tablet_manager.cc:1434] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 09:50:50.925594  8591 tablet_bootstrap.cc:492] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:50.934861  8457 raft_consensus.cc:2955] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:50.936980  8287 raft_consensus.cc:2955] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:50.944881  8096 catalog_manager.cc:5209] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet d7c78fbce1424da78c74f2ac0b483821 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260608 09:50:50.950556  8105 catalog_manager.cc:5696] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 reported cstate change: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:50.951421  8591 tablet_bootstrap.cc:492] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap replayed 1/1 log segments. Stats: ops{read=0 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:50.952838  8591 tablet_bootstrap.cc:492] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap complete.
I20260608 09:50:50.953770  8591 ts_tablet_manager.cc:1403] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.028s	user 0.019s	sys 0.005s
I20260608 09:50:50.957345  8591 raft_consensus.cc:359] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:50.958236  8591 raft_consensus.cc:740] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:50.959445  8591 consensus_queue.cc:260] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:50.962723  8591 ts_tablet_manager.cc:1434] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 09:50:50.963568  8591 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:50.983310  8591 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:50.984460  8591 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap complete.
I20260608 09:50:50.985205  8591 ts_tablet_manager.cc:1403] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.003s
I20260608 09:50:50.988103  8591 raft_consensus.cc:359] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:50.988766  8591 raft_consensus.cc:740] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:50.989540  8591 consensus_queue.cc:260] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:50.991986  8591 ts_tablet_manager.cc:1434] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 09:50:50.992931  8591 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:51.000064   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:45807
I20260608 09:50:51.000234  8660 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:45807 every 8 connection(s)
I20260608 09:50:51.011034  8591 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:51.011889  8591 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap complete.
I20260608 09:50:51.012423  8591 ts_tablet_manager.cc:1403] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.000s
I20260608 09:50:51.015054  8591 raft_consensus.cc:359] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.015779  8591 raft_consensus.cc:740] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:51.016484  8591 consensus_queue.cc:260] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.018414  8661 heartbeater.cc:344] Connected to a master server at 127.0.150.190:41965
I20260608 09:50:51.018632  8591 ts_tablet_manager.cc:1434] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 09:50:51.018862  8661 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:51.019469  8591 tablet_bootstrap.cc:492] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:51.019574  8661 heartbeater.cc:507] Master 127.0.150.190:41965 requested a full tablet report, sending...
I20260608 09:50:51.024950  8110 ts_manager.cc:194] Re-registered known tserver with Master: 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807)
I20260608 09:50:51.032565  8591 tablet_bootstrap.cc:492] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 09:50:51.033546  8591 tablet_bootstrap.cc:492] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap complete.
I20260608 09:50:51.034198  8591 ts_tablet_manager.cc:1403] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.015s	user 0.014s	sys 0.000s
I20260608 09:50:51.036526  8110 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54618
I20260608 09:50:51.036626  8591 raft_consensus.cc:359] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.037333  8591 raft_consensus.cc:740] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:51.038029  8591 consensus_queue.cc:260] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.039525  8591 ts_tablet_manager.cc:1434] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 09:50:51.039422  8661 heartbeater.cc:499] Master 127.0.150.190:41965 was elected leader, sending a full tablet report...
I20260608 09:50:51.040575  8591 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:51.052884  8591 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=1 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:51.053723  8591 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap complete.
I20260608 09:50:51.054378  8591 ts_tablet_manager.cc:1403] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.007s
I20260608 09:50:51.056970  8591 raft_consensus.cc:359] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.057511  8591 raft_consensus.cc:740] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:51.058202  8591 consensus_queue.cc:260] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 1, Last appended: 1.1, Last appended by leader: 1, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.059748  8591 ts_tablet_manager.cc:1434] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 09:50:51.060482  8591 tablet_bootstrap.cc:492] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap starting.
I20260608 09:50:51.071668  8591 tablet_bootstrap.cc:492] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap replayed 1/1 log segments. Stats: ops{read=1 overwritten=0 applied=0 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 1 replicates
I20260608 09:50:51.072343  8591 tablet_bootstrap.cc:492] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Bootstrap complete.
I20260608 09:50:51.073226  8591 ts_tablet_manager.cc:1403] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.004s
I20260608 09:50:51.075434  8591 raft_consensus.cc:359] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.076043  8591 raft_consensus.cc:740] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d9f4eea5083432fb94f23381d2d4881, State: Initialized, Role: FOLLOWER
I20260608 09:50:51.076603  8591 consensus_queue.cc:260] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.078143  8591 ts_tablet_manager.cc:1434] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260608 09:50:51.107611  8625 tablet_service.cc:1558] Processing DeleteTablet for tablet 824ca78595244c5a9426ea600d576fc0 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:38232
I20260608 09:50:51.109025  8669 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:51.109746  8669 raft_consensus.cc:2243] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:51.110198  8669 pending_rounds.cc:70] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Trying to abort 1 pending ops.
I20260608 09:50:51.110426  8669 pending_rounds.cc:77] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616572586369024 op_type: NO_OP noop_request { }
I20260608 09:50:51.110742  8669 raft_consensus.cc:2889] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:51.111074  8669 raft_consensus.cc:2272] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:51.113456  8669 ts_tablet_manager.cc:1916] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:51.123772  8669 ts_tablet_manager.cc:1929] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 09:50:51.124023  8669 log.cc:1199] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root/wals/824ca78595244c5a9426ea600d576fc0
I20260608 09:50:51.124678  8669 ts_tablet_manager.cc:1950] T 824ca78595244c5a9426ea600d576fc0 P 3d9f4eea5083432fb94f23381d2d4881: Deleting consensus metadata
I20260608 09:50:51.127348  8095 catalog_manager.cc:5027] TS 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): tablet 824ca78595244c5a9426ea600d576fc0 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:51.127750  8625 tablet_service.cc:1558] Processing DeleteTablet for tablet f417dea99d364f898ca6086eacfae314 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:38232
I20260608 09:50:51.128479  8669 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:51.129155  8669 raft_consensus.cc:2243] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:51.129549  8669 pending_rounds.cc:70] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Trying to abort 1 pending ops.
I20260608 09:50:51.129799  8669 pending_rounds.cc:77] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616572943261696 op_type: NO_OP noop_request { }
I20260608 09:50:51.130141  8669 raft_consensus.cc:2889] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:50:51.130473  8669 raft_consensus.cc:2272] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:51.132669  8669 ts_tablet_manager.cc:1916] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:51.142045  8669 ts_tablet_manager.cc:1929] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260608 09:50:51.142388  8669 log.cc:1199] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root/wals/f417dea99d364f898ca6086eacfae314
I20260608 09:50:51.142979  8669 ts_tablet_manager.cc:1950] T f417dea99d364f898ca6086eacfae314 P 3d9f4eea5083432fb94f23381d2d4881: Deleting consensus metadata
I20260608 09:50:51.145355  8095 catalog_manager.cc:5027] TS 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): tablet f417dea99d364f898ca6086eacfae314 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:51.165354  8625 tablet_service.cc:1558] Processing DeleteTablet for tablet 89bbdb31b7e64671b8216fbf604c3058 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:38232
I20260608 09:50:51.166052  8669 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:51.166745  8669 raft_consensus.cc:2243] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:51.167203  8669 raft_consensus.cc:2272] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:51.169610  8669 ts_tablet_manager.cc:1916] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:51.176174  8625 tablet_service.cc:1558] Processing DeleteTablet for tablet a8975c76eafd4cceadd4604de5253e82 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-08 09:50:50 UTC) from {username='slave'} at 127.0.0.1:38232
I20260608 09:50:51.180373  8669 ts_tablet_manager.cc:1929] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 09:50:51.180799  8669 log.cc:1199] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root/wals/89bbdb31b7e64671b8216fbf604c3058
I20260608 09:50:51.181362  8669 ts_tablet_manager.cc:1950] T 89bbdb31b7e64671b8216fbf604c3058 P 3d9f4eea5083432fb94f23381d2d4881: Deleting consensus metadata
I20260608 09:50:51.184302  8669 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:51.185362  8670 ts_tablet_manager.cc:933] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Initiating tablet copy from peer 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:51.185611  8669 raft_consensus.cc:2243] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:51.186235  8669 raft_consensus.cc:2272] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:51.187237  8095 catalog_manager.cc:5027] TS 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): tablet 89bbdb31b7e64671b8216fbf604c3058 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:51.188895  8670 tablet_copy_client.cc:323] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:45725
I20260608 09:50:51.189570  8669 ts_tablet_manager.cc:1916] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260608 09:50:51.205211  8636 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:51.215018  8669 ts_tablet_manager.cc:1929] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 0.0
I20260608 09:50:51.215538  8669 log.cc:1199] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root/wals/a8975c76eafd4cceadd4604de5253e82
I20260608 09:50:51.216002  8371 tablet_copy_service.cc:140] P 78e24442eb5e41029ccbb027f035b471: Received BeginTabletCopySession request for tablet f9c5d2303e63435b99a11a3720546fdc from peer 60fdb0e993184842845b1b2355e72049 ({username='slave'} at 127.0.0.1:35350)
I20260608 09:50:51.216315  8669 ts_tablet_manager.cc:1950] T a8975c76eafd4cceadd4604de5253e82 P 3d9f4eea5083432fb94f23381d2d4881: Deleting consensus metadata
I20260608 09:50:51.216662  8371 tablet_copy_service.cc:161] P 78e24442eb5e41029ccbb027f035b471: Beginning new tablet copy session on tablet f9c5d2303e63435b99a11a3720546fdc from peer 60fdb0e993184842845b1b2355e72049 at {username='slave'} at 127.0.0.1:35350: session id = 60fdb0e993184842845b1b2355e72049-f9c5d2303e63435b99a11a3720546fdc
I20260608 09:50:51.219779  8095 catalog_manager.cc:5027] TS 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): tablet a8975c76eafd4cceadd4604de5253e82 (table dugtrio [id=dfe2cc84ec9a42bdbad0fc3ab6ebb1e5]) successfully deleted
I20260608 09:50:51.223345  8371 tablet_copy_source_session.cc:215] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:51.226163  8670 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9c5d2303e63435b99a11a3720546fdc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:51.236534  8670 tablet_copy_client.cc:806] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:51.237036  8670 tablet_copy_client.cc:670] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:51.240255  8670 tablet_copy_client.cc:538] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:51.245769  8670 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Bootstrap starting.
I20260608 09:50:51.261633  8670 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:51.262408  8670 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Bootstrap complete.
I20260608 09:50:51.263082  8670 ts_tablet_manager.cc:1403] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Time spent bootstrapping tablet: real 0.017s	user 0.016s	sys 0.004s
I20260608 09:50:51.266211  8670 raft_consensus.cc:359] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.267201  8670 raft_consensus.cc:740] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 60fdb0e993184842845b1b2355e72049, State: Initialized, Role: LEARNER
I20260608 09:50:51.266749  8636 raft_consensus.cc:2955] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:51.267928  8670 consensus_queue.cc:260] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.270469  8569 heartbeater.cc:499] Master 127.0.150.190:41965 was elected leader, sending a full tablet report...
I20260608 09:50:51.270987  8670 ts_tablet_manager.cc:1434] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.001s
I20260608 09:50:51.272951  8371 tablet_copy_service.cc:342] P 78e24442eb5e41029ccbb027f035b471: Request end of tablet copy session 60fdb0e993184842845b1b2355e72049-f9c5d2303e63435b99a11a3720546fdc received from {username='slave'} at 127.0.0.1:35350
I20260608 09:50:51.273360  8371 tablet_copy_service.cc:434] P 78e24442eb5e41029ccbb027f035b471: ending tablet copy session 60fdb0e993184842845b1b2355e72049-f9c5d2303e63435b99a11a3720546fdc on tablet f9c5d2303e63435b99a11a3720546fdc with peer 60fdb0e993184842845b1b2355e72049
I20260608 09:50:51.285436  8670 ts_tablet_manager.cc:933] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: Initiating tablet copy from peer 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:51.287106  8670 tablet_copy_client.cc:323] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:45725
I20260608 09:50:51.288422  8371 tablet_copy_service.cc:140] P 78e24442eb5e41029ccbb027f035b471: Received BeginTabletCopySession request for tablet ded4ee4653754601a01896030e142dd6 from peer 60fdb0e993184842845b1b2355e72049 ({username='slave'} at 127.0.0.1:35350)
I20260608 09:50:51.288924  8371 tablet_copy_service.cc:161] P 78e24442eb5e41029ccbb027f035b471: Beginning new tablet copy session on tablet ded4ee4653754601a01896030e142dd6 from peer 60fdb0e993184842845b1b2355e72049 at {username='slave'} at 127.0.0.1:35350: session id = 60fdb0e993184842845b1b2355e72049-ded4ee4653754601a01896030e142dd6
I20260608 09:50:51.293701  8371 tablet_copy_source_session.cc:215] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:51.296095  8670 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ded4ee4653754601a01896030e142dd6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:51.306149  8670 tablet_copy_client.cc:806] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:51.306592  8670 tablet_copy_client.cc:670] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:51.309563  8670 tablet_copy_client.cc:538] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:51.315207  8670 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: Bootstrap starting.
I20260608 09:50:51.329763  8670 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:51.330488  8670 tablet_bootstrap.cc:492] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: Bootstrap complete.
I20260608 09:50:51.331014  8670 ts_tablet_manager.cc:1403] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.005s
I20260608 09:50:51.333348  8670 raft_consensus.cc:359] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.334008  8670 raft_consensus.cc:740] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 60fdb0e993184842845b1b2355e72049, State: Initialized, Role: LEARNER
I20260608 09:50:51.334514  8670 consensus_queue.cc:260] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.336062  8670 ts_tablet_manager.cc:1434] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 09:50:51.337675  8371 tablet_copy_service.cc:342] P 78e24442eb5e41029ccbb027f035b471: Request end of tablet copy session 60fdb0e993184842845b1b2355e72049-ded4ee4653754601a01896030e142dd6 received from {username='slave'} at 127.0.0.1:35350
I20260608 09:50:51.338100  8371 tablet_copy_service.cc:434] P 78e24442eb5e41029ccbb027f035b471: ending tablet copy session 60fdb0e993184842845b1b2355e72049-ded4ee4653754601a01896030e142dd6 on tablet ded4ee4653754601a01896030e142dd6 with peer 60fdb0e993184842845b1b2355e72049
I20260608 09:50:51.465133  8670 ts_tablet_manager.cc:933] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: Initiating tablet copy from peer 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415)
I20260608 09:50:51.466876  8670 tablet_copy_client.cc:323] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.130:33415
I20260608 09:50:51.467667  8636 raft_consensus.cc:2955] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:51.477308  8297 tablet_copy_service.cc:140] P 6abce215cc68414d83c1f58d595cf033: Received BeginTabletCopySession request for tablet 4124380f25d54764b736437291f1a6e8 from peer 60fdb0e993184842845b1b2355e72049 ({username='slave'} at 127.0.0.1:53784)
I20260608 09:50:51.478001  8297 tablet_copy_service.cc:161] P 6abce215cc68414d83c1f58d595cf033: Beginning new tablet copy session on tablet 4124380f25d54764b736437291f1a6e8 from peer 60fdb0e993184842845b1b2355e72049 at {username='slave'} at 127.0.0.1:53784: session id = 60fdb0e993184842845b1b2355e72049-4124380f25d54764b736437291f1a6e8
I20260608 09:50:51.484850  8297 tablet_copy_source_session.cc:215] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:51.487699  8670 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4124380f25d54764b736437291f1a6e8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:51.498730  8670 tablet_copy_client.cc:806] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:51.499141  8670 tablet_copy_client.cc:670] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:51.502435  8670 tablet_copy_client.cc:538] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:51.507477  8670 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: Bootstrap starting.
I20260608 09:50:51.520843  8685 ts_tablet_manager.cc:933] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: Initiating tablet copy from peer 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:51.522717  8685 tablet_copy_client.cc:323] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:45725
I20260608 09:50:51.522794  8670 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:51.523758  8670 tablet_bootstrap.cc:492] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: Bootstrap complete.
I20260608 09:50:51.524359  8670 ts_tablet_manager.cc:1403] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: Time spent bootstrapping tablet: real 0.017s	user 0.016s	sys 0.001s
I20260608 09:50:51.524528  8371 tablet_copy_service.cc:140] P 78e24442eb5e41029ccbb027f035b471: Received BeginTabletCopySession request for tablet d7c78fbce1424da78c74f2ac0b483821 from peer 60fdb0e993184842845b1b2355e72049 ({username='slave'} at 127.0.0.1:35350)
I20260608 09:50:51.525105  8371 tablet_copy_service.cc:161] P 78e24442eb5e41029ccbb027f035b471: Beginning new tablet copy session on tablet d7c78fbce1424da78c74f2ac0b483821 from peer 60fdb0e993184842845b1b2355e72049 at {username='slave'} at 127.0.0.1:35350: session id = 60fdb0e993184842845b1b2355e72049-d7c78fbce1424da78c74f2ac0b483821
I20260608 09:50:51.527240  8670 raft_consensus.cc:359] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.528034  8670 raft_consensus.cc:740] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 60fdb0e993184842845b1b2355e72049, State: Initialized, Role: LEARNER
I20260608 09:50:51.528657  8670 consensus_queue.cc:260] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.530719  8670 ts_tablet_manager.cc:1434] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260608 09:50:51.532474  8371 tablet_copy_source_session.cc:215] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:51.532666  8297 tablet_copy_service.cc:342] P 6abce215cc68414d83c1f58d595cf033: Request end of tablet copy session 60fdb0e993184842845b1b2355e72049-4124380f25d54764b736437291f1a6e8 received from {username='slave'} at 127.0.0.1:53784
I20260608 09:50:51.533175  8297 tablet_copy_service.cc:434] P 6abce215cc68414d83c1f58d595cf033: ending tablet copy session 60fdb0e993184842845b1b2355e72049-4124380f25d54764b736437291f1a6e8 on tablet 4124380f25d54764b736437291f1a6e8 with peer 60fdb0e993184842845b1b2355e72049
I20260608 09:50:51.537245  8685 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7c78fbce1424da78c74f2ac0b483821. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:51.538533  8636 raft_consensus.cc:2955] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:51.552155  8685 tablet_copy_client.cc:806] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:51.552834  8685 tablet_copy_client.cc:670] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:51.556449  8685 tablet_copy_client.cc:538] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:51.562369  8685 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: Bootstrap starting.
I20260608 09:50:51.576797  8685 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: Bootstrap replayed 1/1 log segments. Stats: ops{read=2 overwritten=0 applied=2 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:51.577464  8685 tablet_bootstrap.cc:492] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: Bootstrap complete.
I20260608 09:50:51.578066  8685 ts_tablet_manager.cc:1403] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: Time spent bootstrapping tablet: real 0.016s	user 0.016s	sys 0.000s
I20260608 09:50:51.580487  8685 raft_consensus.cc:359] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.581074  8685 raft_consensus.cc:740] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 60fdb0e993184842845b1b2355e72049, State: Initialized, Role: LEARNER
I20260608 09:50:51.581585  8685 consensus_queue.cc:260] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.583659  8685 ts_tablet_manager.cc:1434] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260608 09:50:51.585392  8371 tablet_copy_service.cc:342] P 78e24442eb5e41029ccbb027f035b471: Request end of tablet copy session 60fdb0e993184842845b1b2355e72049-d7c78fbce1424da78c74f2ac0b483821 received from {username='slave'} at 127.0.0.1:35350
I20260608 09:50:51.585830  8371 tablet_copy_service.cc:434] P 78e24442eb5e41029ccbb027f035b471: ending tablet copy session 60fdb0e993184842845b1b2355e72049-d7c78fbce1424da78c74f2ac0b483821 on tablet d7c78fbce1424da78c74f2ac0b483821 with peer 60fdb0e993184842845b1b2355e72049
I20260608 09:50:51.628263  8544 raft_consensus.cc:1217] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:50:51.633437  8361 consensus_queue.cc:237] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.638648  8287 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:51.638993  8636 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:51.640102  8690 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:51.640801  8689 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:51.647045  8430 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.648831  8287 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.649206  8636 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.655655  8096 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet f9c5d2303e63435b99a11a3720546fdc with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:51.662212  8105 catalog_manager.cc:5696] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 reported cstate change: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.686587  8534 tablet_service.cc:1558] Processing DeleteTablet for tablet f9c5d2303e63435b99a11a3720546fdc with delete_type TABLET_DATA_TOMBSTONED (TS 60fdb0e993184842845b1b2355e72049 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:39046
I20260608 09:50:51.690088  8544 raft_consensus.cc:1217] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260608 09:50:51.690335  8696 tablet_replica.cc:333] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: stopping tablet replica
I20260608 09:50:51.691341  8696 raft_consensus.cc:2243] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:50:51.691965  8696 raft_consensus.cc:2272] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:50:51.695094  8696 ts_tablet_manager.cc:1916] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:50:51.706465  8696 ts_tablet_manager.cc:1929] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 09:50:51.706830  8696 log.cc:1199] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-3-root/wals/f9c5d2303e63435b99a11a3720546fdc
I20260608 09:50:51.708215  8095 catalog_manager.cc:5027] TS 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145): tablet f9c5d2303e63435b99a11a3720546fdc (table test-workload [id=f7db9b2ca2a247afa7560818c9110575]) successfully deleted
I20260608 09:50:51.814366  8361 consensus_queue.cc:237] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.820446  8287 raft_consensus.cc:1275] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:51.820873  8636 raft_consensus.cc:1275] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:51.821831  8689 consensus_queue.cc:1048] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:51.822926  8690 consensus_queue.cc:1048] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 09:50:51.826728  8158 auto_rebalancer.cc:591] Failed to schedule move for tablet 4124380f25d54764b736437291f1a6e8: Invalid argument: Server with UUID 60fdb0e993184842845b1b2355e72049 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.832840  8430 raft_consensus.cc:2955] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.838603  8287 raft_consensus.cc:2955] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.841949  8096 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet ded4ee4653754601a01896030e142dd6 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:51.838979  8636 raft_consensus.cc:2955] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.844661  8109 catalog_manager.cc:5696] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 reported cstate change: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } }
W20260608 09:50:51.847070  8158 auto_rebalancer.cc:591] Failed to schedule move for tablet ded4ee4653754601a01896030e142dd6: Illegal state: Request specified cas_config_opid_index of 2 but the committed config has opid_index of 3
I20260608 09:50:51.852675  8361 consensus_queue.cc:237] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:51.857380  8534 tablet_service.cc:1558] Processing DeleteTablet for tablet ded4ee4653754601a01896030e142dd6 with delete_type TABLET_DATA_TOMBSTONED (TS 60fdb0e993184842845b1b2355e72049 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:39046
I20260608 09:50:51.858434  8696 tablet_replica.cc:333] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: stopping tablet replica
I20260608 09:50:51.859280  8696 raft_consensus.cc:2243] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:50:51.859779  8696 raft_consensus.cc:2272] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:50:51.859898  8287 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
W20260608 09:50:51.859979  8325 consensus_peers.cc:597] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 -> Peer 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145): Couldn't send request to peer 60fdb0e993184842845b1b2355e72049. Error code: TABLET_NOT_FOUND (6). Status: Illegal state: Tablet not RUNNING: STOPPED. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:51.861351  8636 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:51.862754  8696 ts_tablet_manager.cc:1916] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:50:51.862535  8690 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:51.863552  8430 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:51.870868  8690 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:51.872997  8287 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:51.878110  8636 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:51.879619  8696 ts_tablet_manager.cc:1929] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 09:50:51.880117  8696 log.cc:1199] T ded4ee4653754601a01896030e142dd6 P 60fdb0e993184842845b1b2355e72049: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-3-root/wals/ded4ee4653754601a01896030e142dd6
I20260608 09:50:51.881805  8095 catalog_manager.cc:5027] TS 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145): tablet ded4ee4653754601a01896030e142dd6 (table test-workload [id=f7db9b2ca2a247afa7560818c9110575]) successfully deleted
I20260608 09:50:51.890681  8105 catalog_manager.cc:5696] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 reported cstate change: config changed from index 3 to 4, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } } }
I20260608 09:50:51.967970  8361 consensus_queue.cc:237] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:51.973663  8287 raft_consensus.cc:1275] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:51.974153  8636 raft_consensus.cc:1275] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:51.975481  8430 consensus_queue.cc:1048] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:51.976320  8689 consensus_queue.cc:1048] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:51.982782  8690 raft_consensus.cc:2955] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.984728  8636 raft_consensus.cc:2955] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.986475  8287 raft_consensus.cc:2955] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:51.992496  8096 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet d7c78fbce1424da78c74f2ac0b483821 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:51.997502  8109 catalog_manager.cc:5696] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 reported cstate change: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:52.013067  8534 tablet_service.cc:1558] Processing DeleteTablet for tablet d7c78fbce1424da78c74f2ac0b483821 with delete_type TABLET_DATA_TOMBSTONED (TS 60fdb0e993184842845b1b2355e72049 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:39046
I20260608 09:50:52.014379  8696 tablet_replica.cc:333] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: stopping tablet replica
I20260608 09:50:52.024612  8696 raft_consensus.cc:2243] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:50:52.025532  8696 raft_consensus.cc:2272] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:50:52.030890  8696 ts_tablet_manager.cc:1916] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:50:52.047256  8696 ts_tablet_manager.cc:1929] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 09:50:52.048280  8696 log.cc:1199] T d7c78fbce1424da78c74f2ac0b483821 P 60fdb0e993184842845b1b2355e72049: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-3-root/wals/d7c78fbce1424da78c74f2ac0b483821
I20260608 09:50:52.050053  8095 catalog_manager.cc:5027] TS 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145): tablet d7c78fbce1424da78c74f2ac0b483821 (table test-workload [id=f7db9b2ca2a247afa7560818c9110575]) successfully deleted
I20260608 09:50:52.054039  8287 consensus_queue.cc:237] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } }
I20260608 09:50:52.059988  8361 raft_consensus.cc:1275] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Refusing update from remote peer 6abce215cc68414d83c1f58d595cf033: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:52.060187  8636 raft_consensus.cc:1275] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Refusing update from remote peer 6abce215cc68414d83c1f58d595cf033: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:52.061468  8707 consensus_queue.cc:1048] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [LEADER]: Connected to new peer: Peer: permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:52.062175  8705 consensus_queue.cc:1048] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:52.069228  8705 raft_consensus.cc:2955] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:52.071242  8636 raft_consensus.cc:2955] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:52.073551  8361 raft_consensus.cc:2955] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } }
I20260608 09:50:52.078569  8095 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 4124380f25d54764b736437291f1a6e8 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:52.083801  8105 catalog_manager.cc:5696] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 reported cstate change: config changed from index 2 to 3, NON_VOTER 60fdb0e993184842845b1b2355e72049 (127.0.150.132) evicted. New cstate: current_term: 1 leader_uuid: "6abce215cc68414d83c1f58d595cf033" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:52.096925  8534 tablet_service.cc:1558] Processing DeleteTablet for tablet 4124380f25d54764b736437291f1a6e8 with delete_type TABLET_DATA_TOMBSTONED (TS 60fdb0e993184842845b1b2355e72049 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:39046
I20260608 09:50:52.097972  8696 tablet_replica.cc:333] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: stopping tablet replica
I20260608 09:50:52.098721  8696 raft_consensus.cc:2243] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:50:52.099205  8696 raft_consensus.cc:2272] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:50:52.101830  8696 ts_tablet_manager.cc:1916] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:50:52.116864  8696 ts_tablet_manager.cc:1929] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260608 09:50:52.117246  8696 log.cc:1199] T 4124380f25d54764b736437291f1a6e8 P 60fdb0e993184842845b1b2355e72049: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-3-root/wals/4124380f25d54764b736437291f1a6e8
I20260608 09:50:52.118853  8095 catalog_manager.cc:5027] TS 60fdb0e993184842845b1b2355e72049 (127.0.150.132:33145): tablet 4124380f25d54764b736437291f1a6e8 (table test-workload [id=f7db9b2ca2a247afa7560818c9110575]) successfully deleted
I20260608 09:50:52.468097  8710 ts_tablet_manager.cc:933] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Initiating tablet copy from peer 78e24442eb5e41029ccbb027f035b471 (127.0.150.131:45725)
I20260608 09:50:52.469997  8710 tablet_copy_client.cc:323] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:45725
I20260608 09:50:52.471570  8371 tablet_copy_service.cc:140] P 78e24442eb5e41029ccbb027f035b471: Received BeginTabletCopySession request for tablet f9c5d2303e63435b99a11a3720546fdc from peer 60fdb0e993184842845b1b2355e72049 ({username='slave'} at 127.0.0.1:35350)
I20260608 09:50:52.472087  8371 tablet_copy_service.cc:161] P 78e24442eb5e41029ccbb027f035b471: Beginning new tablet copy session on tablet f9c5d2303e63435b99a11a3720546fdc from peer 60fdb0e993184842845b1b2355e72049 at {username='slave'} at 127.0.0.1:35350: session id = 60fdb0e993184842845b1b2355e72049-f9c5d2303e63435b99a11a3720546fdc
I20260608 09:50:52.477099  8371 tablet_copy_source_session.cc:215] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:50:52.479558  8710 ts_tablet_manager.cc:1916] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260608 09:50:52.491197  8710 ts_tablet_manager.cc:1929] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260608 09:50:52.492058  8710 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9c5d2303e63435b99a11a3720546fdc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:52.498026  8710 tablet_copy_client.cc:806] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 0 data blocks...
I20260608 09:50:52.498698  8710 tablet_copy_client.cc:670] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet copy: Starting download of 1 WAL segments...
I20260608 09:50:52.502301  8710 tablet_copy_client.cc:538] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:50:52.508131  8710 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Bootstrap starting.
I20260608 09:50:52.527685  8710 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Bootstrap replayed 1/1 log segments. Stats: ops{read=4 overwritten=0 applied=4 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:50:52.528422  8710 tablet_bootstrap.cc:492] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Bootstrap complete.
I20260608 09:50:52.528981  8710 ts_tablet_manager.cc:1403] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.003s
I20260608 09:50:52.531250  8710 raft_consensus.cc:359] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:52.531863  8710 raft_consensus.cc:740] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 60fdb0e993184842845b1b2355e72049, State: Initialized, Role: LEARNER
I20260608 09:50:52.532400  8710 consensus_queue.cc:260] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: true } }
I20260608 09:50:52.534998  8710 ts_tablet_manager.cc:1434] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.001s
I20260608 09:50:52.536728  8371 tablet_copy_service.cc:342] P 78e24442eb5e41029ccbb027f035b471: Request end of tablet copy session 60fdb0e993184842845b1b2355e72049-f9c5d2303e63435b99a11a3720546fdc received from {username='slave'} at 127.0.0.1:35350
I20260608 09:50:52.537164  8371 tablet_copy_service.cc:434] P 78e24442eb5e41029ccbb027f035b471: ending tablet copy session 60fdb0e993184842845b1b2355e72049-f9c5d2303e63435b99a11a3720546fdc on tablet f9c5d2303e63435b99a11a3720546fdc with peer 60fdb0e993184842845b1b2355e72049
I20260608 09:50:52.926900  8544 raft_consensus.cc:1217] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260608 09:50:53.400130  8714 raft_consensus.cc:1064] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471: attempting to promote NON_VOTER 60fdb0e993184842845b1b2355e72049 to VOTER
I20260608 09:50:53.404512  8714 consensus_queue.cc:237] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [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: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } }
I20260608 09:50:53.413983  8287 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 09:50:53.413983  8544 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 LEARNER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 09:50:53.416639  8715 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 09:50:53.418781  8635 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 4. Preceding OpId from leader: term: 1 index: 5. (index mismatch)
I20260608 09:50:53.419483  8718 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260608 09:50:53.421260  8714 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260608 09:50:53.442530  8715 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 60fdb0e993184842845b1b2355e72049 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } } }
I20260608 09:50:53.444564  8635 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 60fdb0e993184842845b1b2355e72049 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } } }
I20260608 09:50:53.445559  8286 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 60fdb0e993184842845b1b2355e72049 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } } }
I20260608 09:50:53.457957  8544 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 60fdb0e993184842845b1b2355e72049 (127.0.150.132) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } } }
I20260608 09:50:53.467252  8110 catalog_manager.cc:5696] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 reported cstate change: config changed from index 4 to 5, 60fdb0e993184842845b1b2355e72049 (127.0.150.132) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "3d9f4eea5083432fb94f23381d2d4881" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45807 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260608 09:50:53.499442  8361 consensus_queue.cc:237] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [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: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } }
I20260608 09:50:53.504976  8544 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 09:50:53.505226  8286 raft_consensus.cc:1275] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Refusing update from remote peer 78e24442eb5e41029ccbb027f035b471: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 1 index: 6. (index mismatch)
I20260608 09:50:53.506465  8718 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 09:50:53.507486  8430 consensus_queue.cc:1048] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260608 09:50:53.514072  8715 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } } }
I20260608 09:50:53.515789  8286 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } } }
I20260608 09:50:53.522754  8544 raft_consensus.cc:2955] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } } }
I20260608 09:50:53.525364  8096 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet f9c5d2303e63435b99a11a3720546fdc with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:53.528627  8105 catalog_manager.cc:5696] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 reported cstate change: config changed from index 5 to 6, VOTER 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129) evicted. New cstate: current_term: 1 leader_uuid: "78e24442eb5e41029ccbb027f035b471" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "6abce215cc68414d83c1f58d595cf033" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33415 } } peers { permanent_uuid: "78e24442eb5e41029ccbb027f035b471" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 45725 } } peers { permanent_uuid: "60fdb0e993184842845b1b2355e72049" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 33145 } attrs { promote: false } } }
I20260608 09:50:53.540936  8625 tablet_service.cc:1558] Processing DeleteTablet for tablet f9c5d2303e63435b99a11a3720546fdc with delete_type TABLET_DATA_TOMBSTONED (TS 3d9f4eea5083432fb94f23381d2d4881 not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:38232
I20260608 09:50:53.546857  8728 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:53.547957  8728 raft_consensus.cc:2243] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:53.548874  8728 raft_consensus.cc:2272] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:53.552629  8728 ts_tablet_manager.cc:1916] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260608 09:50:53.564510  8728 ts_tablet_manager.cc:1929] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260608 09:50:53.564857  8728 log.cc:1199] T f9c5d2303e63435b99a11a3720546fdc P 3d9f4eea5083432fb94f23381d2d4881: Deleting WAL directory at /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1780912041960821-602-0/minicluster-data/ts-0-root/wals/f9c5d2303e63435b99a11a3720546fdc
I20260608 09:50:53.566562  8095 catalog_manager.cc:5027] TS 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): tablet f9c5d2303e63435b99a11a3720546fdc (table test-workload [id=f7db9b2ca2a247afa7560818c9110575]) successfully deleted
W20260608 09:50:54.542668  8158 auto_rebalancer.cc:259] Could not retrieve cluster info: Not found: tserver 6abce215cc68414d83c1f58d595cf033 not available for placement
I20260608 09:50:55.036669   602 tablet_server.cc:179] TabletServer@127.0.150.129:45807 shutting down...
I20260608 09:50:55.065341   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:55.066186   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:55.066815   602 raft_consensus.cc:2243] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:55.067597   602 raft_consensus.cc:2272] T d7c78fbce1424da78c74f2ac0b483821 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.069972   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:55.070466   602 raft_consensus.cc:2243] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:55.071166   602 raft_consensus.cc:2272] T ded4ee4653754601a01896030e142dd6 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.073609   602 tablet_replica.cc:333] stopping tablet replica
I20260608 09:50:55.074187   602 raft_consensus.cc:2243] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:55.074865   602 raft_consensus.cc:2272] T 4124380f25d54764b736437291f1a6e8 P 3d9f4eea5083432fb94f23381d2d4881 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.100433   602 tablet_server.cc:196] TabletServer@127.0.150.129:45807 shutdown complete.
I20260608 09:50:55.124302   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
W20260608 09:50:55.137631  8251 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111) [suppressed 39 similar messages]
W20260608 09:50:55.142874  8251 consensus_peers.cc:597] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:55.149288   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:55.150136   602 tablet_replica.cc:333] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033: stopping tablet replica
I20260608 09:50:55.150763   602 raft_consensus.cc:2243] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:55.151487   602 raft_consensus.cc:2272] T ded4ee4653754601a01896030e142dd6 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.153863   602 tablet_replica.cc:333] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033: stopping tablet replica
I20260608 09:50:55.154454   602 raft_consensus.cc:2243] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:55.155368   602 raft_consensus.cc:2272] T f9c5d2303e63435b99a11a3720546fdc P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.157423   602 tablet_replica.cc:333] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033: stopping tablet replica
I20260608 09:50:55.157936   602 raft_consensus.cc:2243] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:55.158818   602 raft_consensus.cc:2272] T 4124380f25d54764b736437291f1a6e8 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.161079   602 tablet_replica.cc:333] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033: stopping tablet replica
I20260608 09:50:55.161568   602 raft_consensus.cc:2243] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:55.162220   602 raft_consensus.cc:2272] T d7c78fbce1424da78c74f2ac0b483821 P 6abce215cc68414d83c1f58d595cf033 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.188186   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
W20260608 09:50:55.205229  8325 consensus_peers.cc:597] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:55.213547   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
W20260608 09:50:55.223500  8325 consensus_peers.cc:597] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 -> Peer 3d9f4eea5083432fb94f23381d2d4881 (127.0.150.129:45807): Couldn't send request to peer 3d9f4eea5083432fb94f23381d2d4881. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:45807: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:50:55.232241  8325 consensus_peers.cc:597] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 -> Peer 6abce215cc68414d83c1f58d595cf033 (127.0.150.130:33415): Couldn't send request to peer 6abce215cc68414d83c1f58d595cf033. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:33415: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:55.244124   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:55.244930   602 tablet_replica.cc:333] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471: stopping tablet replica
I20260608 09:50:55.245556   602 raft_consensus.cc:2243] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:55.246537   602 raft_consensus.cc:2272] T d7c78fbce1424da78c74f2ac0b483821 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.248849   602 tablet_replica.cc:333] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471: stopping tablet replica
I20260608 09:50:55.249382   602 raft_consensus.cc:2243] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:55.250299   602 raft_consensus.cc:2272] T ded4ee4653754601a01896030e142dd6 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.252425   602 tablet_replica.cc:333] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471: stopping tablet replica
I20260608 09:50:55.252995   602 raft_consensus.cc:2243] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:55.253757   602 raft_consensus.cc:2272] T f9c5d2303e63435b99a11a3720546fdc P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.255923   602 tablet_replica.cc:333] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471: stopping tablet replica
I20260608 09:50:55.256399   602 raft_consensus.cc:2243] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:55.257045   602 raft_consensus.cc:2272] T 4124380f25d54764b736437291f1a6e8 P 78e24442eb5e41029ccbb027f035b471 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.281688   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:50:55.303748   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:50:55.327488   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:50:55.328248   602 tablet_replica.cc:333] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049: stopping tablet replica
I20260608 09:50:55.328799   602 raft_consensus.cc:2243] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:50:55.329298   602 raft_consensus.cc:2272] T f9c5d2303e63435b99a11a3720546fdc P 60fdb0e993184842845b1b2355e72049 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.352775   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:50:55.368827   602 master.cc:562] Master@127.0.150.190:41965 shutting down...
I20260608 09:50:55.388586   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:50:55.389164   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:50:55.389531   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P ee96b140ab394c978e601034141bde6e: stopping tablet replica
I20260608 09:50:55.410269   602 master.cc:584] Master@127.0.150.190:41965 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (8797 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260608 09:50:55.451839   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:34591
I20260608 09:50:55.453121   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:55.458755  8733 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:55.459640  8734 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:55.460512   602 server_base.cc:1061] running on GCE node
W20260608 09:50:55.460426  8736 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:55.461679   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:55.461859   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:55.462037   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912255462024 us; error 0 us; skew 500 ppm
I20260608 09:50:55.462544   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:55.464877   602 webserver.cc:533] Webserver started at http://127.0.150.190:44599/ using document root <none> and password file <none>
I20260608 09:50:55.465335   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:55.465499   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:55.465730   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:55.466827   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "7a5d3b727eff48da81b31b2901efc8ff"
format_stamp: "Formatted at 2026-06-08 09:50:55 on dist-test-slave-g93p"
I20260608 09:50:55.471292   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:50:55.474823  8741 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.475795   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 09:50:55.476112   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "7a5d3b727eff48da81b31b2901efc8ff"
format_stamp: "Formatted at 2026-06-08 09:50:55 on dist-test-slave-g93p"
I20260608 09:50:55.476393   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:55.499470   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:55.500747   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:55.538288   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:34591
I20260608 09:50:55.538403  8792 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:34591 every 8 connection(s)
I20260608 09:50:55.542491  8793 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:55.552966  8793 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff: Bootstrap starting.
I20260608 09:50:55.558028  8793 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:55.562191  8793 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff: No bootstrap required, opened a new log
I20260608 09:50:55.564410  8793 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7a5d3b727eff48da81b31b2901efc8ff" member_type: VOTER }
I20260608 09:50:55.564797  8793 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:55.565026  8793 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a5d3b727eff48da81b31b2901efc8ff, State: Initialized, Role: FOLLOWER
I20260608 09:50:55.565637  8793 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7a5d3b727eff48da81b31b2901efc8ff" member_type: VOTER }
I20260608 09:50:55.566176  8793 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:50:55.566404  8793 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:50:55.566681  8793 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:55.571085  8793 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7a5d3b727eff48da81b31b2901efc8ff" member_type: VOTER }
I20260608 09:50:55.571599  8793 leader_election.cc:304] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [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: 7a5d3b727eff48da81b31b2901efc8ff; no voters: 
I20260608 09:50:55.572731  8793 leader_election.cc:290] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:50:55.573195  8796 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:55.574577  8796 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 1 LEADER]: Becoming Leader. State: Replica: 7a5d3b727eff48da81b31b2901efc8ff, State: Running, Role: LEADER
I20260608 09:50:55.575294  8796 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [LEADER]: Queue going to LEADER mode. State: All 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: "7a5d3b727eff48da81b31b2901efc8ff" member_type: VOTER }
I20260608 09:50:55.575784  8793 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:50:55.578671  8798 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7a5d3b727eff48da81b31b2901efc8ff. Latest consensus state: current_term: 1 leader_uuid: "7a5d3b727eff48da81b31b2901efc8ff" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7a5d3b727eff48da81b31b2901efc8ff" member_type: VOTER } }
I20260608 09:50:55.579253  8798 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [sys.catalog]: This master's current role is: LEADER
I20260608 09:50:55.578994  8797 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7a5d3b727eff48da81b31b2901efc8ff" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7a5d3b727eff48da81b31b2901efc8ff" member_type: VOTER } }
I20260608 09:50:55.579770  8797 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [sys.catalog]: This master's current role is: LEADER
I20260608 09:50:55.584795  8801 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:50:55.592837  8801 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:50:55.593807   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:50:55.601959  8801 catalog_manager.cc:1382] Generated new cluster ID: 1e540624a6c540b3ad3adcfb62e280cd
I20260608 09:50:55.602249  8801 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:50:55.617928  8801 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:50:55.619189  8801 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:50:55.632431  8801 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff: Generated new TSK 0
I20260608 09:50:55.633045  8801 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:50:55.660180   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:55.666181  8814 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:55.667523  8815 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:55.668864  8817 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:55.669714   602 server_base.cc:1061] running on GCE node
I20260608 09:50:55.670688   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:55.670892   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:55.671083   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912255671050 us; error 0 us; skew 500 ppm
I20260608 09:50:55.671706   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:55.674037   602 webserver.cc:533] Webserver started at http://127.0.150.129:41879/ using document root <none> and password file <none>
I20260608 09:50:55.674558   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:55.674752   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:55.675046   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:55.676134   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "9006193fcb994d61ae9da8f07fb5b564"
format_stamp: "Formatted at 2026-06-08 09:50:55 on dist-test-slave-g93p"
I20260608 09:50:55.680915   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:50:55.684300  8822 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.685014   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:50:55.685322   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "9006193fcb994d61ae9da8f07fb5b564"
format_stamp: "Formatted at 2026-06-08 09:50:55 on dist-test-slave-g93p"
I20260608 09:50:55.685559   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:55.715863   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:55.717113   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:55.718653   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:55.720965   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:55.721195   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.721441   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:55.721621   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.766039   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:40403
I20260608 09:50:55.766165  8884 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:40403 every 8 connection(s)
I20260608 09:50:55.771703   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:55.779685  8889 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:55.781571  8890 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:55.782806   602 server_base.cc:1061] running on GCE node
W20260608 09:50:55.783610  8892 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:55.784433   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:55.784694   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:55.784875   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912255784860 us; error 0 us; skew 500 ppm
I20260608 09:50:55.785444   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:55.787961   602 webserver.cc:533] Webserver started at http://127.0.150.130:45985/ using document root <none> and password file <none>
I20260608 09:50:55.788498   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:55.788702   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:55.788970   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:55.790175   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "1ee43c7e0a0b4615a917014e0ab0cb35"
format_stamp: "Formatted at 2026-06-08 09:50:55 on dist-test-slave-g93p"
I20260608 09:50:55.792145  8885 heartbeater.cc:344] Connected to a master server at 127.0.150.190:34591
I20260608 09:50:55.792534  8885 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:55.793319  8885 heartbeater.cc:507] Master 127.0.150.190:34591 requested a full tablet report, sending...
I20260608 09:50:55.795620  8758 ts_manager.cc:194] Registered new tserver with Master: 9006193fcb994d61ae9da8f07fb5b564 (127.0.150.129:40403)
I20260608 09:50:55.795931   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260608 09:50:55.797488  8758 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34074
I20260608 09:50:55.799912  8897 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.800709   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:50:55.801009   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "1ee43c7e0a0b4615a917014e0ab0cb35"
format_stamp: "Formatted at 2026-06-08 09:50:55 on dist-test-slave-g93p"
I20260608 09:50:55.801306   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:55.829842   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:55.831125   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:55.832624   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:55.835395   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:55.835604   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.835860   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:55.836021   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.875872   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:35489
I20260608 09:50:55.876003  8959 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:35489 every 8 connection(s)
I20260608 09:50:55.881294   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:55.889055  8963 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:55.889277  8964 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:55.893102  8966 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:55.894313   602 server_base.cc:1061] running on GCE node
I20260608 09:50:55.894358  8960 heartbeater.cc:344] Connected to a master server at 127.0.150.190:34591
I20260608 09:50:55.894980  8960 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:55.895373   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:55.895648   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:55.895839   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912255895821 us; error 0 us; skew 500 ppm
I20260608 09:50:55.895808  8960 heartbeater.cc:507] Master 127.0.150.190:34591 requested a full tablet report, sending...
I20260608 09:50:55.896745   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:55.898402  8758 ts_manager.cc:194] Registered new tserver with Master: 1ee43c7e0a0b4615a917014e0ab0cb35 (127.0.150.130:35489)
I20260608 09:50:55.899399   602 webserver.cc:533] Webserver started at http://127.0.150.131:34497/ using document root <none> and password file <none>
I20260608 09:50:55.899971  8758 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34080
I20260608 09:50:55.899976   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:55.900578   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:55.900895   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:55.902232   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "61cc3340beea486da53e0eb38b100806"
format_stamp: "Formatted at 2026-06-08 09:50:55 on dist-test-slave-g93p"
I20260608 09:50:55.906728   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:50:55.910012  8971 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.910785   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:50:55.911041   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "61cc3340beea486da53e0eb38b100806"
format_stamp: "Formatted at 2026-06-08 09:50:55 on dist-test-slave-g93p"
I20260608 09:50:55.911286   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:55.942253   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:55.943459   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:55.944885   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:55.947237   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:55.947414   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.947713   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:55.947881   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:55.988435   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:38019
I20260608 09:50:55.988564  9033 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:38019 every 8 connection(s)
I20260608 09:50:56.002616  9034 heartbeater.cc:344] Connected to a master server at 127.0.150.190:34591
I20260608 09:50:56.003139  9034 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:56.003939  9034 heartbeater.cc:507] Master 127.0.150.190:34591 requested a full tablet report, sending...
I20260608 09:50:56.006163  8758 ts_manager.cc:194] Registered new tserver with Master: 61cc3340beea486da53e0eb38b100806 (127.0.150.131:38019)
I20260608 09:50:56.006558   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014634692s
I20260608 09:50:56.007642  8758 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34094
I20260608 09:50:56.800546  8885 heartbeater.cc:499] Master 127.0.150.190:34591 was elected leader, sending a full tablet report...
I20260608 09:50:56.902644  8960 heartbeater.cc:499] Master 127.0.150.190:34591 was elected leader, sending a full tablet report...
I20260608 09:50:57.010331  9034 heartbeater.cc:499] Master 127.0.150.190:34591 was elected leader, sending a full tablet report...
I20260608 09:50:57.064030  8758 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:34110:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_""\004\001\000\377\377\377\037\004\001\000\376\377\377?\004\001\000\375\377\377_"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:50:57.066504  8758 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:50:57.123330  8923 tablet_service.cc:1511] Processing CreateTablet for tablet d8f9a6bf98b743e18b77eb1bb6866495 (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:57.125279  8923 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8f9a6bf98b743e18b77eb1bb6866495. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.128428  8924 tablet_service.cc:1511] Processing CreateTablet for tablet 7ce84c4c76af452ebf3ae954d52f4e2d (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:57.129140  8925 tablet_service.cc:1511] Processing CreateTablet for tablet a400e079b0534eaca1d04ae35bf41c8e (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:57.129846  8924 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7ce84c4c76af452ebf3ae954d52f4e2d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.130971  8925 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a400e079b0534eaca1d04ae35bf41c8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.135442  8922 tablet_service.cc:1511] Processing CreateTablet for tablet 209e9f575cb84ac2b234db86992928d2 (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:57.136801  8922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 209e9f575cb84ac2b234db86992928d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.158049  8850 tablet_service.cc:1511] Processing CreateTablet for tablet a400e079b0534eaca1d04ae35bf41c8e (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:57.158491  8849 tablet_service.cc:1511] Processing CreateTablet for tablet 7ce84c4c76af452ebf3ae954d52f4e2d (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:57.159601  8850 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a400e079b0534eaca1d04ae35bf41c8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.160635  8847 tablet_service.cc:1511] Processing CreateTablet for tablet 209e9f575cb84ac2b234db86992928d2 (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:57.160992  8848 tablet_service.cc:1511] Processing CreateTablet for tablet d8f9a6bf98b743e18b77eb1bb6866495 (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:57.162117  9054 tablet_bootstrap.cc:492] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35: Bootstrap starting.
I20260608 09:50:57.162173  8847 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 209e9f575cb84ac2b234db86992928d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.162995  8848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8f9a6bf98b743e18b77eb1bb6866495. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.170257  8849 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7ce84c4c76af452ebf3ae954d52f4e2d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.183879  9054 tablet_bootstrap.cc:654] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.192065  9055 tablet_bootstrap.cc:492] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564: Bootstrap starting.
I20260608 09:50:57.194339  8999 tablet_service.cc:1511] Processing CreateTablet for tablet a400e079b0534eaca1d04ae35bf41c8e (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260608 09:50:57.195770  8999 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a400e079b0534eaca1d04ae35bf41c8e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.199473  8996 tablet_service.cc:1511] Processing CreateTablet for tablet 209e9f575cb84ac2b234db86992928d2 (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260608 09:50:57.200848  8996 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 209e9f575cb84ac2b234db86992928d2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.201246  9055 tablet_bootstrap.cc:654] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.203289  8997 tablet_service.cc:1511] Processing CreateTablet for tablet d8f9a6bf98b743e18b77eb1bb6866495 (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260608 09:50:57.204658  8997 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8f9a6bf98b743e18b77eb1bb6866495. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.207269  8998 tablet_service.cc:1511] Processing CreateTablet for tablet 7ce84c4c76af452ebf3ae954d52f4e2d (DEFAULT_TABLE table=test-workload [id=a0b60de754ba4a6295c6844039a34089]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260608 09:50:57.213027  8998 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7ce84c4c76af452ebf3ae954d52f4e2d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:50:57.215034  9055 tablet_bootstrap.cc:492] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564: No bootstrap required, opened a new log
I20260608 09:50:57.215682  9055 ts_tablet_manager.cc:1403] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564: Time spent bootstrapping tablet: real 0.028s	user 0.016s	sys 0.005s
I20260608 09:50:57.219528  9058 tablet_bootstrap.cc:492] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806: Bootstrap starting.
I20260608 09:50:57.219907  9055 raft_consensus.cc:359] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.226107  9055 raft_consensus.cc:385] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.226490  9055 raft_consensus.cc:740] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9006193fcb994d61ae9da8f07fb5b564, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.227403  9055 consensus_queue.cc:260] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.230406  9058 tablet_bootstrap.cc:654] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.238552  9055 ts_tablet_manager.cc:1434] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564: Time spent starting tablet: real 0.023s	user 0.009s	sys 0.005s
I20260608 09:50:57.241848  9055 tablet_bootstrap.cc:492] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564: Bootstrap starting.
I20260608 09:50:57.254878  9054 tablet_bootstrap.cc:492] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35: No bootstrap required, opened a new log
I20260608 09:50:57.255192  9058 tablet_bootstrap.cc:492] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806: No bootstrap required, opened a new log
I20260608 09:50:57.255548  9054 ts_tablet_manager.cc:1403] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35: Time spent bootstrapping tablet: real 0.094s	user 0.034s	sys 0.041s
I20260608 09:50:57.255741  9058 ts_tablet_manager.cc:1403] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806: Time spent bootstrapping tablet: real 0.037s	user 0.006s	sys 0.006s
I20260608 09:50:57.257937  9055 tablet_bootstrap.cc:654] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.258956  9054 raft_consensus.cc:359] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.259032  9058 raft_consensus.cc:359] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.259944  9054 raft_consensus.cc:385] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.260064  9058 raft_consensus.cc:385] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.260502  9058 raft_consensus.cc:740] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61cc3340beea486da53e0eb38b100806, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.261309  9058 consensus_queue.cc:260] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.260380  9054 raft_consensus.cc:740] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1ee43c7e0a0b4615a917014e0ab0cb35, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.262518  9054 consensus_queue.cc:260] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.264293  9058 ts_tablet_manager.cc:1434] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.001s
I20260608 09:50:57.264866  9055 tablet_bootstrap.cc:492] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564: No bootstrap required, opened a new log
I20260608 09:50:57.265461  9055 ts_tablet_manager.cc:1403] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564: Time spent bootstrapping tablet: real 0.024s	user 0.008s	sys 0.005s
I20260608 09:50:57.266645  9054 ts_tablet_manager.cc:1434] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.004s
I20260608 09:50:57.267768  9054 tablet_bootstrap.cc:492] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35: Bootstrap starting.
I20260608 09:50:57.268745  9055 raft_consensus.cc:359] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.269863  9055 raft_consensus.cc:385] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.270259  9055 raft_consensus.cc:740] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9006193fcb994d61ae9da8f07fb5b564, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.268774  9058 tablet_bootstrap.cc:492] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806: Bootstrap starting.
W20260608 09:50:57.271816  8886 tablet.cc:2404] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 09:50:57.275107  9054 tablet_bootstrap.cc:654] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.275668  9055 consensus_queue.cc:260] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.278498  9055 ts_tablet_manager.cc:1434] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.001s
I20260608 09:50:57.279556  9055 tablet_bootstrap.cc:492] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564: Bootstrap starting.
I20260608 09:50:57.280416  9058 tablet_bootstrap.cc:654] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.286027  9055 tablet_bootstrap.cc:654] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.288774  9059 raft_consensus.cc:493] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:57.289434  9059 raft_consensus.cc:515] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.300702  9059 leader_election.cc:290] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1ee43c7e0a0b4615a917014e0ab0cb35 (127.0.150.130:35489), 61cc3340beea486da53e0eb38b100806 (127.0.150.131:38019)
I20260608 09:50:57.303391  9054 tablet_bootstrap.cc:492] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35: No bootstrap required, opened a new log
I20260608 09:50:57.304008  9054 ts_tablet_manager.cc:1403] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35: Time spent bootstrapping tablet: real 0.036s	user 0.020s	sys 0.015s
I20260608 09:50:57.307621  9054 raft_consensus.cc:359] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.308612  9054 raft_consensus.cc:385] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.309033  9054 raft_consensus.cc:740] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1ee43c7e0a0b4615a917014e0ab0cb35, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.309988  9054 consensus_queue.cc:260] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.312219  9054 ts_tablet_manager.cc:1434] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 09:50:57.313414  9054 tablet_bootstrap.cc:492] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35: Bootstrap starting.
I20260608 09:50:57.314189  9055 tablet_bootstrap.cc:492] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564: No bootstrap required, opened a new log
I20260608 09:50:57.314787  9055 ts_tablet_manager.cc:1403] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564: Time spent bootstrapping tablet: real 0.035s	user 0.014s	sys 0.001s
I20260608 09:50:57.318132  9055 raft_consensus.cc:359] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.318996  9055 raft_consensus.cc:385] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.319343  9055 raft_consensus.cc:740] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9006193fcb994d61ae9da8f07fb5b564, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.319717  9058 tablet_bootstrap.cc:492] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806: No bootstrap required, opened a new log
I20260608 09:50:57.320057  9054 tablet_bootstrap.cc:654] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.320272  9058 ts_tablet_manager.cc:1403] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806: Time spent bootstrapping tablet: real 0.052s	user 0.010s	sys 0.025s
I20260608 09:50:57.320279  9055 consensus_queue.cc:260] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.325487  9055 ts_tablet_manager.cc:1434] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260608 09:50:57.325596  9058 raft_consensus.cc:359] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.331315  9058 raft_consensus.cc:385] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.331655  9058 raft_consensus.cc:740] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61cc3340beea486da53e0eb38b100806, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.326699  9055 tablet_bootstrap.cc:492] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564: Bootstrap starting.
I20260608 09:50:57.332549  9058 consensus_queue.cc:260] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.333107  8935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "209e9f575cb84ac2b234db86992928d2" candidate_uuid: "9006193fcb994d61ae9da8f07fb5b564" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" is_pre_election: true
I20260608 09:50:57.333808  8935 raft_consensus.cc:2468] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9006193fcb994d61ae9da8f07fb5b564 in term 0.
I20260608 09:50:57.334398  9054 tablet_bootstrap.cc:492] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35: No bootstrap required, opened a new log
I20260608 09:50:57.334892  9054 ts_tablet_manager.cc:1403] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.003s
I20260608 09:50:57.329281  9009 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "209e9f575cb84ac2b234db86992928d2" candidate_uuid: "9006193fcb994d61ae9da8f07fb5b564" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61cc3340beea486da53e0eb38b100806" is_pre_election: true
I20260608 09:50:57.337152  9058 ts_tablet_manager.cc:1434] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806: Time spent starting tablet: real 0.014s	user 0.005s	sys 0.001s
I20260608 09:50:57.338238  9058 tablet_bootstrap.cc:492] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806: Bootstrap starting.
I20260608 09:50:57.337965  9054 raft_consensus.cc:359] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.338693  9054 raft_consensus.cc:385] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.338788  8823 leader_election.cc:304] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [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: 1ee43c7e0a0b4615a917014e0ab0cb35, 9006193fcb994d61ae9da8f07fb5b564; no voters: 
I20260608 09:50:57.339066  9054 raft_consensus.cc:740] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1ee43c7e0a0b4615a917014e0ab0cb35, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.340222  9059 raft_consensus.cc:2804] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:57.340013  9054 consensus_queue.cc:260] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.340590  9059 raft_consensus.cc:493] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:57.340948  9059 raft_consensus.cc:3060] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.342638  9054 ts_tablet_manager.cc:1434] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.005s
I20260608 09:50:57.343710  9054 tablet_bootstrap.cc:492] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35: Bootstrap starting.
I20260608 09:50:57.345455  9058 tablet_bootstrap.cc:654] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.350082  9054 tablet_bootstrap.cc:654] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35: Neither blocks nor log segments found. Creating new log.
W20260608 09:50:57.350119  8826 leader_election.cc:343] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 61cc3340beea486da53e0eb38b100806 (127.0.150.131:38019): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:50:57.353422  9055 tablet_bootstrap.cc:654] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.357656  9058 tablet_bootstrap.cc:492] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806: No bootstrap required, opened a new log
I20260608 09:50:57.358474  9058 ts_tablet_manager.cc:1403] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806: Time spent bootstrapping tablet: real 0.020s	user 0.015s	sys 0.004s
I20260608 09:50:57.361838  9054 tablet_bootstrap.cc:492] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35: No bootstrap required, opened a new log
I20260608 09:50:57.362428  9054 ts_tablet_manager.cc:1403] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35: Time spent bootstrapping tablet: real 0.019s	user 0.011s	sys 0.007s
I20260608 09:50:57.362541  9058 raft_consensus.cc:359] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.363425  9058 raft_consensus.cc:385] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.363729  9058 raft_consensus.cc:740] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61cc3340beea486da53e0eb38b100806, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.364600  9058 consensus_queue.cc:260] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.365053  9054 raft_consensus.cc:359] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.365523  9055 tablet_bootstrap.cc:492] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564: No bootstrap required, opened a new log
I20260608 09:50:57.357103  9059 raft_consensus.cc:515] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.365823  9054 raft_consensus.cc:385] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.366220  9055 ts_tablet_manager.cc:1403] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564: Time spent bootstrapping tablet: real 0.040s	user 0.012s	sys 0.008s
I20260608 09:50:57.366278  9054 raft_consensus.cc:740] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1ee43c7e0a0b4615a917014e0ab0cb35, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.367694  9059 leader_election.cc:290] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [CANDIDATE]: Term 1 election: Requested vote from peers 1ee43c7e0a0b4615a917014e0ab0cb35 (127.0.150.130:35489), 61cc3340beea486da53e0eb38b100806 (127.0.150.131:38019)
I20260608 09:50:57.367321  9054 consensus_queue.cc:260] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.369390  9058 ts_tablet_manager.cc:1434] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.003s
I20260608 09:50:57.369500  9055 raft_consensus.cc:359] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.370182  9054 ts_tablet_manager.cc:1434] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260608 09:50:57.370326  9055 raft_consensus.cc:385] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.370882  9055 raft_consensus.cc:740] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9006193fcb994d61ae9da8f07fb5b564, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.371266  8935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "209e9f575cb84ac2b234db86992928d2" candidate_uuid: "9006193fcb994d61ae9da8f07fb5b564" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35"
I20260608 09:50:57.371836  8935 raft_consensus.cc:3060] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.371698  9055 consensus_queue.cc:260] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.370281  9009 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "209e9f575cb84ac2b234db86992928d2" candidate_uuid: "9006193fcb994d61ae9da8f07fb5b564" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61cc3340beea486da53e0eb38b100806"
I20260608 09:50:57.372679  9009 raft_consensus.cc:3060] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.370581  9058 tablet_bootstrap.cc:492] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806: Bootstrap starting.
I20260608 09:50:57.374029  9055 ts_tablet_manager.cc:1434] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 09:50:57.378186  8935 raft_consensus.cc:2468] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9006193fcb994d61ae9da8f07fb5b564 in term 1.
I20260608 09:50:57.379549  8823 leader_election.cc:304] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [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: 1ee43c7e0a0b4615a917014e0ab0cb35, 9006193fcb994d61ae9da8f07fb5b564; no voters: 
I20260608 09:50:57.381115  9058 tablet_bootstrap.cc:654] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806: Neither blocks nor log segments found. Creating new log.
I20260608 09:50:57.385203  9059 raft_consensus.cc:2804] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:57.385968  9059 raft_consensus.cc:697] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 LEADER]: Becoming Leader. State: Replica: 9006193fcb994d61ae9da8f07fb5b564, State: Running, Role: LEADER
I20260608 09:50:57.387295  9059 consensus_queue.cc:237] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [LEADER]: Queue going to LEADER mode. State: All 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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.394383  9058 tablet_bootstrap.cc:492] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806: No bootstrap required, opened a new log
I20260608 09:50:57.394984  9058 ts_tablet_manager.cc:1403] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806: Time spent bootstrapping tablet: real 0.025s	user 0.005s	sys 0.016s
I20260608 09:50:57.395968  9009 raft_consensus.cc:2468] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9006193fcb994d61ae9da8f07fb5b564 in term 1.
I20260608 09:50:57.398280  9058 raft_consensus.cc:359] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.399120  9058 raft_consensus.cc:385] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:50:57.399447  9058 raft_consensus.cc:740] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61cc3340beea486da53e0eb38b100806, State: Initialized, Role: FOLLOWER
I20260608 09:50:57.400319  9058 consensus_queue.cc:260] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.402675  9058 ts_tablet_manager.cc:1434] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 09:50:57.407970  8757 catalog_manager.cc:5696] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9006193fcb994d61ae9da8f07fb5b564 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "9006193fcb994d61ae9da8f07fb5b564" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:57.447295  9062 raft_consensus.cc:493] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:57.447856  9062 raft_consensus.cc:515] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.450484  9062 leader_election.cc:290] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 1ee43c7e0a0b4615a917014e0ab0cb35 (127.0.150.130:35489), 9006193fcb994d61ae9da8f07fb5b564 (127.0.150.129:40403)
I20260608 09:50:57.461861  8935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a400e079b0534eaca1d04ae35bf41c8e" candidate_uuid: "61cc3340beea486da53e0eb38b100806" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" is_pre_election: true
I20260608 09:50:57.462299  8860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a400e079b0534eaca1d04ae35bf41c8e" candidate_uuid: "61cc3340beea486da53e0eb38b100806" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9006193fcb994d61ae9da8f07fb5b564" is_pre_election: true
I20260608 09:50:57.462531  8935 raft_consensus.cc:2468] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61cc3340beea486da53e0eb38b100806 in term 0.
I20260608 09:50:57.462980  8860 raft_consensus.cc:2468] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61cc3340beea486da53e0eb38b100806 in term 0.
I20260608 09:50:57.463742  8972 leader_election.cc:304] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [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: 1ee43c7e0a0b4615a917014e0ab0cb35, 61cc3340beea486da53e0eb38b100806; no voters: 
I20260608 09:50:57.464435  9062 raft_consensus.cc:2804] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:57.464789  9062 raft_consensus.cc:493] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:57.465013  9062 raft_consensus.cc:3060] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.469770  9062 raft_consensus.cc:515] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.470491  9063 raft_consensus.cc:493] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:57.470994  9063 raft_consensus.cc:515] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.472429  9062 leader_election.cc:290] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [CANDIDATE]: Term 1 election: Requested vote from peers 1ee43c7e0a0b4615a917014e0ab0cb35 (127.0.150.130:35489), 9006193fcb994d61ae9da8f07fb5b564 (127.0.150.129:40403)
I20260608 09:50:57.472620  8935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a400e079b0534eaca1d04ae35bf41c8e" candidate_uuid: "61cc3340beea486da53e0eb38b100806" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35"
I20260608 09:50:57.473097  8860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a400e079b0534eaca1d04ae35bf41c8e" candidate_uuid: "61cc3340beea486da53e0eb38b100806" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9006193fcb994d61ae9da8f07fb5b564"
I20260608 09:50:57.473237  8935 raft_consensus.cc:3060] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.473686  8860 raft_consensus.cc:3060] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.473929  9063 leader_election.cc:290] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9006193fcb994d61ae9da8f07fb5b564 (127.0.150.129:40403), 61cc3340beea486da53e0eb38b100806 (127.0.150.131:38019)
I20260608 09:50:57.481269  8860 raft_consensus.cc:2468] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61cc3340beea486da53e0eb38b100806 in term 1.
I20260608 09:50:57.481820  8935 raft_consensus.cc:2468] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61cc3340beea486da53e0eb38b100806 in term 1.
I20260608 09:50:57.482606  8975 leader_election.cc:304] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [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: 61cc3340beea486da53e0eb38b100806, 9006193fcb994d61ae9da8f07fb5b564; no voters: 
I20260608 09:50:57.483678  9062 raft_consensus.cc:2804] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:57.485206  9062 raft_consensus.cc:697] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 1 LEADER]: Becoming Leader. State: Replica: 61cc3340beea486da53e0eb38b100806, State: Running, Role: LEADER
I20260608 09:50:57.486199  9062 consensus_queue.cc:237] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [LEADER]: Queue going to LEADER mode. State: All 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: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.489161  8860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7ce84c4c76af452ebf3ae954d52f4e2d" candidate_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9006193fcb994d61ae9da8f07fb5b564" is_pre_election: true
I20260608 09:50:57.489903  8860 raft_consensus.cc:2468] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1ee43c7e0a0b4615a917014e0ab0cb35 in term 0.
I20260608 09:50:57.491537  8901 leader_election.cc:304] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [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: 1ee43c7e0a0b4615a917014e0ab0cb35, 9006193fcb994d61ae9da8f07fb5b564; no voters: 
I20260608 09:50:57.492416  9063 raft_consensus.cc:2804] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:57.492786  9063 raft_consensus.cc:493] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:57.493112  9063 raft_consensus.cc:3060] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.494309  9009 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7ce84c4c76af452ebf3ae954d52f4e2d" candidate_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61cc3340beea486da53e0eb38b100806" is_pre_election: true
I20260608 09:50:57.494864  9009 raft_consensus.cc:2468] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1ee43c7e0a0b4615a917014e0ab0cb35 in term 0.
I20260608 09:50:57.496322  8757 catalog_manager.cc:5696] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 reported cstate change: term changed from 0 to 1, leader changed from <none> to 61cc3340beea486da53e0eb38b100806 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "61cc3340beea486da53e0eb38b100806" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:57.500327  9063 raft_consensus.cc:515] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.502306  9063 leader_election.cc:290] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [CANDIDATE]: Term 1 election: Requested vote from peers 9006193fcb994d61ae9da8f07fb5b564 (127.0.150.129:40403), 61cc3340beea486da53e0eb38b100806 (127.0.150.131:38019)
I20260608 09:50:57.503069  8860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7ce84c4c76af452ebf3ae954d52f4e2d" candidate_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9006193fcb994d61ae9da8f07fb5b564"
I20260608 09:50:57.503237  9009 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7ce84c4c76af452ebf3ae954d52f4e2d" candidate_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61cc3340beea486da53e0eb38b100806"
I20260608 09:50:57.503700  8860 raft_consensus.cc:3060] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.503883  9009 raft_consensus.cc:3060] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.509222  8860 raft_consensus.cc:2468] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1ee43c7e0a0b4615a917014e0ab0cb35 in term 1.
I20260608 09:50:57.509564  9009 raft_consensus.cc:2468] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1ee43c7e0a0b4615a917014e0ab0cb35 in term 1.
I20260608 09:50:57.510874  8901 leader_election.cc:304] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [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: 1ee43c7e0a0b4615a917014e0ab0cb35, 9006193fcb994d61ae9da8f07fb5b564; no voters: 
I20260608 09:50:57.511526  9063 raft_consensus.cc:2804] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:57.512567  9063 raft_consensus.cc:697] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 LEADER]: Becoming Leader. State: Replica: 1ee43c7e0a0b4615a917014e0ab0cb35, State: Running, Role: LEADER
I20260608 09:50:57.513413  9063 consensus_queue.cc:237] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [LEADER]: Queue going to LEADER mode. State: All 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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.520306  8757 catalog_manager.cc:5696] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1ee43c7e0a0b4615a917014e0ab0cb35 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } health_report { overall_health: UNKNOWN } } }
W20260608 09:50:57.590423  8806 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:50:57.614280  9062 raft_consensus.cc:493] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:50:57.614809  9062 raft_consensus.cc:515] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.616659  9062 leader_election.cc:290] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9006193fcb994d61ae9da8f07fb5b564 (127.0.150.129:40403), 1ee43c7e0a0b4615a917014e0ab0cb35 (127.0.150.130:35489)
I20260608 09:50:57.617350  8860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8f9a6bf98b743e18b77eb1bb6866495" candidate_uuid: "61cc3340beea486da53e0eb38b100806" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9006193fcb994d61ae9da8f07fb5b564" is_pre_election: true
I20260608 09:50:57.617771  8935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8f9a6bf98b743e18b77eb1bb6866495" candidate_uuid: "61cc3340beea486da53e0eb38b100806" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" is_pre_election: true
I20260608 09:50:57.617982  8860 raft_consensus.cc:2468] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61cc3340beea486da53e0eb38b100806 in term 0.
I20260608 09:50:57.618430  8935 raft_consensus.cc:2468] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 61cc3340beea486da53e0eb38b100806 in term 0.
I20260608 09:50:57.619074  8975 leader_election.cc:304] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [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: 61cc3340beea486da53e0eb38b100806, 9006193fcb994d61ae9da8f07fb5b564; no voters: 
I20260608 09:50:57.619786  9062 raft_consensus.cc:2804] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:50:57.620079  9062 raft_consensus.cc:493] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:50:57.620374  9062 raft_consensus.cc:3060] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.625026  9062 raft_consensus.cc:515] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.626699  9062 leader_election.cc:290] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [CANDIDATE]: Term 1 election: Requested vote from peers 9006193fcb994d61ae9da8f07fb5b564 (127.0.150.129:40403), 1ee43c7e0a0b4615a917014e0ab0cb35 (127.0.150.130:35489)
I20260608 09:50:57.627355  8860 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8f9a6bf98b743e18b77eb1bb6866495" candidate_uuid: "61cc3340beea486da53e0eb38b100806" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9006193fcb994d61ae9da8f07fb5b564"
I20260608 09:50:57.627741  8935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8f9a6bf98b743e18b77eb1bb6866495" candidate_uuid: "61cc3340beea486da53e0eb38b100806" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35"
I20260608 09:50:57.627846  8860 raft_consensus.cc:3060] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.628232  8935 raft_consensus.cc:3060] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:50:57.632432  8860 raft_consensus.cc:2468] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61cc3340beea486da53e0eb38b100806 in term 1.
I20260608 09:50:57.632642  8935 raft_consensus.cc:2468] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 61cc3340beea486da53e0eb38b100806 in term 1.
I20260608 09:50:57.633514  8975 leader_election.cc:304] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [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: 61cc3340beea486da53e0eb38b100806, 9006193fcb994d61ae9da8f07fb5b564; no voters: 
I20260608 09:50:57.634253  9062 raft_consensus.cc:2804] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:50:57.634760  9062 raft_consensus.cc:697] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 1 LEADER]: Becoming Leader. State: Replica: 61cc3340beea486da53e0eb38b100806, State: Running, Role: LEADER
I20260608 09:50:57.635499  9062 consensus_queue.cc:237] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [LEADER]: Queue going to LEADER mode. State: All 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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:57.642958  8757 catalog_manager.cc:5696] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 reported cstate change: term changed from 0 to 1, leader changed from <none> to 61cc3340beea486da53e0eb38b100806 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "61cc3340beea486da53e0eb38b100806" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:57.726004   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:50:57.731771  9085 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:57.732678  9086 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:50:57.734086  9088 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:50:57.735031   602 server_base.cc:1061] running on GCE node
I20260608 09:50:57.736158   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:50:57.736383   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:50:57.736593   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912257736569 us; error 0 us; skew 500 ppm
I20260608 09:50:57.737188   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:50:57.739535   602 webserver.cc:533] Webserver started at http://127.0.150.132:42525/ using document root <none> and password file <none>
I20260608 09:50:57.740054   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:50:57.740257   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:50:57.740540   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:50:57.741760   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "a2a33f5cdb264c60b00202f2e8968485"
format_stamp: "Formatted at 2026-06-08 09:50:57 on dist-test-slave-g93p"
I20260608 09:50:57.746341   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:50:57.750036  9093 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:57.750923   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 09:50:57.751241   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "a2a33f5cdb264c60b00202f2e8968485"
format_stamp: "Formatted at 2026-06-08 09:50:57 on dist-test-slave-g93p"
I20260608 09:50:57.751523   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:50:57.778174   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:50:57.779342   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:50:57.780534   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:50:57.782948   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:50:57.783170   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:57.783430   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:50:57.783595   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:50:57.824333   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:41019
I20260608 09:50:57.824476  9155 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:41019 every 8 connection(s)
I20260608 09:50:57.838794  9156 heartbeater.cc:344] Connected to a master server at 127.0.150.190:34591
I20260608 09:50:57.839243  9156 heartbeater.cc:461] Registering TS with master...
I20260608 09:50:57.840178  9156 heartbeater.cc:507] Master 127.0.150.190:34591 requested a full tablet report, sending...
I20260608 09:50:57.841271  9059 consensus_queue.cc:1048] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:57.842463  8757 ts_manager.cc:194] Registered new tserver with Master: a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019)
I20260608 09:50:57.844129  8757 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:34116
I20260608 09:50:57.854705  9059 consensus_queue.cc:1048] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:57.911698  9063 consensus_queue.cc:1048] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:57.923305  9082 consensus_queue.cc:1048] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:57.977483  9062 consensus_queue.cc:1048] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:57.989657  9170 consensus_queue.cc:1048] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:58.119935  9170 consensus_queue.cc:1048] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:50:58.130908  9062 consensus_queue.cc:1048] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 09:50:58.600138  8806 auto_rebalancer.cc:281] could not retrieve auto-rebalancing replica moves: Not found: table a0b60de754ba4a6295c6844039a34089: could not find any suitable replica to move from server 61cc3340beea486da53e0eb38b100806 to server a2a33f5cdb264c60b00202f2e8968485
I20260608 09:50:58.846896  9156 heartbeater.cc:499] Master 127.0.150.190:34591 was elected leader, sending a full tablet report...
I20260608 09:50:59.622267  9009 consensus_queue.cc:237] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: true } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } }
I20260608 09:50:59.629947  8935 raft_consensus.cc:1275] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Refusing update from remote peer 61cc3340beea486da53e0eb38b100806: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:59.630298  8860 raft_consensus.cc:1275] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Refusing update from remote peer 61cc3340beea486da53e0eb38b100806: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:59.631737  9177 consensus_queue.cc:1048] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:50:59.632611  9170 consensus_queue.cc:1048] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 09:50:59.641510  8974 consensus_peers.cc:597] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 -> Peer a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019): Couldn't send request to peer a2a33f5cdb264c60b00202f2e8968485. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d8f9a6bf98b743e18b77eb1bb6866495. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:59.642418  9177 raft_consensus.cc:2955] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: true } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.644304  8935 raft_consensus.cc:2955] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: true } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.645274  8860 raft_consensus.cc:2955] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: true } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.657734  8757 catalog_manager.cc:5696] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 reported cstate change: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "61cc3340beea486da53e0eb38b100806" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: true } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.673926  8860 consensus_queue.cc:237] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: true } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } }
I20260608 09:50:59.683475  9009 raft_consensus.cc:1275] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Refusing update from remote peer 9006193fcb994d61ae9da8f07fb5b564: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:59.685145  9188 consensus_queue.cc:1048] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:50:59.686770  8935 raft_consensus.cc:1275] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Refusing update from remote peer 9006193fcb994d61ae9da8f07fb5b564: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:59.688210  9188 consensus_queue.cc:1048] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 09:50:59.694692  8825 consensus_peers.cc:597] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 -> Peer a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019): Couldn't send request to peer a2a33f5cdb264c60b00202f2e8968485. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 209e9f575cb84ac2b234db86992928d2. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:59.694895  9059 raft_consensus.cc:2955] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: true } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.696732  9009 raft_consensus.cc:2955] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: true } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.699194  8935 raft_consensus.cc:2955] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: true } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.707888  8758 catalog_manager.cc:5696] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 reported cstate change: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "9006193fcb994d61ae9da8f07fb5b564" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:59.727892  8935 consensus_queue.cc:237] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: true } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } }
I20260608 09:50:59.736197  9009 raft_consensus.cc:1275] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Refusing update from remote peer 1ee43c7e0a0b4615a917014e0ab0cb35: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:59.737488  8860 raft_consensus.cc:1275] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Refusing update from remote peer 1ee43c7e0a0b4615a917014e0ab0cb35: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:50:59.738127  9195 consensus_queue.cc:1048] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:50:59.739285  9082 consensus_queue.cc:1048] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260608 09:50:59.747064  8900 consensus_peers.cc:597] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 -> Peer a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019): Couldn't send request to peer a2a33f5cdb264c60b00202f2e8968485. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7ce84c4c76af452ebf3ae954d52f4e2d. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:59.748152  9195 raft_consensus.cc:2955] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: true } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.750065  9009 raft_consensus.cc:2955] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: true } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.750566  8860 raft_consensus.cc:2955] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: true } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.762850  8757 catalog_manager.cc:5696] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 reported cstate change: config changed from index -1 to 2, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: true } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.765615  9009 consensus_queue.cc:237] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } }
W20260608 09:50:59.772241  8974 consensus_peers.cc:597] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 -> Peer a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019): Couldn't send request to peer a2a33f5cdb264c60b00202f2e8968485. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d8f9a6bf98b743e18b77eb1bb6866495. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:59.774125  8860 raft_consensus.cc:1275] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Refusing update from remote peer 61cc3340beea486da53e0eb38b100806: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:59.774240  8935 raft_consensus.cc:1275] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Refusing update from remote peer 61cc3340beea486da53e0eb38b100806: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:59.776373  9177 consensus_queue.cc:1048] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 09:50:59.780457  9199 consensus_queue.cc:1048] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260608 09:50:59.783636  9199 raft_consensus.cc:2955] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.785283  8860 raft_consensus.cc:2955] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.792161  8935 raft_consensus.cc:2955] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
W20260608 09:50:59.794250  8806 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 09:50:59.794660  8806 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 09:50:59.799315  8758 catalog_manager.cc:5696] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "61cc3340beea486da53e0eb38b100806" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:59.800361  8859 consensus_queue.cc:237] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } }
W20260608 09:50:59.809134  8825 consensus_peers.cc:597] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 -> Peer a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019): Couldn't send request to peer a2a33f5cdb264c60b00202f2e8968485. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 209e9f575cb84ac2b234db86992928d2. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:59.810173  9009 raft_consensus.cc:1275] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Refusing update from remote peer 9006193fcb994d61ae9da8f07fb5b564: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:59.814169  9009 consensus_queue.cc:237] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
I20260608 09:50:59.817139  9059 consensus_queue.cc:1048] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:59.819495  8935 raft_consensus.cc:1275] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Refusing update from remote peer 61cc3340beea486da53e0eb38b100806: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:59.820192  8860 raft_consensus.cc:1275] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Refusing update from remote peer 61cc3340beea486da53e0eb38b100806: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:59.821024  9177 consensus_queue.cc:1048] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:59.822468  9170 consensus_queue.cc:1048] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:59.823719  8935 raft_consensus.cc:1275] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Refusing update from remote peer 9006193fcb994d61ae9da8f07fb5b564: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:59.825106  9059 consensus_queue.cc:1048] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:59.826876  9059 raft_consensus.cc:2955] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.829540  9170 raft_consensus.cc:2955] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } }
I20260608 09:50:59.832209  8859 raft_consensus.cc:2955] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } }
W20260608 09:50:59.838181  8806 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 09:50:59.838560  8806 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 09:50:59.842631  9009 raft_consensus.cc:2955] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.842576  8933 raft_consensus.cc:2955] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.844141  8934 consensus_queue.cc:237] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } }
I20260608 09:50:59.850549  8932 raft_consensus.cc:2955] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } }
I20260608 09:50:59.854938  8745 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet d8f9a6bf98b743e18b77eb1bb6866495 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:59.857801  9009 raft_consensus.cc:1275] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Refusing update from remote peer 1ee43c7e0a0b4615a917014e0ab0cb35: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:59.858455  8860 raft_consensus.cc:1275] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Refusing update from remote peer 1ee43c7e0a0b4615a917014e0ab0cb35: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260608 09:50:59.859385  9082 consensus_queue.cc:1048] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 09:50:59.861243  8900 consensus_peers.cc:597] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 -> Peer a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019): Couldn't send request to peer a2a33f5cdb264c60b00202f2e8968485. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7ce84c4c76af452ebf3ae954d52f4e2d. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:50:59.854914  8757 catalog_manager.cc:5696] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "9006193fcb994d61ae9da8f07fb5b564" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:50:59.863211  9195 consensus_queue.cc:1048] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260608 09:50:59.872936  8758 catalog_manager.cc:5696] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 reported cstate change: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New cstate: current_term: 1 leader_uuid: "61cc3340beea486da53e0eb38b100806" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } attrs { replace: false } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } }
I20260608 09:50:59.875931  9194 raft_consensus.cc:2955] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.884059  9009 raft_consensus.cc:2955] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.886034  8860 raft_consensus.cc:2955] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
W20260608 09:50:59.889024  8806 auto_rebalancer.cc:863] Could not move replica: Illegal state: Injected artificial test failure.
W20260608 09:50:59.889410  8806 auto_rebalancer.cc:301] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260608 09:50:59.907490  9121 tablet_service.cc:1558] Processing DeleteTablet for tablet d8f9a6bf98b743e18b77eb1bb6866495 with delete_type TABLET_DATA_TOMBSTONED (TS a2a33f5cdb264c60b00202f2e8968485 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:35592
I20260608 09:50:59.907114  8859 consensus_queue.cc:237] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } }
W20260608 09:50:59.911407  8744 catalog_manager.cc:4994] TS a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019): delete failed for tablet d8f9a6bf98b743e18b77eb1bb6866495 because the tablet was not found. No further retry: Not found: Tablet not found: d8f9a6bf98b743e18b77eb1bb6866495
I20260608 09:50:59.912866  8756 catalog_manager.cc:5696] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } } peers { permanent_uuid: "a2a33f5cdb264c60b00202f2e8968485" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 41019 } attrs { promote: true } } }
I20260608 09:50:59.915971  9009 raft_consensus.cc:1275] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Refusing update from remote peer 9006193fcb994d61ae9da8f07fb5b564: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:59.916160  8933 raft_consensus.cc:1275] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Refusing update from remote peer 9006193fcb994d61ae9da8f07fb5b564: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:59.917801  9188 consensus_queue.cc:1048] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:59.919443  9188 consensus_queue.cc:1048] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:59.927109  9059 raft_consensus.cc:2955] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } }
I20260608 09:50:59.931520  8933 raft_consensus.cc:2955] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } }
I20260608 09:50:59.932255  9009 raft_consensus.cc:2955] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } } }
I20260608 09:50:59.933530  8932 consensus_queue.cc:237] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [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: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } }
I20260608 09:50:59.939460  9008 raft_consensus.cc:1275] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Refusing update from remote peer 1ee43c7e0a0b4615a917014e0ab0cb35: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:59.940737  8745 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 209e9f575cb84ac2b234db86992928d2 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:59.944399  8757 catalog_manager.cc:5696] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 reported cstate change: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New cstate: current_term: 1 leader_uuid: "9006193fcb994d61ae9da8f07fb5b564" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } health_report { overall_health: HEALTHY } } }
I20260608 09:50:59.947113  9195 consensus_queue.cc:1048] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:59.947894  8859 raft_consensus.cc:1275] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Refusing update from remote peer 1ee43c7e0a0b4615a917014e0ab0cb35: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260608 09:50:59.951990  9195 consensus_queue.cc:1048] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260608 09:50:59.955459  9194 raft_consensus.cc:2955] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } } }
I20260608 09:50:59.958629  9121 tablet_service.cc:1558] Processing DeleteTablet for tablet 209e9f575cb84ac2b234db86992928d2 with delete_type TABLET_DATA_TOMBSTONED (TS a2a33f5cdb264c60b00202f2e8968485 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:35592
W20260608 09:50:59.961211  8744 catalog_manager.cc:4994] TS a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019): delete failed for tablet 209e9f575cb84ac2b234db86992928d2 because the tablet was not found. No further retry: Not found: Tablet not found: 209e9f575cb84ac2b234db86992928d2
I20260608 09:50:59.961007  9009 raft_consensus.cc:2955] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } } }
I20260608 09:50:59.974056  8742 catalog_manager.cc:5209] ChangeConfig:REMOVE_PEER RPC for tablet 7ce84c4c76af452ebf3ae954d52f4e2d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260608 09:50:59.975265  8859 raft_consensus.cc:2955] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } } }
I20260608 09:50:59.975921  8758 catalog_manager.cc:5696] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 reported cstate change: config changed from index 3 to 4, NON_VOTER a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132) evicted. New cstate: current_term: 1 leader_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "9006193fcb994d61ae9da8f07fb5b564" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 40403 } } peers { permanent_uuid: "1ee43c7e0a0b4615a917014e0ab0cb35" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 35489 } } peers { permanent_uuid: "61cc3340beea486da53e0eb38b100806" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 38019 } attrs { replace: false } } }
I20260608 09:50:59.988808  9121 tablet_service.cc:1558] Processing DeleteTablet for tablet 7ce84c4c76af452ebf3ae954d52f4e2d with delete_type TABLET_DATA_TOMBSTONED (TS a2a33f5cdb264c60b00202f2e8968485 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:35592
W20260608 09:50:59.990356  8744 catalog_manager.cc:4994] TS a2a33f5cdb264c60b00202f2e8968485 (127.0.150.132:41019): delete failed for tablet 7ce84c4c76af452ebf3ae954d52f4e2d because the tablet was not found. No further retry: Not found: Tablet not found: 7ce84c4c76af452ebf3ae954d52f4e2d
I20260608 09:50:59.990846   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:51:00.009202   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:00.009989   602 tablet_replica.cc:333] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564: stopping tablet replica
I20260608 09:51:00.010623   602 raft_consensus.cc:2243] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:00.011263   602 raft_consensus.cc:2272] T d8f9a6bf98b743e18b77eb1bb6866495 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.015257   602 tablet_replica.cc:333] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564: stopping tablet replica
I20260608 09:51:00.015839   602 raft_consensus.cc:2243] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:00.016428   602 raft_consensus.cc:2272] T 7ce84c4c76af452ebf3ae954d52f4e2d P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.018750   602 tablet_replica.cc:333] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564: stopping tablet replica
I20260608 09:51:00.019261   602 raft_consensus.cc:2243] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:00.020009   602 raft_consensus.cc:2272] T 209e9f575cb84ac2b234db86992928d2 P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.022199   602 tablet_replica.cc:333] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564: stopping tablet replica
I20260608 09:51:00.022693   602 raft_consensus.cc:2243] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:00.023102   602 raft_consensus.cc:2272] T a400e079b0534eaca1d04ae35bf41c8e P 9006193fcb994d61ae9da8f07fb5b564 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.036275   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:51:00.048094   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:51:00.065623   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:00.066295   602 tablet_replica.cc:333] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35: stopping tablet replica
I20260608 09:51:00.066881   602 raft_consensus.cc:2243] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:00.067520   602 raft_consensus.cc:2272] T d8f9a6bf98b743e18b77eb1bb6866495 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.070022   602 tablet_replica.cc:333] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35: stopping tablet replica
I20260608 09:51:00.070554   602 raft_consensus.cc:2243] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:00.071362   602 raft_consensus.cc:2272] T 7ce84c4c76af452ebf3ae954d52f4e2d P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.073454   602 tablet_replica.cc:333] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35: stopping tablet replica
I20260608 09:51:00.074043   602 raft_consensus.cc:2243] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:00.074640   602 raft_consensus.cc:2272] T 209e9f575cb84ac2b234db86992928d2 P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.076731   602 tablet_replica.cc:333] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35: stopping tablet replica
I20260608 09:51:00.077281   602 raft_consensus.cc:2243] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:00.077746   602 raft_consensus.cc:2272] T a400e079b0534eaca1d04ae35bf41c8e P 1ee43c7e0a0b4615a917014e0ab0cb35 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.091557   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:51:00.103361   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:51:00.122620   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:00.123306   602 tablet_replica.cc:333] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806: stopping tablet replica
I20260608 09:51:00.123899   602 raft_consensus.cc:2243] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:00.124707   602 raft_consensus.cc:2272] T d8f9a6bf98b743e18b77eb1bb6866495 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.126987   602 tablet_replica.cc:333] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806: stopping tablet replica
I20260608 09:51:00.127498   602 raft_consensus.cc:2243] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:00.128098   602 raft_consensus.cc:2272] T 209e9f575cb84ac2b234db86992928d2 P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.130291   602 tablet_replica.cc:333] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806: stopping tablet replica
I20260608 09:51:00.130822   602 raft_consensus.cc:2243] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:00.131383   602 raft_consensus.cc:2272] T 7ce84c4c76af452ebf3ae954d52f4e2d P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.133437   602 tablet_replica.cc:333] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806: stopping tablet replica
I20260608 09:51:00.133965   602 raft_consensus.cc:2243] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:00.134712   602 raft_consensus.cc:2272] T a400e079b0534eaca1d04ae35bf41c8e P 61cc3340beea486da53e0eb38b100806 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.147523   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:51:00.159163   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:51:00.175366   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:00.191412   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:51:00.199138   602 master.cc:562] Master@127.0.150.190:34591 shutting down...
I20260608 09:51:00.212956   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:00.213495   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:00.213826   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7a5d3b727eff48da81b31b2901efc8ff: stopping tablet replica
I20260608 09:51:00.233273   602 master.cc:584] Master@127.0.150.190:34591 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (4809 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260608 09:51:00.261260   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:39561
I20260608 09:51:00.262444   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:00.267408  9204 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:00.267508  9205 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:00.269125  9207 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:00.270092   602 server_base.cc:1061] running on GCE node
I20260608 09:51:00.270871   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:00.271041   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:00.271166   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912260271155 us; error 0 us; skew 500 ppm
I20260608 09:51:00.271875   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:00.274170   602 webserver.cc:533] Webserver started at http://127.0.150.190:33157/ using document root <none> and password file <none>
I20260608 09:51:00.274648   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:00.274801   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:00.275046   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:00.276085   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "afc04e6d32824aa7bf6b02d5fe4058e8"
format_stamp: "Formatted at 2026-06-08 09:51:00 on dist-test-slave-g93p"
I20260608 09:51:00.280684   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260608 09:51:00.284157  9212 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:00.284973   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:00.285331   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "afc04e6d32824aa7bf6b02d5fe4058e8"
format_stamp: "Formatted at 2026-06-08 09:51:00 on dist-test-slave-g93p"
I20260608 09:51:00.285653   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:00.320362   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:00.321465   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:00.359892   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:39561
I20260608 09:51:00.359997  9263 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:39561 every 8 connection(s)
I20260608 09:51:00.364140  9264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:00.374130  9264 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8: Bootstrap starting.
I20260608 09:51:00.378579  9264 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:00.382508  9264 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8: No bootstrap required, opened a new log
I20260608 09:51:00.384538  9264 raft_consensus.cc:359] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "afc04e6d32824aa7bf6b02d5fe4058e8" member_type: VOTER }
I20260608 09:51:00.384958  9264 raft_consensus.cc:385] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:00.385195  9264 raft_consensus.cc:740] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: afc04e6d32824aa7bf6b02d5fe4058e8, State: Initialized, Role: FOLLOWER
I20260608 09:51:00.385803  9264 consensus_queue.cc:260] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "afc04e6d32824aa7bf6b02d5fe4058e8" member_type: VOTER }
I20260608 09:51:00.386339  9264 raft_consensus.cc:399] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:00.386572  9264 raft_consensus.cc:493] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:00.386863  9264 raft_consensus.cc:3060] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:00.391486  9264 raft_consensus.cc:515] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "afc04e6d32824aa7bf6b02d5fe4058e8" member_type: VOTER }
I20260608 09:51:00.392026  9264 leader_election.cc:304] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [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: afc04e6d32824aa7bf6b02d5fe4058e8; no voters: 
I20260608 09:51:00.393137  9264 leader_election.cc:290] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:00.393524  9267 raft_consensus.cc:2804] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:00.395013  9267 raft_consensus.cc:697] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 1 LEADER]: Becoming Leader. State: Replica: afc04e6d32824aa7bf6b02d5fe4058e8, State: Running, Role: LEADER
I20260608 09:51:00.395613  9267 consensus_queue.cc:237] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [LEADER]: Queue going to LEADER mode. State: All 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: "afc04e6d32824aa7bf6b02d5fe4058e8" member_type: VOTER }
I20260608 09:51:00.396207  9264 sys_catalog.cc:565] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:51:00.400210  9268 sys_catalog.cc:455] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "afc04e6d32824aa7bf6b02d5fe4058e8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "afc04e6d32824aa7bf6b02d5fe4058e8" member_type: VOTER } }
I20260608 09:51:00.400934  9268 sys_catalog.cc:458] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:00.400998  9269 sys_catalog.cc:455] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader afc04e6d32824aa7bf6b02d5fe4058e8. Latest consensus state: current_term: 1 leader_uuid: "afc04e6d32824aa7bf6b02d5fe4058e8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "afc04e6d32824aa7bf6b02d5fe4058e8" member_type: VOTER } }
I20260608 09:51:00.401844  9269 sys_catalog.cc:458] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:00.404109  9275 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:51:00.409017  9275 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:51:00.412973   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:51:00.418244  9275 catalog_manager.cc:1382] Generated new cluster ID: bdefab561b8b4fff9823c7665849fb81
I20260608 09:51:00.418512  9275 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:51:00.441493  9275 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:51:00.442790  9275 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:51:00.459450  9275 catalog_manager.cc:6069] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8: Generated new TSK 0
I20260608 09:51:00.460064  9275 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:51:00.479434   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:00.485371  9285 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:00.486650  9286 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:00.489122  9288 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:00.490264   602 server_base.cc:1061] running on GCE node
I20260608 09:51:00.491896   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:00.492146   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:00.492326   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912260492306 us; error 0 us; skew 500 ppm
I20260608 09:51:00.492906   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:00.500084   602 webserver.cc:533] Webserver started at http://127.0.150.129:39127/ using document root <none> and password file <none>
I20260608 09:51:00.500625   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:00.500825   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:00.501102   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:00.502282   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "576295e7ae0d4876b2441308ac49cdd2"
format_stamp: "Formatted at 2026-06-08 09:51:00 on dist-test-slave-g93p"
I20260608 09:51:00.506786   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 09:51:00.510197  9293 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:00.510953   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:51:00.511253   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "576295e7ae0d4876b2441308ac49cdd2"
format_stamp: "Formatted at 2026-06-08 09:51:00 on dist-test-slave-g93p"
I20260608 09:51:00.511521   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:00.528522   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:00.529521   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:00.530965   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:00.533324   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:00.533553   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:00.533797   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:00.533998   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 09:51:00.571262   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:45629
I20260608 09:51:00.571374  9355 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:45629 every 8 connection(s)
I20260608 09:51:00.576520   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:00.584172  9360 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:00.586103  9361 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:00.587688   602 server_base.cc:1061] running on GCE node
W20260608 09:51:00.588521  9363 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:00.589636   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:00.589944   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:00.590150   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912260590130 us; error 0 us; skew 500 ppm
I20260608 09:51:00.590793   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:00.590963  9356 heartbeater.cc:344] Connected to a master server at 127.0.150.190:39561
I20260608 09:51:00.591413  9356 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:00.592406  9356 heartbeater.cc:507] Master 127.0.150.190:39561 requested a full tablet report, sending...
I20260608 09:51:00.593523   602 webserver.cc:533] Webserver started at http://127.0.150.130:33879/ using document root <none> and password file <none>
I20260608 09:51:00.594249   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:00.594460   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:00.594770   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:00.594882  9229 ts_manager.cc:194] Registered new tserver with Master: 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129:45629)
I20260608 09:51:00.595932   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "79075edec0f546c89c94ead0e8029fb7"
format_stamp: "Formatted at 2026-06-08 09:51:00 on dist-test-slave-g93p"
I20260608 09:51:00.596805  9229 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35114
I20260608 09:51:00.601189   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 09:51:00.604673  9368 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:00.605432   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:00.605744   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "79075edec0f546c89c94ead0e8029fb7"
format_stamp: "Formatted at 2026-06-08 09:51:00 on dist-test-slave-g93p"
I20260608 09:51:00.606081   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:00.624573   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:00.625532   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:00.626950   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:00.629133   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:00.629355   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:00.629594   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:00.629767   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:00.669621   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:42115
I20260608 09:51:00.669744  9430 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:42115 every 8 connection(s)
I20260608 09:51:00.674630   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:00.681569  9435 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:00.682315  9434 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:00.686830  9431 heartbeater.cc:344] Connected to a master server at 127.0.150.190:39561
I20260608 09:51:00.687433  9431 heartbeater.cc:461] Registering TS with master...
W20260608 09:51:00.687994  9437 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:00.688091   602 server_base.cc:1061] running on GCE node
I20260608 09:51:00.688450  9431 heartbeater.cc:507] Master 127.0.150.190:39561 requested a full tablet report, sending...
I20260608 09:51:00.689210   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:00.689487   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:00.689731   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912260689712 us; error 0 us; skew 500 ppm
I20260608 09:51:00.690435   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:00.690717  9229 ts_manager.cc:194] Registered new tserver with Master: 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115)
I20260608 09:51:00.692477  9229 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35130
I20260608 09:51:00.692935   602 webserver.cc:533] Webserver started at http://127.0.150.131:43457/ using document root <none> and password file <none>
I20260608 09:51:00.693634   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:00.693854   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:00.694185   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:00.695289   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "7d4b1058bead474ebf8af07599456fe4"
format_stamp: "Formatted at 2026-06-08 09:51:00 on dist-test-slave-g93p"
I20260608 09:51:00.699725   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:51:00.703132  9442 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:00.703913   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260608 09:51:00.704217   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "7d4b1058bead474ebf8af07599456fe4"
format_stamp: "Formatted at 2026-06-08 09:51:00 on dist-test-slave-g93p"
I20260608 09:51:00.704497   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:00.731209   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:00.732213   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:00.733608   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:00.735947   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:00.736186   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:00.736442   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:00.736624   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:00.777959   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:41321
I20260608 09:51:00.778093  9504 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:41321 every 8 connection(s)
I20260608 09:51:00.797103  9505 heartbeater.cc:344] Connected to a master server at 127.0.150.190:39561
I20260608 09:51:00.797700  9505 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:00.798533  9505 heartbeater.cc:507] Master 127.0.150.190:39561 requested a full tablet report, sending...
I20260608 09:51:00.800805  9229 ts_manager.cc:194] Registered new tserver with Master: 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:00.801731   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.020390376s
I20260608 09:51:00.802489  9229 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35144
I20260608 09:51:01.599817  9356 heartbeater.cc:499] Master 127.0.150.190:39561 was elected leader, sending a full tablet report...
I20260608 09:51:01.695155  9431 heartbeater.cc:499] Master 127.0.150.190:39561 was elected leader, sending a full tablet report...
I20260608 09:51:01.806044  9505 heartbeater.cc:499] Master 127.0.150.190:39561 was elected leader, sending a full tablet report...
I20260608 09:51:01.858989  9229 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:36180:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:51:01.861385  9229 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:51:01.927616  9470 tablet_service.cc:1511] Processing CreateTablet for tablet dbc64be918664f779be61b82a143fdbe (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:01.929497  9470 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbc64be918664f779be61b82a143fdbe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.931161  9469 tablet_service.cc:1511] Processing CreateTablet for tablet 5f0db2d1b48643eb9a8dd1044d6e125e (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:01.932390  9469 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f0db2d1b48643eb9a8dd1044d6e125e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.938252  9468 tablet_service.cc:1511] Processing CreateTablet for tablet 6a841647b0764790b2dc11840331d686 (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:01.939636  9468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a841647b0764790b2dc11840331d686. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.943910  9467 tablet_service.cc:1511] Processing CreateTablet for tablet a257b5f61d24452b9d197a998d445a8c (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:01.945277  9467 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a257b5f61d24452b9d197a998d445a8c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.947893  9321 tablet_service.cc:1511] Processing CreateTablet for tablet dbc64be918664f779be61b82a143fdbe (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:01.949363  9321 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbc64be918664f779be61b82a143fdbe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.951736  9466 tablet_service.cc:1511] Processing CreateTablet for tablet a7a5cdaeccf642deb01bf3c7c79dde54 (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:01.953043  9466 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a7a5cdaeccf642deb01bf3c7c79dde54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.959631  9320 tablet_service.cc:1511] Processing CreateTablet for tablet 5f0db2d1b48643eb9a8dd1044d6e125e (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:01.959975  9465 tablet_service.cc:1511] Processing CreateTablet for tablet ef7d5de8a65543beb2ea8efbaed9c7f5 (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:01.960355  9319 tablet_service.cc:1511] Processing CreateTablet for tablet 6a841647b0764790b2dc11840331d686 (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:01.961098  9320 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f0db2d1b48643eb9a8dd1044d6e125e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.961728  9465 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef7d5de8a65543beb2ea8efbaed9c7f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.961758  9319 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a841647b0764790b2dc11840331d686. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.995898  9395 tablet_service.cc:1511] Processing CreateTablet for tablet 5f0db2d1b48643eb9a8dd1044d6e125e (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:01.996941  9318 tablet_service.cc:1511] Processing CreateTablet for tablet a7a5cdaeccf642deb01bf3c7c79dde54 (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:01.998435  9318 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a7a5cdaeccf642deb01bf3c7c79dde54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:01.998845  9525 tablet_bootstrap.cc:492] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2: Bootstrap starting.
I20260608 09:51:01.999583  9394 tablet_service.cc:1511] Processing CreateTablet for tablet 6a841647b0764790b2dc11840331d686 (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:02.002734  9393 tablet_service.cc:1511] Processing CreateTablet for tablet a257b5f61d24452b9d197a998d445a8c (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:02.003202  9317 tablet_service.cc:1511] Processing CreateTablet for tablet ef7d5de8a65543beb2ea8efbaed9c7f5 (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:02.004587  9317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef7d5de8a65543beb2ea8efbaed9c7f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:02.005190  9525 tablet_bootstrap.cc:654] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.005927  9392 tablet_service.cc:1511] Processing CreateTablet for tablet a7a5cdaeccf642deb01bf3c7c79dde54 (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:02.009099  9395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f0db2d1b48643eb9a8dd1044d6e125e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:02.009825  9394 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6a841647b0764790b2dc11840331d686. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:02.010025  9391 tablet_service.cc:1511] Processing CreateTablet for tablet ef7d5de8a65543beb2ea8efbaed9c7f5 (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:02.011818  9391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef7d5de8a65543beb2ea8efbaed9c7f5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:02.016918  9396 tablet_service.cc:1511] Processing CreateTablet for tablet dbc64be918664f779be61b82a143fdbe (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:02.018329  9392 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a7a5cdaeccf642deb01bf3c7c79dde54. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:02.020061  9396 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbc64be918664f779be61b82a143fdbe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:02.030324  9393 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a257b5f61d24452b9d197a998d445a8c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:02.030980  9320 tablet_service.cc:1511] Processing CreateTablet for tablet a257b5f61d24452b9d197a998d445a8c (DEFAULT_TABLE table=test-workload [id=16c2c76e8c9247479630d389bde1a3ad]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:02.032421  9320 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a257b5f61d24452b9d197a998d445a8c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:02.047962  9527 tablet_bootstrap.cc:492] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7: Bootstrap starting.
I20260608 09:51:02.054265  9527 tablet_bootstrap.cc:654] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.067557  9527 tablet_bootstrap.cc:492] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7: No bootstrap required, opened a new log
I20260608 09:51:02.068156  9527 ts_tablet_manager.cc:1403] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.004s
I20260608 09:51:02.071666  9527 raft_consensus.cc:359] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.072227  9525 tablet_bootstrap.cc:492] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2: No bootstrap required, opened a new log
I20260608 09:51:02.072409  9527 raft_consensus.cc:385] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.072888  9527 raft_consensus.cc:740] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79075edec0f546c89c94ead0e8029fb7, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.072949  9525 ts_tablet_manager.cc:1403] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2: Time spent bootstrapping tablet: real 0.074s	user 0.012s	sys 0.000s
I20260608 09:51:02.073944  9527 consensus_queue.cc:260] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.076223  9525 raft_consensus.cc:359] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.076948  9525 raft_consensus.cc:385] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.077239  9525 raft_consensus.cc:740] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 576295e7ae0d4876b2441308ac49cdd2, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.080536  9525 consensus_queue.cc:260] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.090160  9525 ts_tablet_manager.cc:1434] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2: Time spent starting tablet: real 0.017s	user 0.010s	sys 0.000s
I20260608 09:51:02.092725  9525 tablet_bootstrap.cc:492] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2: Bootstrap starting.
I20260608 09:51:02.102638  9526 tablet_bootstrap.cc:492] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4: Bootstrap starting.
I20260608 09:51:02.104957  9525 tablet_bootstrap.cc:654] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.111032  9526 tablet_bootstrap.cc:654] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.114389  9527 ts_tablet_manager.cc:1434] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7: Time spent starting tablet: real 0.046s	user 0.011s	sys 0.011s
I20260608 09:51:02.115767  9527 tablet_bootstrap.cc:492] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7: Bootstrap starting.
I20260608 09:51:02.117420  9525 tablet_bootstrap.cc:492] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2: No bootstrap required, opened a new log
I20260608 09:51:02.117983  9525 ts_tablet_manager.cc:1403] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2: Time spent bootstrapping tablet: real 0.025s	user 0.008s	sys 0.010s
I20260608 09:51:02.121773  9527 tablet_bootstrap.cc:654] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.122129  9526 tablet_bootstrap.cc:492] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4: No bootstrap required, opened a new log
I20260608 09:51:02.120688  9525 raft_consensus.cc:359] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.122673  9526 ts_tablet_manager.cc:1403] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.003s
I20260608 09:51:02.122717  9525 raft_consensus.cc:385] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.123325  9525 raft_consensus.cc:740] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 576295e7ae0d4876b2441308ac49cdd2, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.124284  9525 consensus_queue.cc:260] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.126482  9526 raft_consensus.cc:359] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.127475  9526 raft_consensus.cc:385] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.127897  9526 raft_consensus.cc:740] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d4b1058bead474ebf8af07599456fe4, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.128813  9525 ts_tablet_manager.cc:1434] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.002s
I20260608 09:51:02.128957  9526 consensus_queue.cc:260] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.129933  9525 tablet_bootstrap.cc:492] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2: Bootstrap starting.
I20260608 09:51:02.134013  9527 tablet_bootstrap.cc:492] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7: No bootstrap required, opened a new log
I20260608 09:51:02.134783  9527 ts_tablet_manager.cc:1403] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.009s
I20260608 09:51:02.136543  9525 tablet_bootstrap.cc:654] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.138756  9527 raft_consensus.cc:359] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.139791  9527 raft_consensus.cc:385] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.140223  9527 raft_consensus.cc:740] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79075edec0f546c89c94ead0e8029fb7, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.141428  9526 ts_tablet_manager.cc:1434] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4: Time spent starting tablet: real 0.018s	user 0.009s	sys 0.008s
I20260608 09:51:02.141209  9527 consensus_queue.cc:260] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.142382  9525 tablet_bootstrap.cc:492] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2: No bootstrap required, opened a new log
I20260608 09:51:02.142603  9526 tablet_bootstrap.cc:492] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4: Bootstrap starting.
I20260608 09:51:02.142951  9525 ts_tablet_manager.cc:1403] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260608 09:51:02.143532  9527 ts_tablet_manager.cc:1434] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.006s
I20260608 09:51:02.144603  9527 tablet_bootstrap.cc:492] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7: Bootstrap starting.
I20260608 09:51:02.145972  9525 raft_consensus.cc:359] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.146770  9525 raft_consensus.cc:385] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.147115  9525 raft_consensus.cc:740] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 576295e7ae0d4876b2441308ac49cdd2, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.148067  9525 consensus_queue.cc:260] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.149341  9526 tablet_bootstrap.cc:654] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.151122  9527 tablet_bootstrap.cc:654] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.152268  9525 ts_tablet_manager.cc:1434] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260608 09:51:02.153327  9525 tablet_bootstrap.cc:492] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2: Bootstrap starting.
I20260608 09:51:02.156123  9531 raft_consensus.cc:493] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:02.156668  9531 raft_consensus.cc:515] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.159682  9525 tablet_bootstrap.cc:654] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.161620  9527 tablet_bootstrap.cc:492] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7: No bootstrap required, opened a new log
I20260608 09:51:02.162174  9527 ts_tablet_manager.cc:1403] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.004s
I20260608 09:51:02.164744  9531 leader_election.cc:290] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.167246  9535 raft_consensus.cc:493] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:02.167979  9535 raft_consensus.cc:515] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.170531  9527 raft_consensus.cc:359] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.171263  9527 raft_consensus.cc:385] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.171561  9527 raft_consensus.cc:740] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79075edec0f546c89c94ead0e8029fb7, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.172466  9527 consensus_queue.cc:260] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.175051  9527 ts_tablet_manager.cc:1434] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.000s
I20260608 09:51:02.172978  9526 tablet_bootstrap.cc:492] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4: No bootstrap required, opened a new log
I20260608 09:51:02.177835  9527 tablet_bootstrap.cc:492] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7: Bootstrap starting.
I20260608 09:51:02.178313  9526 ts_tablet_manager.cc:1403] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4: Time spent bootstrapping tablet: real 0.036s	user 0.015s	sys 0.004s
I20260608 09:51:02.183501  9535 leader_election.cc:290] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115), 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129:45629)
I20260608 09:51:02.185364  9527 tablet_bootstrap.cc:654] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.186678  9526 raft_consensus.cc:359] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.187552  9526 raft_consensus.cc:385] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.187840  9526 raft_consensus.cc:740] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d4b1058bead474ebf8af07599456fe4, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.188634  9526 consensus_queue.cc:260] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.194913  9526 ts_tablet_manager.cc:1434] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4: Time spent starting tablet: real 0.016s	user 0.000s	sys 0.006s
I20260608 09:51:02.196017  9526 tablet_bootstrap.cc:492] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4: Bootstrap starting.
I20260608 09:51:02.200858  9406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f0db2d1b48643eb9a8dd1044d6e125e" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79075edec0f546c89c94ead0e8029fb7" is_pre_election: true
I20260608 09:51:02.201628  9406 raft_consensus.cc:2468] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 576295e7ae0d4876b2441308ac49cdd2 in term 0.
I20260608 09:51:02.203289  9526 tablet_bootstrap.cc:654] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.203259  9296 leader_election.cc:304] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [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: 576295e7ae0d4876b2441308ac49cdd2, 79075edec0f546c89c94ead0e8029fb7; no voters: 
I20260608 09:51:02.204676  9527 tablet_bootstrap.cc:492] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7: No bootstrap required, opened a new log
I20260608 09:51:02.204550  9531 raft_consensus.cc:2804] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:02.205168  9531 raft_consensus.cc:493] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:02.205518  9531 raft_consensus.cc:3060] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.215055  9531 raft_consensus.cc:515] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.216209  9525 tablet_bootstrap.cc:492] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2: No bootstrap required, opened a new log
I20260608 09:51:02.215472  9526 tablet_bootstrap.cc:492] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4: No bootstrap required, opened a new log
I20260608 09:51:02.215979  9527 ts_tablet_manager.cc:1403] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7: Time spent bootstrapping tablet: real 0.038s	user 0.016s	sys 0.000s
I20260608 09:51:02.216814  9525 ts_tablet_manager.cc:1403] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2: Time spent bootstrapping tablet: real 0.064s	user 0.009s	sys 0.005s
I20260608 09:51:02.217211  9480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f0db2d1b48643eb9a8dd1044d6e125e" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4" is_pre_election: true
I20260608 09:51:02.217162  9526 ts_tablet_manager.cc:1403] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.001s
I20260608 09:51:02.219828  9527 raft_consensus.cc:359] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.220192  9525 raft_consensus.cc:359] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.221042  9525 raft_consensus.cc:385] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.221432  9525 raft_consensus.cc:740] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 576295e7ae0d4876b2441308ac49cdd2, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.222330  9531 leader_election.cc:290] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [CANDIDATE]: Term 1 election: Requested vote from peers 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.221060  9526 raft_consensus.cc:359] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.223147  9526 raft_consensus.cc:385] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.223079  9525 consensus_queue.cc:260] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.223696  9526 raft_consensus.cc:740] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d4b1058bead474ebf8af07599456fe4, State: Initialized, Role: FOLLOWER
W20260608 09:51:02.223809  9294 leader_election.cc:343] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:02.225030  9406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f0db2d1b48643eb9a8dd1044d6e125e" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79075edec0f546c89c94ead0e8029fb7"
I20260608 09:51:02.220633  9527 raft_consensus.cc:385] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.225622  9406 raft_consensus.cc:3060] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.225793  9527 raft_consensus.cc:740] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79075edec0f546c89c94ead0e8029fb7, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.226701  9527 consensus_queue.cc:260] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.228704  9527 ts_tablet_manager.cc:1434] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.000s
I20260608 09:51:02.229765  9527 tablet_bootstrap.cc:492] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7: Bootstrap starting.
I20260608 09:51:02.232206  9525 ts_tablet_manager.cc:1434] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260608 09:51:02.233326  9525 tablet_bootstrap.cc:492] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2: Bootstrap starting.
I20260608 09:51:02.235220  9406 raft_consensus.cc:2468] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 576295e7ae0d4876b2441308ac49cdd2 in term 1.
I20260608 09:51:02.224640  9526 consensus_queue.cc:260] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.237591  9296 leader_election.cc:304] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [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: 576295e7ae0d4876b2441308ac49cdd2, 79075edec0f546c89c94ead0e8029fb7; no voters: 
I20260608 09:51:02.238014  9480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f0db2d1b48643eb9a8dd1044d6e125e" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4"
I20260608 09:51:02.238619  9531 raft_consensus.cc:2804] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:02.238647  9480 raft_consensus.cc:3060] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.235713  9527 tablet_bootstrap.cc:654] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.244009  9406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc64be918664f779be61b82a143fdbe" candidate_uuid: "7d4b1058bead474ebf8af07599456fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79075edec0f546c89c94ead0e8029fb7" is_pre_election: true
W20260608 09:51:02.245766  9445 leader_election.cc:343] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:02.247671  9331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc64be918664f779be61b82a143fdbe" candidate_uuid: "7d4b1058bead474ebf8af07599456fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "576295e7ae0d4876b2441308ac49cdd2" is_pre_election: true
I20260608 09:51:02.248624  9331 raft_consensus.cc:2468] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7d4b1058bead474ebf8af07599456fe4 in term 0.
I20260608 09:51:02.250666  9446 leader_election.cc:304] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [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: 576295e7ae0d4876b2441308ac49cdd2, 7d4b1058bead474ebf8af07599456fe4; no voters: 79075edec0f546c89c94ead0e8029fb7
I20260608 09:51:02.252345  9535 raft_consensus.cc:2804] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:02.252846  9535 raft_consensus.cc:493] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:02.253312  9535 raft_consensus.cc:3060] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.253705  9531 raft_consensus.cc:697] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 1 LEADER]: Becoming Leader. State: Replica: 576295e7ae0d4876b2441308ac49cdd2, State: Running, Role: LEADER
I20260608 09:51:02.252939  9526 ts_tablet_manager.cc:1434] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4: Time spent starting tablet: real 0.034s	user 0.006s	sys 0.000s
I20260608 09:51:02.254740  9531 consensus_queue.cc:237] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [LEADER]: Queue going to LEADER mode. State: All 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: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.255795  9526 tablet_bootstrap.cc:492] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4: Bootstrap starting.
I20260608 09:51:02.257577  9530 raft_consensus.cc:493] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:02.258103  9530 raft_consensus.cc:515] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.262490  9526 tablet_bootstrap.cc:654] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.272787  9530 leader_election.cc:290] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129:45629), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.274106  9547 raft_consensus.cc:493] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:02.274893  9547 raft_consensus.cc:515] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.239655  9525 tablet_bootstrap.cc:654] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.282697  9480 raft_consensus.cc:2468] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 576295e7ae0d4876b2441308ac49cdd2 in term 1.
I20260608 09:51:02.295192  9535 raft_consensus.cc:515] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.298890  9547 leader_election.cc:290] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.299361  9479 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a257b5f61d24452b9d197a998d445a8c" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4" is_pre_election: true
I20260608 09:51:02.301268  9535 leader_election.cc:290] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [CANDIDATE]: Term 1 election: Requested vote from peers 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115), 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129:45629)
W20260608 09:51:02.302253  9294 leader_election.cc:343] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:02.302521  9331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc64be918664f779be61b82a143fdbe" candidate_uuid: "7d4b1058bead474ebf8af07599456fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "576295e7ae0d4876b2441308ac49cdd2"
I20260608 09:51:02.303171  9331 raft_consensus.cc:3060] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.307729  9525 tablet_bootstrap.cc:492] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2: No bootstrap required, opened a new log
I20260608 09:51:02.308509  9525 ts_tablet_manager.cc:1403] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2: Time spent bootstrapping tablet: real 0.075s	user 0.009s	sys 0.004s
I20260608 09:51:02.312695  9525 raft_consensus.cc:359] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.314339  9331 raft_consensus.cc:2468] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7d4b1058bead474ebf8af07599456fe4 in term 1.
I20260608 09:51:02.314642  9525 raft_consensus.cc:385] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.315145  9525 raft_consensus.cc:740] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 576295e7ae0d4876b2441308ac49cdd2, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.316063  9527 tablet_bootstrap.cc:492] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7: No bootstrap required, opened a new log
I20260608 09:51:02.316121  9446 leader_election.cc:304] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [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: 576295e7ae0d4876b2441308ac49cdd2, 7d4b1058bead474ebf8af07599456fe4; no voters: 
I20260608 09:51:02.316154  9525 consensus_queue.cc:260] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.317682  9535 raft_consensus.cc:2804] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:02.316803  9527 ts_tablet_manager.cc:1403] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7: Time spent bootstrapping tablet: real 0.087s	user 0.050s	sys 0.029s
I20260608 09:51:02.318348  9406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc64be918664f779be61b82a143fdbe" candidate_uuid: "7d4b1058bead474ebf8af07599456fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79075edec0f546c89c94ead0e8029fb7"
I20260608 09:51:02.318821  9405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a257b5f61d24452b9d197a998d445a8c" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79075edec0f546c89c94ead0e8029fb7" is_pre_election: true
I20260608 09:51:02.319533  9405 raft_consensus.cc:2468] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 576295e7ae0d4876b2441308ac49cdd2 in term 0.
W20260608 09:51:02.319764  9445 leader_election.cc:343] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:02.321292  9296 leader_election.cc:304] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [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: 576295e7ae0d4876b2441308ac49cdd2, 79075edec0f546c89c94ead0e8029fb7; no voters: 7d4b1058bead474ebf8af07599456fe4
I20260608 09:51:02.321547  9525 ts_tablet_manager.cc:1434] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260608 09:51:02.322197  9547 raft_consensus.cc:2804] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:02.322576  9547 raft_consensus.cc:493] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:02.322893  9547 raft_consensus.cc:3060] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.321720  9527 raft_consensus.cc:359] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.326104  9527 raft_consensus.cc:385] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.326448  9527 raft_consensus.cc:740] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79075edec0f546c89c94ead0e8029fb7, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.327463  9535 raft_consensus.cc:697] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 1 LEADER]: Becoming Leader. State: Replica: 7d4b1058bead474ebf8af07599456fe4, State: Running, Role: LEADER
I20260608 09:51:02.328733  9535 consensus_queue.cc:237] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [LEADER]: Queue going to LEADER mode. State: All 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: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.332261  9527 consensus_queue.cc:260] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.333773  9547 raft_consensus.cc:515] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.336860  9405 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a257b5f61d24452b9d197a998d445a8c" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79075edec0f546c89c94ead0e8029fb7"
I20260608 09:51:02.337424  9405 raft_consensus.cc:3060] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.337440  9527 ts_tablet_manager.cc:1434] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7: Time spent starting tablet: real 0.018s	user 0.006s	sys 0.001s
I20260608 09:51:02.338979  9527 tablet_bootstrap.cc:492] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7: Bootstrap starting.
I20260608 09:51:02.351847  9479 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a841647b0764790b2dc11840331d686" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4" is_pre_election: true
I20260608 09:51:02.352749  9479 raft_consensus.cc:2468] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 79075edec0f546c89c94ead0e8029fb7 in term 0.
I20260608 09:51:02.353832  9526 tablet_bootstrap.cc:492] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4: No bootstrap required, opened a new log
I20260608 09:51:02.354393  9526 ts_tablet_manager.cc:1403] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4: Time spent bootstrapping tablet: real 0.099s	user 0.036s	sys 0.050s
I20260608 09:51:02.354700  9369 leader_election.cc:304] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [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: 79075edec0f546c89c94ead0e8029fb7, 7d4b1058bead474ebf8af07599456fe4; no voters: 
I20260608 09:51:02.355361  9531 raft_consensus.cc:493] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:02.356007  9530 raft_consensus.cc:2804] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:02.355877  9531 raft_consensus.cc:515] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.356534  9530 raft_consensus.cc:493] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:02.357029  9530 raft_consensus.cc:3060] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.357638  9526 raft_consensus.cc:359] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.358372  9526 raft_consensus.cc:385] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.358668  9526 raft_consensus.cc:740] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d4b1058bead474ebf8af07599456fe4, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.359061  9531 leader_election.cc:290] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.359701  9479 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7d5de8a65543beb2ea8efbaed9c7f5" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4" is_pre_election: true
I20260608 09:51:02.359577  9526 consensus_queue.cc:260] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.360832  9479 raft_consensus.cc:2468] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 576295e7ae0d4876b2441308ac49cdd2 in term 0.
I20260608 09:51:02.361181  9405 raft_consensus.cc:2468] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 576295e7ae0d4876b2441308ac49cdd2 in term 1.
I20260608 09:51:02.362067  9294 leader_election.cc:304] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [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: 576295e7ae0d4876b2441308ac49cdd2, 7d4b1058bead474ebf8af07599456fe4; no voters: 
I20260608 09:51:02.362236  9526 ts_tablet_manager.cc:1434] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 09:51:02.362716  9331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a841647b0764790b2dc11840331d686" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "576295e7ae0d4876b2441308ac49cdd2" is_pre_election: true
I20260608 09:51:02.362246  9406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7d5de8a65543beb2ea8efbaed9c7f5" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79075edec0f546c89c94ead0e8029fb7" is_pre_election: true
I20260608 09:51:02.364741  9296 leader_election.cc:304] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [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: 576295e7ae0d4876b2441308ac49cdd2, 79075edec0f546c89c94ead0e8029fb7; no voters: 
I20260608 09:51:02.366272  9479 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a257b5f61d24452b9d197a998d445a8c" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4"
I20260608 09:51:02.365123  9406 raft_consensus.cc:2468] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 576295e7ae0d4876b2441308ac49cdd2 in term 0.
W20260608 09:51:02.367604  9294 leader_election.cc:343] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:02.363734  9525 tablet_bootstrap.cc:492] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2: Bootstrap starting.
I20260608 09:51:02.364432  9531 raft_consensus.cc:2804] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:02.368503  9331 raft_consensus.cc:2468] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 79075edec0f546c89c94ead0e8029fb7 in term 0.
I20260608 09:51:02.368605  9531 raft_consensus.cc:493] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:02.369324  9531 raft_consensus.cc:3060] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.370618  9526 tablet_bootstrap.cc:492] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4: Bootstrap starting.
I20260608 09:51:02.365032  9547 leader_election.cc:290] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [CANDIDATE]: Term 1 election: Requested vote from peers 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.371481  9547 raft_consensus.cc:2804] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:02.371994  9547 raft_consensus.cc:697] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 1 LEADER]: Becoming Leader. State: Replica: 576295e7ae0d4876b2441308ac49cdd2, State: Running, Role: LEADER
I20260608 09:51:02.372869  9547 consensus_queue.cc:237] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [LEADER]: Queue going to LEADER mode. State: All 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: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.375321  9525 tablet_bootstrap.cc:654] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.375676  9228 catalog_manager.cc:5696] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "7d4b1058bead474ebf8af07599456fe4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:02.377156  9526 tablet_bootstrap.cc:654] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.368534  9527 tablet_bootstrap.cc:654] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.380096  9227 catalog_manager.cc:5696] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "576295e7ae0d4876b2441308ac49cdd2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:02.368220  9530 raft_consensus.cc:515] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.387642  9526 tablet_bootstrap.cc:492] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4: No bootstrap required, opened a new log
I20260608 09:51:02.388535  9526 ts_tablet_manager.cc:1403] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.007s
I20260608 09:51:02.389000  9331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a841647b0764790b2dc11840331d686" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "576295e7ae0d4876b2441308ac49cdd2"
I20260608 09:51:02.389794  9331 raft_consensus.cc:3060] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.399333  9526 raft_consensus.cc:359] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.400436  9526 raft_consensus.cc:385] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.400905  9526 raft_consensus.cc:740] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d4b1058bead474ebf8af07599456fe4, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.402057  9526 consensus_queue.cc:260] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.405385  9526 ts_tablet_manager.cc:1434] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.004s
I20260608 09:51:02.406883  9526 tablet_bootstrap.cc:492] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4: Bootstrap starting.
W20260608 09:51:02.411141  9277 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:51:02.416417  9526 tablet_bootstrap.cc:654] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:02.423040  9479 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6a841647b0764790b2dc11840331d686" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4"
I20260608 09:51:02.423182  9531 raft_consensus.cc:515] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.423691  9479 raft_consensus.cc:3060] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.426136  9406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7d5de8a65543beb2ea8efbaed9c7f5" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79075edec0f546c89c94ead0e8029fb7"
I20260608 09:51:02.426713  9406 raft_consensus.cc:3060] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.430583  9531 leader_election.cc:290] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [CANDIDATE]: Term 1 election: Requested vote from peers 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.431079  9530 leader_election.cc:290] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [CANDIDATE]: Term 1 election: Requested vote from peers 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129:45629), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.433987  9525 tablet_bootstrap.cc:492] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2: No bootstrap required, opened a new log
I20260608 09:51:02.434544  9525 ts_tablet_manager.cc:1403] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2: Time spent bootstrapping tablet: real 0.071s	user 0.007s	sys 0.005s
I20260608 09:51:02.435281  9527 tablet_bootstrap.cc:492] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7: No bootstrap required, opened a new log
I20260608 09:51:02.436019  9527 ts_tablet_manager.cc:1403] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7: Time spent bootstrapping tablet: real 0.097s	user 0.020s	sys 0.030s
I20260608 09:51:02.436465  9480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ef7d5de8a65543beb2ea8efbaed9c7f5" candidate_uuid: "576295e7ae0d4876b2441308ac49cdd2" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4"
I20260608 09:51:02.437093  9480 raft_consensus.cc:3060] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.432081  9331 raft_consensus.cc:2468] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 79075edec0f546c89c94ead0e8029fb7 in term 1.
I20260608 09:51:02.437752  9525 raft_consensus.cc:359] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.443010  9525 raft_consensus.cc:385] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.443353  9525 raft_consensus.cc:740] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 576295e7ae0d4876b2441308ac49cdd2, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.440313  9527 raft_consensus.cc:359] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.444228  9480 raft_consensus.cc:2468] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 576295e7ae0d4876b2441308ac49cdd2 in term 1.
I20260608 09:51:02.445518  9479 raft_consensus.cc:2468] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 79075edec0f546c89c94ead0e8029fb7 in term 1.
I20260608 09:51:02.444445  9527 raft_consensus.cc:385] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.446856  9294 leader_election.cc:304] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [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: 576295e7ae0d4876b2441308ac49cdd2, 7d4b1058bead474ebf8af07599456fe4; no voters: 
I20260608 09:51:02.447201  9527 raft_consensus.cc:740] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 79075edec0f546c89c94ead0e8029fb7, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.441502  9406 raft_consensus.cc:2468] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 576295e7ae0d4876b2441308ac49cdd2 in term 1.
I20260608 09:51:02.444223  9525 consensus_queue.cc:260] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.444017  9372 leader_election.cc:304] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [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: 576295e7ae0d4876b2441308ac49cdd2, 79075edec0f546c89c94ead0e8029fb7; no voters: 
I20260608 09:51:02.448235  9556 raft_consensus.cc:2804] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:02.447533  9526 tablet_bootstrap.cc:492] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4: No bootstrap required, opened a new log
I20260608 09:51:02.448084  9527 consensus_queue.cc:260] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.449141  9526 ts_tablet_manager.cc:1403] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4: Time spent bootstrapping tablet: real 0.043s	user 0.011s	sys 0.019s
I20260608 09:51:02.449172  9556 raft_consensus.cc:697] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 LEADER]: Becoming Leader. State: Replica: 576295e7ae0d4876b2441308ac49cdd2, State: Running, Role: LEADER
I20260608 09:51:02.450690  9556 consensus_queue.cc:237] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [LEADER]: Queue going to LEADER mode. State: All 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: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.452782  9526 raft_consensus.cc:359] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.453527  9526 raft_consensus.cc:385] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:02.453619  9530 raft_consensus.cc:2804] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:02.456022  9525 ts_tablet_manager.cc:1434] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2: Time spent starting tablet: real 0.021s	user 0.007s	sys 0.000s
I20260608 09:51:02.453926  9526 raft_consensus.cc:740] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d4b1058bead474ebf8af07599456fe4, State: Initialized, Role: FOLLOWER
I20260608 09:51:02.458329  9530 raft_consensus.cc:697] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 1 LEADER]: Becoming Leader. State: Replica: 79075edec0f546c89c94ead0e8029fb7, State: Running, Role: LEADER
I20260608 09:51:02.458864  9527 ts_tablet_manager.cc:1434] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7: Time spent starting tablet: real 0.022s	user 0.014s	sys 0.001s
I20260608 09:51:02.457625  9526 consensus_queue.cc:260] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.459404  9530 consensus_queue.cc:237] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [LEADER]: Queue going to LEADER mode. State: All 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: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.457600  9227 catalog_manager.cc:5696] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "576295e7ae0d4876b2441308ac49cdd2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:02.461520  9526 ts_tablet_manager.cc:1434] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.004s
I20260608 09:51:02.471175  9228 catalog_manager.cc:5696] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "79075edec0f546c89c94ead0e8029fb7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:02.476702  9226 catalog_manager.cc:5696] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 reported cstate change: term changed from 0 to 1, leader changed from <none> to 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "576295e7ae0d4876b2441308ac49cdd2" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:02.524169  9530 raft_consensus.cc:493] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:02.524694  9530 raft_consensus.cc:515] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.526504  9530 leader_election.cc:290] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129:45629), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.527212  9331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7a5cdaeccf642deb01bf3c7c79dde54" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "576295e7ae0d4876b2441308ac49cdd2" is_pre_election: true
I20260608 09:51:02.527644  9480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7a5cdaeccf642deb01bf3c7c79dde54" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4" is_pre_election: true
I20260608 09:51:02.527957  9331 raft_consensus.cc:2468] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 79075edec0f546c89c94ead0e8029fb7 in term 0.
I20260608 09:51:02.528313  9480 raft_consensus.cc:2468] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 79075edec0f546c89c94ead0e8029fb7 in term 0.
I20260608 09:51:02.529065  9372 leader_election.cc:304] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [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: 576295e7ae0d4876b2441308ac49cdd2, 79075edec0f546c89c94ead0e8029fb7; no voters: 
I20260608 09:51:02.529784  9530 raft_consensus.cc:2804] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:02.530169  9530 raft_consensus.cc:493] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:02.530395  9530 raft_consensus.cc:3060] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.534992  9530 raft_consensus.cc:515] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.536682  9530 leader_election.cc:290] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [CANDIDATE]: Term 1 election: Requested vote from peers 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129:45629), 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321)
I20260608 09:51:02.537389  9331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7a5cdaeccf642deb01bf3c7c79dde54" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "576295e7ae0d4876b2441308ac49cdd2"
I20260608 09:51:02.537842  9480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a7a5cdaeccf642deb01bf3c7c79dde54" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4"
I20260608 09:51:02.538005  9331 raft_consensus.cc:3060] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.538417  9480 raft_consensus.cc:3060] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.542667  9331 raft_consensus.cc:2468] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 79075edec0f546c89c94ead0e8029fb7 in term 1.
I20260608 09:51:02.542873  9480 raft_consensus.cc:2468] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 79075edec0f546c89c94ead0e8029fb7 in term 1.
I20260608 09:51:02.543689  9372 leader_election.cc:304] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [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: 576295e7ae0d4876b2441308ac49cdd2, 79075edec0f546c89c94ead0e8029fb7; no voters: 
I20260608 09:51:02.544392  9530 raft_consensus.cc:2804] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:02.544857  9530 raft_consensus.cc:697] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 1 LEADER]: Becoming Leader. State: Replica: 79075edec0f546c89c94ead0e8029fb7, State: Running, Role: LEADER
I20260608 09:51:02.545607  9530 consensus_queue.cc:237] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [LEADER]: Queue going to LEADER mode. State: All 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: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.552790  9228 catalog_manager.cc:5696] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 reported cstate change: term changed from 0 to 1, leader changed from <none> to 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "79075edec0f546c89c94ead0e8029fb7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:02.649616  9556 consensus_queue.cc:1048] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:02.693466  9530 raft_consensus.cc:493] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:02.694104  9530 raft_consensus.cc:515] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } }
I20260608 09:51:02.698031  9331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc64be918664f779be61b82a143fdbe" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "576295e7ae0d4876b2441308ac49cdd2" is_pre_election: true
I20260608 09:51:02.698652  9530 leader_election.cc:290] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7d4b1058bead474ebf8af07599456fe4 (127.0.150.131:41321), 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129:45629)
I20260608 09:51:02.698870  9331 raft_consensus.cc:2393] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 79075edec0f546c89c94ead0e8029fb7 in current term 1: Already voted for candidate 7d4b1058bead474ebf8af07599456fe4 in this term.
I20260608 09:51:02.700315  9480 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc64be918664f779be61b82a143fdbe" candidate_uuid: "79075edec0f546c89c94ead0e8029fb7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7d4b1058bead474ebf8af07599456fe4" is_pre_election: true
I20260608 09:51:02.702247  9369 leader_election.cc:304] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [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: 79075edec0f546c89c94ead0e8029fb7; no voters: 576295e7ae0d4876b2441308ac49cdd2, 7d4b1058bead474ebf8af07599456fe4
I20260608 09:51:02.703519  9530 raft_consensus.cc:3060] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.716423  9535 raft_consensus.cc:493] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:02.717442  9530 raft_consensus.cc:2749] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:51:02.717185  9535 raft_consensus.cc:515] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 } } peers { permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 } } peers { permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 } }
I20260608 09:51:02.721314  9331 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a257b5f61d24452b9d197a998d445a8c" candidate_uuid: "7d4b1058bead474ebf8af07599456fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "576295e7ae0d4876b2441308ac49cdd2" is_pre_election: true
I20260608 09:51:02.726044  9406 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a257b5f61d24452b9d197a998d445a8c" candidate_uuid: "7d4b1058bead474ebf8af07599456fe4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "79075edec0f546c89c94ead0e8029fb7" is_pre_election: true
I20260608 09:51:02.727159  9406 raft_consensus.cc:2393] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 7d4b1058bead474ebf8af07599456fe4 in current term 1: Already voted for candidate 576295e7ae0d4876b2441308ac49cdd2 in this term.
I20260608 09:51:02.728871  9445 leader_election.cc:304] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [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: 7d4b1058bead474ebf8af07599456fe4; no voters: 576295e7ae0d4876b2441308ac49cdd2, 79075edec0f546c89c94ead0e8029fb7
I20260608 09:51:02.729816  9554 raft_consensus.cc:3060] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:02.734045  9535 leader_election.cc:290] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 576295e7ae0d4876b2441308ac49cdd2 (127.0.150.129:45629), 79075edec0f546c89c94ead0e8029fb7 (127.0.150.130:42115)
I20260608 09:51:02.737797  9554 raft_consensus.cc:2749] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:51:02.762418  9556 consensus_queue.cc:1048] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:02.828634  9554 consensus_queue.cc:1048] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:02.858137  9554 consensus_queue.cc:1048] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:02.875422  9556 consensus_queue.cc:1048] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:02.891772  9531 consensus_queue.cc:1048] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:02.955462  9556 consensus_queue.cc:1048] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:02.959995  9530 consensus_queue.cc:1048] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260608 09:51:02.982568  9564 consensus_queue.cc:1048] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:02.992192  9547 consensus_queue.cc:1048] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [LEADER]: Connected to new peer: Peer: permanent_uuid: "79075edec0f546c89c94ead0e8029fb7" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42115 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:03.059916  9478 raft_consensus.cc:1275] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Refusing update from remote peer 79075edec0f546c89c94ead0e8029fb7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:03.061857  9564 consensus_queue.cc:1048] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7d4b1058bead474ebf8af07599456fe4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41321 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:03.073727  9330 raft_consensus.cc:1275] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Refusing update from remote peer 79075edec0f546c89c94ead0e8029fb7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:03.076172  9530 consensus_queue.cc:1048] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "576295e7ae0d4876b2441308ac49cdd2" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 45629 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 09:51:03.290517  9612 log.cc:927] Time spent T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4: Append to log took a long time: real 0.082s	user 0.000s	sys 0.001s
W20260608 09:51:03.395088  9369 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.131:41321, user_credentials={real_user=slave}} blocked reactor thread for 50258.8us
W20260608 09:51:03.537185  9372 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.129:45629, user_credentials={real_user=slave}} blocked reactor thread for 67152.8us
W20260608 09:51:04.083783  9446 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.129:45629, user_credentials={real_user=slave}} blocked reactor thread for 77538.8us
W20260608 09:51:04.116113  9296 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.130:42115, user_credentials={real_user=slave}} blocked reactor thread for 64898.8us
I20260608 09:51:04.464093   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:51:04.502789   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:04.503810   602 tablet_replica.cc:333] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2: stopping tablet replica
I20260608 09:51:04.504873   602 raft_consensus.cc:2243] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:04.506130   602 raft_consensus.cc:2272] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.510401   602 tablet_replica.cc:333] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2: stopping tablet replica
I20260608 09:51:04.511052   602 raft_consensus.cc:2243] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:04.511873   602 raft_consensus.cc:2272] T a257b5f61d24452b9d197a998d445a8c P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.514771   602 tablet_replica.cc:333] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2: stopping tablet replica
I20260608 09:51:04.515318   602 raft_consensus.cc:2243] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:04.516160   602 raft_consensus.cc:2272] T 5f0db2d1b48643eb9a8dd1044d6e125e P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.518811   602 tablet_replica.cc:333] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2: stopping tablet replica
I20260608 09:51:04.519356   602 raft_consensus.cc:2243] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.519841   602 raft_consensus.cc:2272] T 6a841647b0764790b2dc11840331d686 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.522624   602 tablet_replica.cc:333] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2: stopping tablet replica
I20260608 09:51:04.523175   602 raft_consensus.cc:2243] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.523713   602 raft_consensus.cc:2272] T a7a5cdaeccf642deb01bf3c7c79dde54 P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.526726   602 tablet_replica.cc:333] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2: stopping tablet replica
I20260608 09:51:04.527242   602 raft_consensus.cc:2243] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.527772   602 raft_consensus.cc:2272] T dbc64be918664f779be61b82a143fdbe P 576295e7ae0d4876b2441308ac49cdd2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.558307   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:51:04.578876   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:51:04.605459   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:04.606557   602 tablet_replica.cc:333] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7: stopping tablet replica
I20260608 09:51:04.607430   602 raft_consensus.cc:2243] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.608074   602 raft_consensus.cc:2272] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.611366   602 tablet_replica.cc:333] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7: stopping tablet replica
I20260608 09:51:04.611917   602 raft_consensus.cc:2243] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.612421   602 raft_consensus.cc:2272] T a257b5f61d24452b9d197a998d445a8c P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.615217   602 tablet_replica.cc:333] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7: stopping tablet replica
I20260608 09:51:04.615767   602 raft_consensus.cc:2243] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.616253   602 raft_consensus.cc:2272] T 5f0db2d1b48643eb9a8dd1044d6e125e P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.619057   602 tablet_replica.cc:333] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7: stopping tablet replica
I20260608 09:51:04.619622   602 raft_consensus.cc:2243] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:04.620543   602 raft_consensus.cc:2272] T 6a841647b0764790b2dc11840331d686 P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.623173   602 tablet_replica.cc:333] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7: stopping tablet replica
I20260608 09:51:04.623715   602 raft_consensus.cc:2243] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.624318   602 raft_consensus.cc:2272] T dbc64be918664f779be61b82a143fdbe P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.626924   602 tablet_replica.cc:333] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7: stopping tablet replica
I20260608 09:51:04.627446   602 raft_consensus.cc:2243] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:04.628278   602 raft_consensus.cc:2272] T a7a5cdaeccf642deb01bf3c7c79dde54 P 79075edec0f546c89c94ead0e8029fb7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.657546   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:51:04.677997   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:51:04.707185   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:04.707990   602 tablet_replica.cc:333] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4: stopping tablet replica
I20260608 09:51:04.708635   602 raft_consensus.cc:2243] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.709227   602 raft_consensus.cc:2272] T a257b5f61d24452b9d197a998d445a8c P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.712047   602 tablet_replica.cc:333] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4: stopping tablet replica
I20260608 09:51:04.712638   602 raft_consensus.cc:2243] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:04.713439   602 raft_consensus.cc:2272] T dbc64be918664f779be61b82a143fdbe P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.716236   602 tablet_replica.cc:333] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4: stopping tablet replica
I20260608 09:51:04.716779   602 raft_consensus.cc:2243] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.717247   602 raft_consensus.cc:2272] T a7a5cdaeccf642deb01bf3c7c79dde54 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.719776   602 tablet_replica.cc:333] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4: stopping tablet replica
I20260608 09:51:04.720294   602 raft_consensus.cc:2243] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.720785   602 raft_consensus.cc:2272] T ef7d5de8a65543beb2ea8efbaed9c7f5 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.723384   602 tablet_replica.cc:333] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4: stopping tablet replica
I20260608 09:51:04.723883   602 raft_consensus.cc:2243] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.724354   602 raft_consensus.cc:2272] T 5f0db2d1b48643eb9a8dd1044d6e125e P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.727133   602 tablet_replica.cc:333] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4: stopping tablet replica
I20260608 09:51:04.727612   602 raft_consensus.cc:2243] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:04.728101   602 raft_consensus.cc:2272] T 6a841647b0764790b2dc11840331d686 P 7d4b1058bead474ebf8af07599456fe4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.748363   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:51:04.766785   602 master.cc:562] Master@127.0.150.190:39561 shutting down...
I20260608 09:51:04.789260   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:04.789943   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:04.790307   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P afc04e6d32824aa7bf6b02d5fe4058e8: stopping tablet replica
I20260608 09:51:04.810741   602 master.cc:584] Master@127.0.150.190:39561 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4587 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260608 09:51:04.849004   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:41711
I20260608 09:51:04.850347   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:04.855784  9628 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:04.855971  9629 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:04.858350   602 server_base.cc:1061] running on GCE node
W20260608 09:51:04.858367  9631 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:04.859498   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:04.859738   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:04.859896   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912264859879 us; error 0 us; skew 500 ppm
I20260608 09:51:04.860466   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:04.862962   602 webserver.cc:533] Webserver started at http://127.0.150.190:36633/ using document root <none> and password file <none>
I20260608 09:51:04.863488   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:04.863696   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:04.863969   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:04.865113   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "3519f4e03660404f93e3ba363814440a"
format_stamp: "Formatted at 2026-06-08 09:51:04 on dist-test-slave-g93p"
I20260608 09:51:04.869863   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 09:51:04.873327  9636 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:04.874285   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 09:51:04.874536   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "3519f4e03660404f93e3ba363814440a"
format_stamp: "Formatted at 2026-06-08 09:51:04 on dist-test-slave-g93p"
I20260608 09:51:04.874773   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:04.908303   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:04.909482   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:04.947214   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:41711
I20260608 09:51:04.947330  9687 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:41711 every 8 connection(s)
I20260608 09:51:04.951431  9688 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:04.962174  9688 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a: Bootstrap starting.
I20260608 09:51:04.967146  9688 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:04.971454  9688 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a: No bootstrap required, opened a new log
I20260608 09:51:04.973678  9688 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3519f4e03660404f93e3ba363814440a" member_type: VOTER }
I20260608 09:51:04.974169  9688 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:04.974408  9688 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3519f4e03660404f93e3ba363814440a, State: Initialized, Role: FOLLOWER
I20260608 09:51:04.975025  9688 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3519f4e03660404f93e3ba363814440a" member_type: VOTER }
I20260608 09:51:04.975512  9688 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:04.975764  9688 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:04.976037  9688 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:04.980569  9688 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3519f4e03660404f93e3ba363814440a" member_type: VOTER }
I20260608 09:51:04.981086  9688 leader_election.cc:304] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [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: 3519f4e03660404f93e3ba363814440a; no voters: 
I20260608 09:51:04.982239  9688 leader_election.cc:290] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:04.982712  9691 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:04.984074  9691 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 1 LEADER]: Becoming Leader. State: Replica: 3519f4e03660404f93e3ba363814440a, State: Running, Role: LEADER
I20260608 09:51:04.984805  9691 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [LEADER]: Queue going to LEADER mode. State: All 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: "3519f4e03660404f93e3ba363814440a" member_type: VOTER }
I20260608 09:51:04.985249  9688 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:51:04.989734  9692 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3519f4e03660404f93e3ba363814440a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3519f4e03660404f93e3ba363814440a" member_type: VOTER } }
I20260608 09:51:04.990515  9692 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:04.990358  9693 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3519f4e03660404f93e3ba363814440a. Latest consensus state: current_term: 1 leader_uuid: "3519f4e03660404f93e3ba363814440a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3519f4e03660404f93e3ba363814440a" member_type: VOTER } }
I20260608 09:51:04.991128  9693 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:04.994284  9699 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:51:04.999418  9699 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:51:05.002018   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:51:05.008616  9699 catalog_manager.cc:1382] Generated new cluster ID: 415bbf53d52043b4a553434e3c24c712
I20260608 09:51:05.008876  9699 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:51:05.041656  9699 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:51:05.042917  9699 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:51:05.056583  9699 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a: Generated new TSK 0
I20260608 09:51:05.057158  9699 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:51:05.068467   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:05.074363  9709 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:05.076225  9710 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:05.077301   602 server_base.cc:1061] running on GCE node
W20260608 09:51:05.078303  9712 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:05.079205   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:05.079447   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:05.079627   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912265079598 us; error 0 us; skew 500 ppm
I20260608 09:51:05.080204   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:05.082473   602 webserver.cc:533] Webserver started at http://127.0.150.129:37477/ using document root <none> and password file <none>
I20260608 09:51:05.082998   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:05.083202   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:05.083478   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:05.084618   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "a939b838ffaa4ae1a94b9d3d71086370"
format_stamp: "Formatted at 2026-06-08 09:51:05 on dist-test-slave-g93p"
I20260608 09:51:05.089340   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 09:51:05.092835  9717 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:05.093665   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:05.094012   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "a939b838ffaa4ae1a94b9d3d71086370"
format_stamp: "Formatted at 2026-06-08 09:51:05 on dist-test-slave-g93p"
I20260608 09:51:05.094318   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:05.113238   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:05.114524   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:05.116036   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:05.118357   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:05.118593   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:05.118852   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:05.119065   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:05.157923   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:32777
I20260608 09:51:05.158104  9779 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:32777 every 8 connection(s)
I20260608 09:51:05.163236   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:05.171769  9784 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:05.173125  9785 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:05.175128   602 server_base.cc:1061] running on GCE node
W20260608 09:51:05.176756  9787 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:05.178879   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:05.179190   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:05.179419   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912265179400 us; error 0 us; skew 500 ppm
I20260608 09:51:05.180052  9780 heartbeater.cc:344] Connected to a master server at 127.0.150.190:41711
I20260608 09:51:05.180099   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:05.180534  9780 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:05.181459  9780 heartbeater.cc:507] Master 127.0.150.190:41711 requested a full tablet report, sending...
I20260608 09:51:05.183189   602 webserver.cc:533] Webserver started at http://127.0.150.130:35887/ using document root <none> and password file <none>
I20260608 09:51:05.183954   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:05.183972  9653 ts_manager.cc:194] Registered new tserver with Master: a939b838ffaa4ae1a94b9d3d71086370 (127.0.150.129:32777)
I20260608 09:51:05.184361   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:05.184777   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:05.186487   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "3383cc24860947c1bd08089e1eed6f2c"
format_stamp: "Formatted at 2026-06-08 09:51:05 on dist-test-slave-g93p"
I20260608 09:51:05.186815  9653 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54630
I20260608 09:51:05.191480   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:51:05.195032  9792 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:05.195881   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:05.196357   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "3383cc24860947c1bd08089e1eed6f2c"
format_stamp: "Formatted at 2026-06-08 09:51:05 on dist-test-slave-g93p"
I20260608 09:51:05.196635   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:05.205341   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:05.206557   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:05.207949   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:05.210167   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:05.210405   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:05.210670   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:05.210850   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:05.249797   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:37975
I20260608 09:51:05.249980  9854 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:37975 every 8 connection(s)
I20260608 09:51:05.254964   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:05.263403  9859 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:05.263748  9858 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:05.267917  9855 heartbeater.cc:344] Connected to a master server at 127.0.150.190:41711
I20260608 09:51:05.268406  9855 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:05.268885   602 server_base.cc:1061] running on GCE node
W20260608 09:51:05.269111  9862 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:05.269407  9855 heartbeater.cc:507] Master 127.0.150.190:41711 requested a full tablet report, sending...
I20260608 09:51:05.270282   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:05.270581   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:05.270766   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912265270732 us; error 0 us; skew 500 ppm
I20260608 09:51:05.271585   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:05.271903  9653 ts_manager.cc:194] Registered new tserver with Master: 3383cc24860947c1bd08089e1eed6f2c (127.0.150.130:37975)
I20260608 09:51:05.273607  9653 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54638
I20260608 09:51:05.274124   602 webserver.cc:533] Webserver started at http://127.0.150.131:44237/ using document root <none> and password file <none>
I20260608 09:51:05.274834   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:05.275082   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:05.275367   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:05.276724   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "8a7e5cb3fbbf41b6b067cdee486831b0"
format_stamp: "Formatted at 2026-06-08 09:51:05 on dist-test-slave-g93p"
I20260608 09:51:05.281222   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.007s	sys 0.000s
I20260608 09:51:05.284487  9866 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:05.285234   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:05.285544   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "8a7e5cb3fbbf41b6b067cdee486831b0"
format_stamp: "Formatted at 2026-06-08 09:51:05 on dist-test-slave-g93p"
I20260608 09:51:05.285821   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:05.304013   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:05.305110   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:05.306561   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:05.308789   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:05.309015   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:05.309255   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:05.309432   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:05.347895   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:40559
I20260608 09:51:05.348016  9928 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:40559 every 8 connection(s)
I20260608 09:51:05.362326  9929 heartbeater.cc:344] Connected to a master server at 127.0.150.190:41711
I20260608 09:51:05.362758  9929 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:05.363550  9929 heartbeater.cc:507] Master 127.0.150.190:41711 requested a full tablet report, sending...
I20260608 09:51:05.365507  9653 ts_manager.cc:194] Registered new tserver with Master: 8a7e5cb3fbbf41b6b067cdee486831b0 (127.0.150.131:40559)
I20260608 09:51:05.365912   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014681972s
I20260608 09:51:05.367466  9653 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54640
I20260608 09:51:06.189633  9780 heartbeater.cc:499] Master 127.0.150.190:41711 was elected leader, sending a full tablet report...
I20260608 09:51:06.276326  9855 heartbeater.cc:499] Master 127.0.150.190:41711 was elected leader, sending a full tablet report...
I20260608 09:51:06.370714  9929 heartbeater.cc:499] Master 127.0.150.190:41711 was elected leader, sending a full tablet report...
I20260608 09:51:06.427150  9653 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:54648:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:51:06.429198  9653 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:51:06.480027  9894 tablet_service.cc:1511] Processing CreateTablet for tablet d4f97988a30140b4b456a3730e279fa8 (DEFAULT_TABLE table=test-workload [id=52751980ff7c4e539e643a580b48dca1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:51:06.480170  9820 tablet_service.cc:1511] Processing CreateTablet for tablet d4f97988a30140b4b456a3730e279fa8 (DEFAULT_TABLE table=test-workload [id=52751980ff7c4e539e643a580b48dca1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:51:06.481405  9820 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4f97988a30140b4b456a3730e279fa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:06.481528  9894 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4f97988a30140b4b456a3730e279fa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:06.489804  9745 tablet_service.cc:1511] Processing CreateTablet for tablet d4f97988a30140b4b456a3730e279fa8 (DEFAULT_TABLE table=test-workload [id=52751980ff7c4e539e643a580b48dca1]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:51:06.490980  9745 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d4f97988a30140b4b456a3730e279fa8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:06.500108  9949 tablet_bootstrap.cc:492] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0: Bootstrap starting.
I20260608 09:51:06.502074  9950 tablet_bootstrap.cc:492] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c: Bootstrap starting.
I20260608 09:51:06.508260  9951 tablet_bootstrap.cc:492] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370: Bootstrap starting.
I20260608 09:51:06.508311  9949 tablet_bootstrap.cc:654] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:06.509244  9950 tablet_bootstrap.cc:654] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:06.514367  9951 tablet_bootstrap.cc:654] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:06.514424  9949 tablet_bootstrap.cc:492] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0: No bootstrap required, opened a new log
I20260608 09:51:06.515062  9949 ts_tablet_manager.cc:1403] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.006s
I20260608 09:51:06.515532  9950 tablet_bootstrap.cc:492] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c: No bootstrap required, opened a new log
I20260608 09:51:06.516047  9950 ts_tablet_manager.cc:1403] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260608 09:51:06.518311  9949 raft_consensus.cc:359] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } }
I20260608 09:51:06.519091  9949 raft_consensus.cc:385] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:06.518946  9950 raft_consensus.cc:359] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } }
I20260608 09:51:06.519434  9949 raft_consensus.cc:740] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8a7e5cb3fbbf41b6b067cdee486831b0, State: Initialized, Role: FOLLOWER
I20260608 09:51:06.519817  9950 raft_consensus.cc:385] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:06.520174  9950 raft_consensus.cc:740] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3383cc24860947c1bd08089e1eed6f2c, State: Initialized, Role: FOLLOWER
I20260608 09:51:06.520437  9949 consensus_queue.cc:260] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } }
I20260608 09:51:06.521015  9950 consensus_queue.cc:260] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } }
I20260608 09:51:06.523898  9949 ts_tablet_manager.cc:1434] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 09:51:06.526292  9950 ts_tablet_manager.cc:1434] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c: Time spent starting tablet: real 0.010s	user 0.011s	sys 0.001s
I20260608 09:51:06.527118  9951 tablet_bootstrap.cc:492] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370: No bootstrap required, opened a new log
I20260608 09:51:06.527657  9951 ts_tablet_manager.cc:1403] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.008s
I20260608 09:51:06.530740  9951 raft_consensus.cc:359] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } }
I20260608 09:51:06.531236  9951 raft_consensus.cc:385] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:06.531517  9951 raft_consensus.cc:740] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a939b838ffaa4ae1a94b9d3d71086370, State: Initialized, Role: FOLLOWER
I20260608 09:51:06.532220  9951 consensus_queue.cc:260] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } }
I20260608 09:51:06.535086  9951 ts_tablet_manager.cc:1434] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260608 09:51:06.537469  9956 raft_consensus.cc:493] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:06.538120  9956 raft_consensus.cc:515] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } }
I20260608 09:51:06.541222  9956 leader_election.cc:290] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8a7e5cb3fbbf41b6b067cdee486831b0 (127.0.150.131:40559), a939b838ffaa4ae1a94b9d3d71086370 (127.0.150.129:32777)
I20260608 09:51:06.552443  9904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4f97988a30140b4b456a3730e279fa8" candidate_uuid: "3383cc24860947c1bd08089e1eed6f2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" is_pre_election: true
I20260608 09:51:06.553282  9904 raft_consensus.cc:2468] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3383cc24860947c1bd08089e1eed6f2c in term 0.
I20260608 09:51:06.554698  9794 leader_election.cc:304] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [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: 3383cc24860947c1bd08089e1eed6f2c, 8a7e5cb3fbbf41b6b067cdee486831b0; no voters: 
I20260608 09:51:06.555616  9956 raft_consensus.cc:2804] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:06.555995  9956 raft_consensus.cc:493] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:06.556324  9956 raft_consensus.cc:3060] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:06.559765  9755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4f97988a30140b4b456a3730e279fa8" candidate_uuid: "3383cc24860947c1bd08089e1eed6f2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a939b838ffaa4ae1a94b9d3d71086370" is_pre_election: true
I20260608 09:51:06.560384  9755 raft_consensus.cc:2468] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3383cc24860947c1bd08089e1eed6f2c in term 0.
I20260608 09:51:06.562325  9956 raft_consensus.cc:515] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } }
I20260608 09:51:06.564013  9956 leader_election.cc:290] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [CANDIDATE]: Term 1 election: Requested vote from peers 8a7e5cb3fbbf41b6b067cdee486831b0 (127.0.150.131:40559), a939b838ffaa4ae1a94b9d3d71086370 (127.0.150.129:32777)
I20260608 09:51:06.564693  9904 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4f97988a30140b4b456a3730e279fa8" candidate_uuid: "3383cc24860947c1bd08089e1eed6f2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0"
I20260608 09:51:06.564913  9755 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d4f97988a30140b4b456a3730e279fa8" candidate_uuid: "3383cc24860947c1bd08089e1eed6f2c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a939b838ffaa4ae1a94b9d3d71086370"
I20260608 09:51:06.565217  9904 raft_consensus.cc:3060] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:06.565501  9755 raft_consensus.cc:3060] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:06.570467  9904 raft_consensus.cc:2468] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3383cc24860947c1bd08089e1eed6f2c in term 1.
I20260608 09:51:06.570566  9755 raft_consensus.cc:2468] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3383cc24860947c1bd08089e1eed6f2c in term 1.
I20260608 09:51:06.571604  9794 leader_election.cc:304] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [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: 3383cc24860947c1bd08089e1eed6f2c, 8a7e5cb3fbbf41b6b067cdee486831b0; no voters: 
I20260608 09:51:06.572340  9956 raft_consensus.cc:2804] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:06.573398  9956 raft_consensus.cc:697] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 1 LEADER]: Becoming Leader. State: Replica: 3383cc24860947c1bd08089e1eed6f2c, State: Running, Role: LEADER
I20260608 09:51:06.574334  9956 consensus_queue.cc:237] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [LEADER]: Queue going to LEADER mode. State: All 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: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } }
I20260608 09:51:06.583045  9651 catalog_manager.cc:5696] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c reported cstate change: term changed from 0 to 1, leader changed from <none> to 3383cc24860947c1bd08089e1eed6f2c (127.0.150.130). New cstate: current_term: 1 leader_uuid: "3383cc24860947c1bd08089e1eed6f2c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3383cc24860947c1bd08089e1eed6f2c" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 37975 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:06.748919  9904 raft_consensus.cc:1275] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [term 1 FOLLOWER]: Refusing update from remote peer 3383cc24860947c1bd08089e1eed6f2c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:06.749277  9755 raft_consensus.cc:1275] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [term 1 FOLLOWER]: Refusing update from remote peer 3383cc24860947c1bd08089e1eed6f2c: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:06.750557  9956 consensus_queue.cc:1048] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [LEADER]: Connected to new peer: Peer: permanent_uuid: "8a7e5cb3fbbf41b6b067cdee486831b0" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 40559 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:06.751446  9960 consensus_queue.cc:1048] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [LEADER]: Connected to new peer: Peer: permanent_uuid: "a939b838ffaa4ae1a94b9d3d71086370" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 32777 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:07.289245   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:51:07.309238   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:07.309837   602 tablet_replica.cc:333] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370: stopping tablet replica
I20260608 09:51:07.310391   602 raft_consensus.cc:2243] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:07.310828   602 raft_consensus.cc:2272] T d4f97988a30140b4b456a3730e279fa8 P a939b838ffaa4ae1a94b9d3d71086370 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:07.321151   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:51:07.330431   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:51:07.349789   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:07.350476   602 tablet_replica.cc:333] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c: stopping tablet replica
I20260608 09:51:07.350994   602 raft_consensus.cc:2243] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:07.351886   602 raft_consensus.cc:2272] T d4f97988a30140b4b456a3730e279fa8 P 3383cc24860947c1bd08089e1eed6f2c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:07.377127   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:51:07.386794   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:51:07.407347   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:07.407995   602 tablet_replica.cc:333] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0: stopping tablet replica
I20260608 09:51:07.408510   602 raft_consensus.cc:2243] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:07.408994   602 raft_consensus.cc:2272] T d4f97988a30140b4b456a3730e279fa8 P 8a7e5cb3fbbf41b6b067cdee486831b0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:07.419412   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:51:07.428740   602 master.cc:562] Master@127.0.150.190:41711 shutting down...
I20260608 09:51:07.446026   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:07.446501   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:07.446774   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3519f4e03660404f93e3ba363814440a: stopping tablet replica
I20260608 09:51:07.465866   602 master.cc:584] Master@127.0.150.190:41711 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2641 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260608 09:51:07.493009   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:42389
I20260608 09:51:07.494282   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:07.499397  9985 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:07.500074  9984 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:07.501493  9987 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:07.502521   602 server_base.cc:1061] running on GCE node
I20260608 09:51:07.503400   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:07.503607   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:07.503795   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912267503759 us; error 0 us; skew 500 ppm
I20260608 09:51:07.504434   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:07.506808   602 webserver.cc:533] Webserver started at http://127.0.150.190:34451/ using document root <none> and password file <none>
I20260608 09:51:07.507349   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:07.507550   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:07.507839   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:07.508915   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "a0c67cd42fe54a70922e19b25a623f89"
format_stamp: "Formatted at 2026-06-08 09:51:07 on dist-test-slave-g93p"
I20260608 09:51:07.513460   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 09:51:07.516957  9992 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.517733   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:07.518069   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "a0c67cd42fe54a70922e19b25a623f89"
format_stamp: "Formatted at 2026-06-08 09:51:07 on dist-test-slave-g93p"
I20260608 09:51:07.518379   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:07.532423   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:07.533465   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:07.569073   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:42389
I20260608 09:51:07.569190 10043 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:42389 every 8 connection(s)
I20260608 09:51:07.573156 10044 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:07.583868 10044 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89: Bootstrap starting.
I20260608 09:51:07.588359 10044 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:07.592382 10044 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89: No bootstrap required, opened a new log
I20260608 09:51:07.594522 10044 raft_consensus.cc:359] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a0c67cd42fe54a70922e19b25a623f89" member_type: VOTER }
I20260608 09:51:07.594936 10044 raft_consensus.cc:385] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:07.595176 10044 raft_consensus.cc:740] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a0c67cd42fe54a70922e19b25a623f89, State: Initialized, Role: FOLLOWER
I20260608 09:51:07.595780 10044 consensus_queue.cc:260] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a0c67cd42fe54a70922e19b25a623f89" member_type: VOTER }
I20260608 09:51:07.596251 10044 raft_consensus.cc:399] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:07.596479 10044 raft_consensus.cc:493] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:07.596757 10044 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:07.601334 10044 raft_consensus.cc:515] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a0c67cd42fe54a70922e19b25a623f89" member_type: VOTER }
I20260608 09:51:07.601893 10044 leader_election.cc:304] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [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: a0c67cd42fe54a70922e19b25a623f89; no voters: 
I20260608 09:51:07.603144 10044 leader_election.cc:290] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:07.603544 10047 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:07.604981 10047 raft_consensus.cc:697] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 1 LEADER]: Becoming Leader. State: Replica: a0c67cd42fe54a70922e19b25a623f89, State: Running, Role: LEADER
I20260608 09:51:07.605592 10047 consensus_queue.cc:237] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [LEADER]: Queue going to LEADER mode. State: All 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: "a0c67cd42fe54a70922e19b25a623f89" member_type: VOTER }
I20260608 09:51:07.606225 10044 sys_catalog.cc:565] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:51:07.610193 10048 sys_catalog.cc:455] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a0c67cd42fe54a70922e19b25a623f89" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a0c67cd42fe54a70922e19b25a623f89" member_type: VOTER } }
I20260608 09:51:07.610853 10048 sys_catalog.cc:458] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:07.610110 10049 sys_catalog.cc:455] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a0c67cd42fe54a70922e19b25a623f89. Latest consensus state: current_term: 1 leader_uuid: "a0c67cd42fe54a70922e19b25a623f89" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a0c67cd42fe54a70922e19b25a623f89" member_type: VOTER } }
I20260608 09:51:07.612586 10049 sys_catalog.cc:458] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:07.615708 10055 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:51:07.621129 10055 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:51:07.622289   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:51:07.630045 10055 catalog_manager.cc:1382] Generated new cluster ID: e7d77a849bf04ee393760aa5fa794c17
I20260608 09:51:07.630357 10055 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:51:07.643461 10055 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:51:07.644722 10055 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:51:07.658281 10055 catalog_manager.cc:6069] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89: Generated new TSK 0
I20260608 09:51:07.658874 10055 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:51:07.689560   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:07.695859 10065 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:07.697093 10066 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:07.700870   602 server_base.cc:1061] running on GCE node
W20260608 09:51:07.703295 10068 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:07.707727   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:07.707938   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:07.708146   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912267708130 us; error 0 us; skew 500 ppm
I20260608 09:51:07.708675   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:07.710948   602 webserver.cc:533] Webserver started at http://127.0.150.129:41313/ using document root <none> and password file <none>
I20260608 09:51:07.711422   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:07.711576   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:07.711789   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:07.712816   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "e3e6ac84a92844c1bb040e2ca8821677"
format_stamp: "Formatted at 2026-06-08 09:51:07 on dist-test-slave-g93p"
I20260608 09:51:07.717535   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:51:07.721130 10073 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.721836   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:07.722198   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "e3e6ac84a92844c1bb040e2ca8821677"
format_stamp: "Formatted at 2026-06-08 09:51:07 on dist-test-slave-g93p"
I20260608 09:51:07.722469   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:07.748692   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:07.749910   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:07.751353   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:07.753659   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:07.753882   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.754180   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:07.754359   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.793289   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:36215
I20260608 09:51:07.793414 10135 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:36215 every 8 connection(s)
I20260608 09:51:07.798555   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:07.806236 10140 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:07.807480 10141 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:07.810525 10143 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:07.811360   602 server_base.cc:1061] running on GCE node
I20260608 09:51:07.812405 10136 heartbeater.cc:344] Connected to a master server at 127.0.150.190:42389
I20260608 09:51:07.812865 10136 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:07.813804 10136 heartbeater.cc:507] Master 127.0.150.190:42389 requested a full tablet report, sending...
I20260608 09:51:07.813804   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:07.814327   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:07.814558   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912267814538 us; error 0 us; skew 500 ppm
I20260608 09:51:07.815356   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:07.816531 10009 ts_manager.cc:194] Registered new tserver with Master: e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215)
I20260608 09:51:07.818115   602 webserver.cc:533] Webserver started at http://127.0.150.130:44357/ using document root <none> and password file <none>
I20260608 09:51:07.818691   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:07.818915   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:07.818742 10009 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47556
I20260608 09:51:07.819276   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:07.820674   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa"
format_stamp: "Formatted at 2026-06-08 09:51:07 on dist-test-slave-g93p"
I20260608 09:51:07.825610   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260608 09:51:07.828967 10148 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.829772   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:07.830085   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa"
format_stamp: "Formatted at 2026-06-08 09:51:07 on dist-test-slave-g93p"
I20260608 09:51:07.830320   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:07.849189   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:07.850333   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:07.851694   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:07.853981   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:07.854187   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.854446   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:07.854619   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.892597   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:42993
I20260608 09:51:07.892710 10210 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:42993 every 8 connection(s)
I20260608 09:51:07.897872   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:07.905141 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
W20260608 09:51:07.905756 10215 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:07.907272 10217 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:07.909096   602 server_base.cc:1061] running on GCE node
I20260608 09:51:07.910284   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:07.910575   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:07.910763   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912267910725 us; error 0 us; skew 500 ppm
I20260608 09:51:07.911384 10211 heartbeater.cc:344] Connected to a master server at 127.0.150.190:42389
I20260608 09:51:07.911458   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:07.911960 10211 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:07.912829 10211 heartbeater.cc:507] Master 127.0.150.190:42389 requested a full tablet report, sending...
I20260608 09:51:07.914413   602 webserver.cc:533] Webserver started at http://127.0.150.131:44717/ using document root <none> and password file <none>
I20260608 09:51:07.915210   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:07.915256 10009 ts_manager.cc:194] Registered new tserver with Master: e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993)
I20260608 09:51:07.915453   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:07.915871   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:07.916863 10009 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47562
I20260608 09:51:07.916949   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "70eab71ff98940308f8c652ea8afa5e4"
format_stamp: "Formatted at 2026-06-08 09:51:07 on dist-test-slave-g93p"
I20260608 09:51:07.921766   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260608 09:51:07.925246 10222 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.926070   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:07.926322   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "70eab71ff98940308f8c652ea8afa5e4"
format_stamp: "Formatted at 2026-06-08 09:51:07 on dist-test-slave-g93p"
I20260608 09:51:07.926563   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:07.937206   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:07.938263   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:07.939571   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:07.941790   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:07.942013   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.942266   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:07.942427   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:07.981398   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:42215
I20260608 09:51:07.981518 10284 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:42215 every 8 connection(s)
I20260608 09:51:07.995322 10285 heartbeater.cc:344] Connected to a master server at 127.0.150.190:42389
I20260608 09:51:07.995801 10285 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:07.996567 10285 heartbeater.cc:507] Master 127.0.150.190:42389 requested a full tablet report, sending...
I20260608 09:51:07.998567 10009 ts_manager.cc:194] Registered new tserver with Master: 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:07.999305   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014408954s
I20260608 09:51:08.000149 10009 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47578
I20260608 09:51:08.822032 10136 heartbeater.cc:499] Master 127.0.150.190:42389 was elected leader, sending a full tablet report...
I20260608 09:51:08.919494 10211 heartbeater.cc:499] Master 127.0.150.190:42389 was elected leader, sending a full tablet report...
I20260608 09:51:09.003062 10285 heartbeater.cc:499] Master 127.0.150.190:42389 was elected leader, sending a full tablet report...
I20260608 09:51:09.055124 10009 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47588:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 1
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 09:51:09.118599 10250 tablet_service.cc:1511] Processing CreateTablet for tablet 00341370ac264a1b8683fcb53223b7ad (DEFAULT_TABLE table=test-workload [id=b5342f071f6d41b2868d9c10c4673601]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:09.120088 10250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00341370ac264a1b8683fcb53223b7ad. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:09.120756 10249 tablet_service.cc:1511] Processing CreateTablet for tablet ead8f99658fb403ba0b5e104834cbbb9 (DEFAULT_TABLE table=test-workload [id=b5342f071f6d41b2868d9c10c4673601]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:09.122160 10249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ead8f99658fb403ba0b5e104834cbbb9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:09.130849 10101 tablet_service.cc:1511] Processing CreateTablet for tablet 4f7c93d9ae754ad48a0e487e529d1c4f (DEFAULT_TABLE table=test-workload [id=b5342f071f6d41b2868d9c10c4673601]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:09.131237 10176 tablet_service.cc:1511] Processing CreateTablet for tablet ff6f30eb1aa842dfbee710cb05192fae (DEFAULT_TABLE table=test-workload [id=b5342f071f6d41b2868d9c10c4673601]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:09.132432 10101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4f7c93d9ae754ad48a0e487e529d1c4f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:09.132565 10176 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ff6f30eb1aa842dfbee710cb05192fae. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:09.132200 10175 tablet_service.cc:1511] Processing CreateTablet for tablet 449139d2d02b46c8a2f73413a6bed4db (DEFAULT_TABLE table=test-workload [id=b5342f071f6d41b2868d9c10c4673601]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:09.134673 10175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 449139d2d02b46c8a2f73413a6bed4db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:09.134550 10100 tablet_service.cc:1511] Processing CreateTablet for tablet d0bfb02b3a2d404488f0f77f8cfca305 (DEFAULT_TABLE table=test-workload [id=b5342f071f6d41b2868d9c10c4673601]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:09.135933 10100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d0bfb02b3a2d404488f0f77f8cfca305. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:09.157358 10305 tablet_bootstrap.cc:492] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4: Bootstrap starting.
I20260608 09:51:09.163951 10306 tablet_bootstrap.cc:492] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa: Bootstrap starting.
I20260608 09:51:09.164501 10305 tablet_bootstrap.cc:654] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:09.167634 10307 tablet_bootstrap.cc:492] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677: Bootstrap starting.
I20260608 09:51:09.170969 10306 tablet_bootstrap.cc:654] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:09.171996 10305 tablet_bootstrap.cc:492] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4: No bootstrap required, opened a new log
I20260608 09:51:09.172528 10305 ts_tablet_manager.cc:1403] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.000s
I20260608 09:51:09.174809 10307 tablet_bootstrap.cc:654] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:09.175836 10305 raft_consensus.cc:359] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:09.176519 10305 raft_consensus.cc:385] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:09.176826 10305 raft_consensus.cc:740] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Initialized, Role: FOLLOWER
I20260608 09:51:09.177656 10306 tablet_bootstrap.cc:492] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa: No bootstrap required, opened a new log
I20260608 09:51:09.177625 10305 consensus_queue.cc:260] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:09.178449 10306 ts_tablet_manager.cc:1403] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.004s
I20260608 09:51:09.178534 10305 raft_consensus.cc:399] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:09.179019 10305 raft_consensus.cc:493] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:09.179368 10305 raft_consensus.cc:3060] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:09.180286 10307 tablet_bootstrap.cc:492] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677: No bootstrap required, opened a new log
I20260608 09:51:09.180775 10307 ts_tablet_manager.cc:1403] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677: Time spent bootstrapping tablet: real 0.013s	user 0.004s	sys 0.007s
I20260608 09:51:09.180888 10306 raft_consensus.cc:359] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } }
I20260608 09:51:09.181429 10306 raft_consensus.cc:385] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:09.181674 10306 raft_consensus.cc:740] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Initialized, Role: FOLLOWER
I20260608 09:51:09.182315 10306 consensus_queue.cc:260] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } }
I20260608 09:51:09.182859 10306 raft_consensus.cc:399] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:09.183135 10306 raft_consensus.cc:493] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:09.183413 10306 raft_consensus.cc:3060] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:09.183640 10307 raft_consensus.cc:359] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } }
I20260608 09:51:09.184221 10307 raft_consensus.cc:385] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:09.184556 10307 raft_consensus.cc:740] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Initialized, Role: FOLLOWER
I20260608 09:51:09.185254 10307 consensus_queue.cc:260] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } }
I20260608 09:51:09.185868 10307 raft_consensus.cc:399] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:09.186188 10307 raft_consensus.cc:493] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:09.186548 10307 raft_consensus.cc:3060] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:09.186476 10305 raft_consensus.cc:515] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:09.187398 10305 leader_election.cc:304] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [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: 70eab71ff98940308f8c652ea8afa5e4; no voters: 
I20260608 09:51:09.188716 10306 raft_consensus.cc:515] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } }
I20260608 09:51:09.189013 10305 leader_election.cc:290] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:09.189728 10306 leader_election.cc:304] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [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: e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:09.189633 10311 raft_consensus.cc:2804] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:09.195314 10307 raft_consensus.cc:515] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } }
I20260608 09:51:09.196426 10307 leader_election.cc:304] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677; no voters: 
I20260608 09:51:09.197645 10311 raft_consensus.cc:697] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 1 LEADER]: Becoming Leader. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Running, Role: LEADER
I20260608 09:51:09.198799 10311 consensus_queue.cc:237] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [LEADER]: Queue going to LEADER mode. State: All 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: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:09.203732 10306 leader_election.cc:290] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:09.204241 10313 raft_consensus.cc:2804] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:09.204597 10305 ts_tablet_manager.cc:1434] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4: Time spent starting tablet: real 0.032s	user 0.020s	sys 0.010s
I20260608 09:51:09.205296 10307 leader_election.cc:290] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:09.208381 10305 tablet_bootstrap.cc:492] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4: Bootstrap starting.
I20260608 09:51:09.210638 10306 ts_tablet_manager.cc:1434] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent starting tablet: real 0.032s	user 0.017s	sys 0.012s
I20260608 09:51:09.212280 10306 tablet_bootstrap.cc:492] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa: Bootstrap starting.
I20260608 09:51:09.206079 10315 raft_consensus.cc:2804] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:09.217334 10307 ts_tablet_manager.cc:1434] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677: Time spent starting tablet: real 0.036s	user 0.023s	sys 0.006s
I20260608 09:51:09.218386 10307 tablet_bootstrap.cc:492] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677: Bootstrap starting.
I20260608 09:51:09.214457 10009 catalog_manager.cc:5696] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "70eab71ff98940308f8c652ea8afa5e4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:09.219585 10305 tablet_bootstrap.cc:654] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:09.228991 10307 tablet_bootstrap.cc:654] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:09.233135 10313 raft_consensus.cc:697] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 LEADER]: Becoming Leader. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Running, Role: LEADER
I20260608 09:51:09.238265 10313 consensus_queue.cc:237] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [LEADER]: Queue going to LEADER mode. State: All 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: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } }
I20260608 09:51:09.239383 10306 tablet_bootstrap.cc:654] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:09.248005 10307 tablet_bootstrap.cc:492] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677: No bootstrap required, opened a new log
I20260608 09:51:09.248498 10307 ts_tablet_manager.cc:1403] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.000s
I20260608 09:51:09.251127 10305 tablet_bootstrap.cc:492] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4: No bootstrap required, opened a new log
I20260608 09:51:09.251726 10305 ts_tablet_manager.cc:1403] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4: Time spent bootstrapping tablet: real 0.044s	user 0.016s	sys 0.007s
I20260608 09:51:09.251546 10307 raft_consensus.cc:359] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } }
I20260608 09:51:09.252267 10307 raft_consensus.cc:385] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:09.252724 10307 raft_consensus.cc:740] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Initialized, Role: FOLLOWER
I20260608 09:51:09.253793 10307 consensus_queue.cc:260] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } }
I20260608 09:51:09.254797 10307 raft_consensus.cc:399] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:09.255251 10307 raft_consensus.cc:493] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:09.255663 10307 raft_consensus.cc:3060] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:09.256163 10315 raft_consensus.cc:697] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Becoming Leader. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Running, Role: LEADER
I20260608 09:51:09.260089 10315 consensus_queue.cc:237] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Queue going to LEADER mode. State: All 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } }
I20260608 09:51:09.263348 10009 catalog_manager.cc:5696] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa reported cstate change: term changed from 0 to 1, leader changed from <none> to e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130). New cstate: current_term: 1 leader_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:09.268647 10306 tablet_bootstrap.cc:492] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa: No bootstrap required, opened a new log
I20260608 09:51:09.258997 10305 raft_consensus.cc:359] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:09.268357 10307 raft_consensus.cc:515] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } }
I20260608 09:51:09.280368 10305 raft_consensus.cc:385] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:09.280480 10306 ts_tablet_manager.cc:1403] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent bootstrapping tablet: real 0.068s	user 0.017s	sys 0.004s
I20260608 09:51:09.276050 10008 catalog_manager.cc:5696] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "e3e6ac84a92844c1bb040e2ca8821677" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:09.280818 10305 raft_consensus.cc:740] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Initialized, Role: FOLLOWER
I20260608 09:51:09.281817 10305 consensus_queue.cc:260] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:09.280773 10307 leader_election.cc:304] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677; no voters: 
I20260608 09:51:09.282683 10305 raft_consensus.cc:399] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:09.282891 10307 leader_election.cc:290] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:09.283051 10305 raft_consensus.cc:493] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:09.283529 10305 raft_consensus.cc:3060] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:09.283622 10306 raft_consensus.cc:359] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } }
I20260608 09:51:09.284281 10306 raft_consensus.cc:385] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:09.284555 10306 raft_consensus.cc:740] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Initialized, Role: FOLLOWER
I20260608 09:51:09.284792 10307 ts_tablet_manager.cc:1434] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677: Time spent starting tablet: real 0.036s	user 0.020s	sys 0.000s
I20260608 09:51:09.285547 10315 raft_consensus.cc:2804] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:09.285349 10306 consensus_queue.cc:260] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } }
I20260608 09:51:09.286091 10306 raft_consensus.cc:399] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:09.286077 10315 raft_consensus.cc:697] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Becoming Leader. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Running, Role: LEADER
I20260608 09:51:09.286602 10306 raft_consensus.cc:493] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:09.286980 10306 raft_consensus.cc:3060] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:09.287034 10315 consensus_queue.cc:237] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Queue going to LEADER mode. State: All 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } }
I20260608 09:51:09.290766 10305 raft_consensus.cc:515] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:09.291587 10305 leader_election.cc:304] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [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: 70eab71ff98940308f8c652ea8afa5e4; no voters: 
I20260608 09:51:09.292434 10311 raft_consensus.cc:2804] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:09.292927 10311 raft_consensus.cc:697] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 LEADER]: Becoming Leader. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Running, Role: LEADER
I20260608 09:51:09.293632 10311 consensus_queue.cc:237] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [LEADER]: Queue going to LEADER mode. State: All 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: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:09.294047 10305 leader_election.cc:290] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:09.296298 10305 ts_tablet_manager.cc:1434] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4: Time spent starting tablet: real 0.040s	user 0.008s	sys 0.008s
I20260608 09:51:09.302518 10008 catalog_manager.cc:5696] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "e3e6ac84a92844c1bb040e2ca8821677" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:09.302780 10306 raft_consensus.cc:515] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } }
I20260608 09:51:09.303833 10306 leader_election.cc:304] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [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: e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:09.304662 10306 leader_election.cc:290] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:09.304944 10318 raft_consensus.cc:2804] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:09.305577 10318 raft_consensus.cc:697] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 LEADER]: Becoming Leader. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Running, Role: LEADER
I20260608 09:51:09.306489 10306 ts_tablet_manager.cc:1434] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent starting tablet: real 0.026s	user 0.017s	sys 0.002s
I20260608 09:51:09.307108 10318 consensus_queue.cc:237] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [LEADER]: Queue going to LEADER mode. State: All 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: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } }
I20260608 09:51:09.308630 10007 catalog_manager.cc:5696] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "70eab71ff98940308f8c652ea8afa5e4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:09.314273 10009 catalog_manager.cc:5696] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa reported cstate change: term changed from 0 to 1, leader changed from <none> to e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130). New cstate: current_term: 1 leader_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:09.991109 10008 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47600:
name: "test-workload-rf3"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:51:09.993494 10008 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload-rf3 in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:51:10.035547 10101 tablet_service.cc:1511] Processing CreateTablet for tablet 79066d6e9ab543208b4a70149386de45 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:10.036955 10101 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79066d6e9ab543208b4a70149386de45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.037371 10175 tablet_service.cc:1511] Processing CreateTablet for tablet 79066d6e9ab543208b4a70149386de45 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:10.038671 10175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79066d6e9ab543208b4a70149386de45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.038894 10250 tablet_service.cc:1511] Processing CreateTablet for tablet 79066d6e9ab543208b4a70149386de45 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:10.040323 10250 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 79066d6e9ab543208b4a70149386de45. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.044163 10249 tablet_service.cc:1511] Processing CreateTablet for tablet 8b9470bfb4c64bfcb7422bb2edf19d32 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:10.045665 10249 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b9470bfb4c64bfcb7422bb2edf19d32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.049945 10176 tablet_service.cc:1511] Processing CreateTablet for tablet 8b9470bfb4c64bfcb7422bb2edf19d32 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:10.051390 10176 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b9470bfb4c64bfcb7422bb2edf19d32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.057082 10173 tablet_service.cc:1511] Processing CreateTablet for tablet c3b316dd218b4d5cb9863aa0491dfd24 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:10.057142 10248 tablet_service.cc:1511] Processing CreateTablet for tablet 7eb8b650fcf546dd97907b804db2ec3a (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:10.057742 10100 tablet_service.cc:1511] Processing CreateTablet for tablet 8b9470bfb4c64bfcb7422bb2edf19d32 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:10.058620 10173 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3b316dd218b4d5cb9863aa0491dfd24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.059139 10100 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b9470bfb4c64bfcb7422bb2edf19d32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.059232 10248 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7eb8b650fcf546dd97907b804db2ec3a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.057363 10174 tablet_service.cc:1511] Processing CreateTablet for tablet 7eb8b650fcf546dd97907b804db2ec3a (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:10.067206 10247 tablet_service.cc:1511] Processing CreateTablet for tablet c3b316dd218b4d5cb9863aa0491dfd24 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:10.069062 10247 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3b316dd218b4d5cb9863aa0491dfd24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.065701 10174 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7eb8b650fcf546dd97907b804db2ec3a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.080658 10099 tablet_service.cc:1511] Processing CreateTablet for tablet 7eb8b650fcf546dd97907b804db2ec3a (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:10.081401 10098 tablet_service.cc:1511] Processing CreateTablet for tablet c3b316dd218b4d5cb9863aa0491dfd24 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:10.082321 10099 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7eb8b650fcf546dd97907b804db2ec3a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.084009 10097 tablet_service.cc:1511] Processing CreateTablet for tablet 1a6f840d0b874bd9b1486b682f9dccd9 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:10.085417 10097 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a6f840d0b874bd9b1486b682f9dccd9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.090658 10098 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3b316dd218b4d5cb9863aa0491dfd24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.095713 10172 tablet_service.cc:1511] Processing CreateTablet for tablet 1a6f840d0b874bd9b1486b682f9dccd9 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:10.097080 10172 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a6f840d0b874bd9b1486b682f9dccd9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.116863 10246 tablet_service.cc:1511] Processing CreateTablet for tablet 1a6f840d0b874bd9b1486b682f9dccd9 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:10.118526 10246 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a6f840d0b874bd9b1486b682f9dccd9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.118463 10096 tablet_service.cc:1511] Processing CreateTablet for tablet 218f7549e7eb49bab711ab536c654cb0 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:10.120033 10096 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 218f7549e7eb49bab711ab536c654cb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.121099 10362 tablet_bootstrap.cc:492] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677: Bootstrap starting.
I20260608 09:51:10.127494 10362 tablet_bootstrap.cc:654] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.134653 10361 tablet_bootstrap.cc:492] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa: Bootstrap starting.
I20260608 09:51:10.137926 10175 tablet_service.cc:1511] Processing CreateTablet for tablet 218f7549e7eb49bab711ab536c654cb0 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:10.139310 10175 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 218f7549e7eb49bab711ab536c654cb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.179431 10361 tablet_bootstrap.cc:654] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.181699 10247 tablet_service.cc:1511] Processing CreateTablet for tablet 218f7549e7eb49bab711ab536c654cb0 (DEFAULT_TABLE table=test-workload-rf3 [id=0c356d09309c4b7bb424da935966f3fc]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:10.183117 10247 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 218f7549e7eb49bab711ab536c654cb0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:10.187394 10364 tablet_bootstrap.cc:492] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4: Bootstrap starting.
I20260608 09:51:10.188278 10362 tablet_bootstrap.cc:492] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677: No bootstrap required, opened a new log
I20260608 09:51:10.190853 10362 ts_tablet_manager.cc:1403] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677: Time spent bootstrapping tablet: real 0.070s	user 0.008s	sys 0.019s
I20260608 09:51:10.191694 10361 tablet_bootstrap.cc:492] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa: No bootstrap required, opened a new log
I20260608 09:51:10.192298 10361 ts_tablet_manager.cc:1403] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent bootstrapping tablet: real 0.058s	user 0.007s	sys 0.011s
I20260608 09:51:10.193444 10364 tablet_bootstrap.cc:654] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.194074 10362 raft_consensus.cc:359] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.194844 10362 raft_consensus.cc:385] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.195214 10362 raft_consensus.cc:740] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.195320 10361 raft_consensus.cc:359] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.196110 10361 raft_consensus.cc:385] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.196075 10362 consensus_queue.cc:260] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.196668 10361 raft_consensus.cc:740] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.197773 10361 consensus_queue.cc:260] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.199041 10362 ts_tablet_manager.cc:1434] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260608 09:51:10.200181 10362 tablet_bootstrap.cc:492] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677: Bootstrap starting.
I20260608 09:51:10.204890 10361 ts_tablet_manager.cc:1434] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260608 09:51:10.206185 10361 tablet_bootstrap.cc:492] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa: Bootstrap starting.
I20260608 09:51:10.206514 10364 tablet_bootstrap.cc:492] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4: No bootstrap required, opened a new log
I20260608 09:51:10.206951 10362 tablet_bootstrap.cc:654] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.207134 10364 ts_tablet_manager.cc:1403] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4: Time spent bootstrapping tablet: real 0.020s	user 0.012s	sys 0.000s
I20260608 09:51:10.212306 10364 raft_consensus.cc:359] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.213119 10364 raft_consensus.cc:385] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.213497 10364 raft_consensus.cc:740] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.214435 10364 consensus_queue.cc:260] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.217765 10361 tablet_bootstrap.cc:654] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.223582 10364 ts_tablet_manager.cc:1434] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.000s
I20260608 09:51:10.224884 10364 tablet_bootstrap.cc:492] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4: Bootstrap starting.
I20260608 09:51:10.231868 10364 tablet_bootstrap.cc:654] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.234823 10362 tablet_bootstrap.cc:492] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677: No bootstrap required, opened a new log
I20260608 09:51:10.235378 10361 tablet_bootstrap.cc:492] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa: No bootstrap required, opened a new log
I20260608 09:51:10.235445 10362 ts_tablet_manager.cc:1403] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677: Time spent bootstrapping tablet: real 0.035s	user 0.011s	sys 0.022s
I20260608 09:51:10.236123 10361 ts_tablet_manager.cc:1403] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent bootstrapping tablet: real 0.030s	user 0.009s	sys 0.016s
I20260608 09:51:10.237001 10364 tablet_bootstrap.cc:492] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4: No bootstrap required, opened a new log
I20260608 09:51:10.237434 10364 ts_tablet_manager.cc:1403] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 09:51:10.238889 10362 raft_consensus.cc:359] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.239215 10361 raft_consensus.cc:359] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.239689 10362 raft_consensus.cc:385] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.239998 10361 raft_consensus.cc:385] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.239748 10364 raft_consensus.cc:359] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.240166 10362 raft_consensus.cc:740] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.240429 10361 raft_consensus.cc:740] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.240633 10364 raft_consensus.cc:385] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.241050 10364 raft_consensus.cc:740] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.241140 10362 consensus_queue.cc:260] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.241246 10361 consensus_queue.cc:260] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.243842 10361 ts_tablet_manager.cc:1434] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260608 09:51:10.243690 10364 consensus_queue.cc:260] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.245002 10361 tablet_bootstrap.cc:492] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa: Bootstrap starting.
I20260608 09:51:10.246120 10364 ts_tablet_manager.cc:1434] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.006s
I20260608 09:51:10.247201 10364 tablet_bootstrap.cc:492] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4: Bootstrap starting.
I20260608 09:51:10.251209 10362 ts_tablet_manager.cc:1434] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260608 09:51:10.251808 10361 tablet_bootstrap.cc:654] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.252422 10362 tablet_bootstrap.cc:492] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677: Bootstrap starting.
I20260608 09:51:10.255478 10364 tablet_bootstrap.cc:654] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.261684 10324 raft_consensus.cc:493] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.263990 10362 tablet_bootstrap.cc:654] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.263602 10324 raft_consensus.cc:515] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.270386 10324 leader_election.cc:290] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.279639 10364 tablet_bootstrap.cc:492] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4: No bootstrap required, opened a new log
I20260608 09:51:10.280284 10364 ts_tablet_manager.cc:1403] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4: Time spent bootstrapping tablet: real 0.033s	user 0.008s	sys 0.014s
I20260608 09:51:10.283720 10364 raft_consensus.cc:359] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.284468 10364 raft_consensus.cc:385] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.284775 10364 raft_consensus.cc:740] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.285696 10364 consensus_queue.cc:260] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.288153 10364 ts_tablet_manager.cc:1434] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260608 09:51:10.289036 10361 tablet_bootstrap.cc:492] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa: No bootstrap required, opened a new log
I20260608 09:51:10.289258 10364 tablet_bootstrap.cc:492] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4: Bootstrap starting.
I20260608 09:51:10.289739 10361 ts_tablet_manager.cc:1403] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent bootstrapping tablet: real 0.045s	user 0.008s	sys 0.018s
I20260608 09:51:10.300760 10361 raft_consensus.cc:359] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.301554 10361 raft_consensus.cc:385] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.301946 10361 raft_consensus.cc:740] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.303319 10362 tablet_bootstrap.cc:492] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677: No bootstrap required, opened a new log
I20260608 09:51:10.302881 10361 consensus_queue.cc:260] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.303869 10362 ts_tablet_manager.cc:1403] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677: Time spent bootstrapping tablet: real 0.052s	user 0.019s	sys 0.004s
I20260608 09:51:10.305624 10361 ts_tablet_manager.cc:1434] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.002s
I20260608 09:51:10.306733 10361 tablet_bootstrap.cc:492] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa: Bootstrap starting.
I20260608 09:51:10.307122 10362 raft_consensus.cc:359] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.307996 10362 raft_consensus.cc:385] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.308336 10362 raft_consensus.cc:740] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.309165 10362 consensus_queue.cc:260] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.310949 10362 ts_tablet_manager.cc:1434] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260608 09:51:10.313683 10362 tablet_bootstrap.cc:492] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677: Bootstrap starting.
I20260608 09:51:10.315445 10324 raft_consensus.cc:493] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.315944 10324 raft_consensus.cc:515] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.318230 10324 leader_election.cc:290] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.314595 10361 tablet_bootstrap.cc:654] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.315060 10364 tablet_bootstrap.cc:654] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.323794 10362 tablet_bootstrap.cc:654] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.326314 10186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7eb8b650fcf546dd97907b804db2ec3a" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" is_pre_election: true
I20260608 09:51:10.327301 10186 raft_consensus.cc:2468] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3e6ac84a92844c1bb040e2ca8821677 in term 0.
I20260608 09:51:10.329910 10074 leader_election.cc:304] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:10.331140 10324 raft_consensus.cc:2804] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:10.331676 10324 raft_consensus.cc:493] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:10.332082 10324 raft_consensus.cc:3060] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.335644 10260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7eb8b650fcf546dd97907b804db2ec3a" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4" is_pre_election: true
I20260608 09:51:10.336042 10362 tablet_bootstrap.cc:492] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677: No bootstrap required, opened a new log
I20260608 09:51:10.335947 10259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "218f7549e7eb49bab711ab536c654cb0" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4" is_pre_election: true
I20260608 09:51:10.339010 10362 ts_tablet_manager.cc:1403] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677: Time spent bootstrapping tablet: real 0.026s	user 0.009s	sys 0.004s
I20260608 09:51:10.336948 10186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "218f7549e7eb49bab711ab536c654cb0" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" is_pre_election: true
W20260608 09:51:10.337494 10076 leader_election.cc:343] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:10.338371 10364 tablet_bootstrap.cc:492] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4: No bootstrap required, opened a new log
I20260608 09:51:10.340855 10364 ts_tablet_manager.cc:1403] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4: Time spent bootstrapping tablet: real 0.052s	user 0.009s	sys 0.007s
W20260608 09:51:10.341195 10076 leader_election.cc:343] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:10.343698 10362 raft_consensus.cc:359] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.344005 10364 raft_consensus.cc:359] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.344499 10362 raft_consensus.cc:385] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.344807 10364 raft_consensus.cc:385] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.344851 10362 raft_consensus.cc:740] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.345343 10364 raft_consensus.cc:740] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.345867 10362 consensus_queue.cc:260] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
W20260608 09:51:10.346665 10074 leader_election.cc:343] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:10.346524 10364 consensus_queue.cc:260] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.347399 10074 leader_election.cc:304] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677; no voters: 70eab71ff98940308f8c652ea8afa5e4, e6b23927eb3b4232a6dc2a032b3fa5fa
I20260608 09:51:10.348433 10362 ts_tablet_manager.cc:1434] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.001s
I20260608 09:51:10.349519 10362 tablet_bootstrap.cc:492] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677: Bootstrap starting.
I20260608 09:51:10.350384 10315 raft_consensus.cc:2749] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:51:10.356240 10362 tablet_bootstrap.cc:654] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.358996 10324 raft_consensus.cc:515] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.362829 10186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7eb8b650fcf546dd97907b804db2ec3a" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa"
I20260608 09:51:10.363373 10186 raft_consensus.cc:3060] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.363770 10324 leader_election.cc:290] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 election: Requested vote from peers e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.364081 10364 ts_tablet_manager.cc:1434] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4: Time spent starting tablet: real 0.023s	user 0.007s	sys 0.000s
I20260608 09:51:10.366564 10364 tablet_bootstrap.cc:492] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4: Bootstrap starting.
I20260608 09:51:10.367211 10361 tablet_bootstrap.cc:492] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa: No bootstrap required, opened a new log
I20260608 09:51:10.367749 10361 ts_tablet_manager.cc:1403] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent bootstrapping tablet: real 0.061s	user 0.033s	sys 0.017s
I20260608 09:51:10.370554 10259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7eb8b650fcf546dd97907b804db2ec3a" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4"
I20260608 09:51:10.371145 10361 raft_consensus.cc:359] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.371882 10361 raft_consensus.cc:385] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260608 09:51:10.372061 10076 leader_election.cc:343] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:10.372259 10361 raft_consensus.cc:740] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.373206 10364 tablet_bootstrap.cc:654] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.373261 10361 consensus_queue.cc:260] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.373788 10186 raft_consensus.cc:2468] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3e6ac84a92844c1bb040e2ca8821677 in term 1.
I20260608 09:51:10.375420 10074 leader_election.cc:304] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 70eab71ff98940308f8c652ea8afa5e4
I20260608 09:51:10.376618 10324 raft_consensus.cc:2804] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:10.377151 10324 raft_consensus.cc:697] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Becoming Leader. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Running, Role: LEADER
I20260608 09:51:10.377983 10324 consensus_queue.cc:237] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Queue going to LEADER mode. State: All 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.379520 10361 ts_tablet_manager.cc:1434] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260608 09:51:10.379603 10364 tablet_bootstrap.cc:492] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4: No bootstrap required, opened a new log
I20260608 09:51:10.380611 10361 tablet_bootstrap.cc:492] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa: Bootstrap starting.
I20260608 09:51:10.381173 10362 tablet_bootstrap.cc:492] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677: No bootstrap required, opened a new log
I20260608 09:51:10.381721 10364 ts_tablet_manager.cc:1403] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4: Time spent bootstrapping tablet: real 0.015s	user 0.011s	sys 0.001s
I20260608 09:51:10.381734 10362 ts_tablet_manager.cc:1403] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677: Time spent bootstrapping tablet: real 0.032s	user 0.013s	sys 0.005s
I20260608 09:51:10.385246 10364 raft_consensus.cc:359] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.385628 10362 raft_consensus.cc:359] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.386050 10364 raft_consensus.cc:385] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.386462 10362 raft_consensus.cc:385] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.386579 10364 raft_consensus.cc:740] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.386956 10362 raft_consensus.cc:740] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.387310 10361 tablet_bootstrap.cc:654] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.387696 10364 consensus_queue.cc:260] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.387954 10362 consensus_queue.cc:260] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.391182 10362 ts_tablet_manager.cc:1434] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.004s
I20260608 09:51:10.392546 10362 tablet_bootstrap.cc:492] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677: Bootstrap starting.
I20260608 09:51:10.397135 10312 raft_consensus.cc:493] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.397670 10312 raft_consensus.cc:515] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.401507 10362 tablet_bootstrap.cc:654] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.402578 10315 raft_consensus.cc:493] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.403112 10315 raft_consensus.cc:515] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.405457 10315 leader_election.cc:290] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.409912 10259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b9470bfb4c64bfcb7422bb2edf19d32" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4" is_pre_election: true
I20260608 09:51:10.412271 10186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b9470bfb4c64bfcb7422bb2edf19d32" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" is_pre_election: true
I20260608 09:51:10.412623 10312 leader_election.cc:290] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993)
I20260608 09:51:10.414808 10362 tablet_bootstrap.cc:492] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677: No bootstrap required, opened a new log
I20260608 09:51:10.415071 10186 raft_consensus.cc:2468] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3e6ac84a92844c1bb040e2ca8821677 in term 0.
I20260608 09:51:10.415469 10362 ts_tablet_manager.cc:1403] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.008s
I20260608 09:51:10.428561 10074 leader_election.cc:304] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:10.414327 10259 raft_consensus.cc:2468] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3e6ac84a92844c1bb040e2ca8821677 in term 0.
I20260608 09:51:10.429702 10315 raft_consensus.cc:2804] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:10.429962 10364 ts_tablet_manager.cc:1434] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4: Time spent starting tablet: real 0.048s	user 0.006s	sys 0.002s
I20260608 09:51:10.430150 10315 raft_consensus.cc:493] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:10.427836 10362 raft_consensus.cc:359] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.431053 10362 raft_consensus.cc:385] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.431432 10362 raft_consensus.cc:740] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.431640 10364 tablet_bootstrap.cc:492] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4: Bootstrap starting.
I20260608 09:51:10.430739 10315 raft_consensus.cc:3060] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.432214 10362 consensus_queue.cc:260] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.449641 10361 tablet_bootstrap.cc:492] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa: No bootstrap required, opened a new log
I20260608 09:51:10.451171 10361 ts_tablet_manager.cc:1403] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent bootstrapping tablet: real 0.071s	user 0.012s	sys 0.044s
I20260608 09:51:10.453125 10007 catalog_manager.cc:5696] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "e3e6ac84a92844c1bb040e2ca8821677" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:10.454147 10364 tablet_bootstrap.cc:654] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.454910 10312 raft_consensus.cc:493] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.455832 10312 raft_consensus.cc:515] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.457007 10361 raft_consensus.cc:359] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.457738 10361 raft_consensus.cc:385] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.457865 10362 ts_tablet_manager.cc:1434] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677: Time spent starting tablet: real 0.042s	user 0.004s	sys 0.003s
I20260608 09:51:10.451033 10315 raft_consensus.cc:515] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.458101 10361 raft_consensus.cc:740] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.459090 10312 leader_election.cc:290] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993)
I20260608 09:51:10.461059 10361 consensus_queue.cc:260] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.469148 10186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b9470bfb4c64bfcb7422bb2edf19d32" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa"
I20260608 09:51:10.469732 10186 raft_consensus.cc:3060] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.471565 10318 raft_consensus.cc:493] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.472064 10318 raft_consensus.cc:515] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.474767 10318 leader_election.cc:290] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.480963 10111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3b316dd218b4d5cb9863aa0491dfd24" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677" is_pre_election: true
I20260608 09:51:10.481640 10111 raft_consensus.cc:2468] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 70eab71ff98940308f8c652ea8afa5e4 in term 0.
I20260608 09:51:10.483008 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a6f840d0b874bd9b1486b682f9dccd9" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677" is_pre_election: true
I20260608 09:51:10.489672 10315 leader_election.cc:290] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 election: Requested vote from peers e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.490238 10224 leader_election.cc:304] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [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: 70eab71ff98940308f8c652ea8afa5e4, e3e6ac84a92844c1bb040e2ca8821677; no voters: 
I20260608 09:51:10.483660 10110 raft_consensus.cc:2468] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 70eab71ff98940308f8c652ea8afa5e4 in term 0.
I20260608 09:51:10.491582 10312 raft_consensus.cc:2804] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:10.492097 10312 raft_consensus.cc:493] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:10.493207 10324 raft_consensus.cc:493] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.494009 10324 raft_consensus.cc:515] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.492792 10224 leader_election.cc:304] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [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: 70eab71ff98940308f8c652ea8afa5e4, e3e6ac84a92844c1bb040e2ca8821677; no voters: 
I20260608 09:51:10.497605 10186 raft_consensus.cc:2468] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3e6ac84a92844c1bb040e2ca8821677 in term 1.
I20260608 09:51:10.493347 10312 raft_consensus.cc:3060] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.499351 10324 leader_election.cc:290] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.502146 10361 ts_tablet_manager.cc:1434] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent starting tablet: real 0.049s	user 0.007s	sys 0.001s
I20260608 09:51:10.503748 10361 tablet_bootstrap.cc:492] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa: Bootstrap starting.
I20260608 09:51:10.514810 10074 leader_election.cc:304] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:10.515977 10315 raft_consensus.cc:2804] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:10.516053 10259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8b9470bfb4c64bfcb7422bb2edf19d32" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4"
I20260608 09:51:10.517025 10259 raft_consensus.cc:3060] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.517398 10315 raft_consensus.cc:697] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Becoming Leader. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Running, Role: LEADER
I20260608 09:51:10.518407 10315 consensus_queue.cc:237] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Queue going to LEADER mode. State: All 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.520437 10186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a6f840d0b874bd9b1486b682f9dccd9" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" is_pre_election: true
I20260608 09:51:10.521116 10186 raft_consensus.cc:2468] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3e6ac84a92844c1bb040e2ca8821677 in term 0.
I20260608 09:51:10.522253 10074 leader_election.cc:304] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:10.523139 10324 raft_consensus.cc:2804] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:10.523518 10324 raft_consensus.cc:493] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:10.523864 10324 raft_consensus.cc:3060] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.528385 10361 tablet_bootstrap.cc:654] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:10.531503 10324 raft_consensus.cc:515] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.534373 10324 leader_election.cc:290] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 election: Requested vote from peers e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.535235 10324 raft_consensus.cc:493] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.535740 10324 raft_consensus.cc:515] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.540304 10186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a6f840d0b874bd9b1486b682f9dccd9" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa"
I20260608 09:51:10.541004 10186 raft_consensus.cc:3060] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.541831 10259 raft_consensus.cc:2468] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3e6ac84a92844c1bb040e2ca8821677 in term 1.
I20260608 09:51:10.543138 10185 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3b316dd218b4d5cb9863aa0491dfd24" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" is_pre_election: true
I20260608 09:51:10.545094 10184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a6f840d0b874bd9b1486b682f9dccd9" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" is_pre_election: true
I20260608 09:51:10.547003 10312 raft_consensus.cc:515] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
W20260608 09:51:10.548231 10223 leader_election.cc:343] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:10.549124 10312 leader_election.cc:290] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [CANDIDATE]: Term 1 election: Requested vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993)
I20260608 09:51:10.549561 10312 raft_consensus.cc:2804] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:10.551126 10260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a6f840d0b874bd9b1486b682f9dccd9" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4"
I20260608 09:51:10.552201 10258 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79066d6e9ab543208b4a70149386de45" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4" is_pre_election: true
I20260608 09:51:10.552500 10184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3b316dd218b4d5cb9863aa0491dfd24" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa"
I20260608 09:51:10.552882 10258 raft_consensus.cc:2468] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3e6ac84a92844c1bb040e2ca8821677 in term 0.
I20260608 09:51:10.555023 10258 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79066d6e9ab543208b4a70149386de45" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4" is_pre_election: true
W20260608 09:51:10.555401 10223 leader_election.cc:343] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:10.555593 10258 raft_consensus.cc:2468] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6b23927eb3b4232a6dc2a032b3fa5fa in term 0.
I20260608 09:51:10.556180 10186 raft_consensus.cc:2468] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3e6ac84a92844c1bb040e2ca8821677 in term 1.
I20260608 09:51:10.557034 10151 leader_election.cc:304] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [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: 70eab71ff98940308f8c652ea8afa5e4, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:10.557515 10076 leader_election.cc:304] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [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: 70eab71ff98940308f8c652ea8afa5e4, e3e6ac84a92844c1bb040e2ca8821677; no voters: 
I20260608 09:51:10.549788 10312 raft_consensus.cc:493] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:10.558961 10074 leader_election.cc:304] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:10.560667 10186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79066d6e9ab543208b4a70149386de45" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" is_pre_election: true
I20260608 09:51:10.561800 10259 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a6f840d0b874bd9b1486b682f9dccd9" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4" is_pre_election: true
I20260608 09:51:10.562073 10312 raft_consensus.cc:3060] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.540392 10324 leader_election.cc:290] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.563433 10324 raft_consensus.cc:2804] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:10.564071 10324 raft_consensus.cc:697] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Becoming Leader. State: Replica: e3e6ac84a92844c1bb040e2ca8821677, State: Running, Role: LEADER
I20260608 09:51:10.564299 10364 tablet_bootstrap.cc:492] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4: No bootstrap required, opened a new log
I20260608 09:51:10.564904 10364 ts_tablet_manager.cc:1403] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4: Time spent bootstrapping tablet: real 0.134s	user 0.038s	sys 0.037s
I20260608 09:51:10.558105 10318 raft_consensus.cc:2804] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:10.565659 10318 raft_consensus.cc:493] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260608 09:51:10.565647 10224 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.150.129:36215, user_credentials={real_user=slave}} blocked reactor thread for 72944.4us
I20260608 09:51:10.566305 10318 raft_consensus.cc:3060] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.562387 10395 raft_consensus.cc:2804] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:10.569110 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3b316dd218b4d5cb9863aa0491dfd24" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677"
I20260608 09:51:10.568972 10364 raft_consensus.cc:359] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.569566 10395 raft_consensus.cc:493] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:10.569836 10110 raft_consensus.cc:3060] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.570403 10395 raft_consensus.cc:3060] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.565579 10324 consensus_queue.cc:237] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Queue going to LEADER mode. State: All 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.575340 10312 raft_consensus.cc:515] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.569856 10364 raft_consensus.cc:385] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.579169 10364 raft_consensus.cc:740] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.579995 10364 consensus_queue.cc:260] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.582321 10364 ts_tablet_manager.cc:1434] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260608 09:51:10.587276 10260 raft_consensus.cc:2393] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e3e6ac84a92844c1bb040e2ca8821677 in current term 1: Already voted for candidate 70eab71ff98940308f8c652ea8afa5e4 in this term.
I20260608 09:51:10.584640 10395 raft_consensus.cc:515] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.591347 10312 leader_election.cc:290] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [CANDIDATE]: Term 1 election: Requested vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993)
I20260608 09:51:10.589254 10318 raft_consensus.cc:515] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.593070 10111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a6f840d0b874bd9b1486b682f9dccd9" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677"
I20260608 09:51:10.596029 10184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a6f840d0b874bd9b1486b682f9dccd9" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa"
I20260608 09:51:10.597142 10184 raft_consensus.cc:2393] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 70eab71ff98940308f8c652ea8afa5e4 in current term 1: Already voted for candidate e3e6ac84a92844c1bb040e2ca8821677 in this term.
I20260608 09:51:10.598112 10186 raft_consensus.cc:2393] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e3e6ac84a92844c1bb040e2ca8821677 in current term 1: Already voted for candidate e6b23927eb3b4232a6dc2a032b3fa5fa in this term.
I20260608 09:51:10.598731 10223 leader_election.cc:304] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [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: 70eab71ff98940308f8c652ea8afa5e4; no voters: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa
I20260608 09:51:10.600299 10361 tablet_bootstrap.cc:492] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa: No bootstrap required, opened a new log
I20260608 09:51:10.600809 10361 ts_tablet_manager.cc:1403] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent bootstrapping tablet: real 0.097s	user 0.017s	sys 0.005s
I20260608 09:51:10.602447 10260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79066d6e9ab543208b4a70149386de45" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4"
I20260608 09:51:10.602844 10186 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79066d6e9ab543208b4a70149386de45" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa"
I20260608 09:51:10.594985 10109 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79066d6e9ab543208b4a70149386de45" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677" is_pre_election: true
I20260608 09:51:10.603910 10186 raft_consensus.cc:2393] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e3e6ac84a92844c1bb040e2ca8821677 in current term 1: Already voted for candidate e6b23927eb3b4232a6dc2a032b3fa5fa in this term.
I20260608 09:51:10.603161 10002 catalog_manager.cc:5696] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "e3e6ac84a92844c1bb040e2ca8821677" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:10.604569 10109 raft_consensus.cc:2393] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e6b23927eb3b4232a6dc2a032b3fa5fa in current term 1: Already voted for candidate e3e6ac84a92844c1bb040e2ca8821677 in this term.
I20260608 09:51:10.603920 10395 leader_election.cc:290] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [CANDIDATE]: Term 1 election: Requested vote from peers e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.605463 10318 leader_election.cc:290] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [CANDIDATE]: Term 1 election: Requested vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.586330 10110 raft_consensus.cc:2468] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 70eab71ff98940308f8c652ea8afa5e4 in term 1.
I20260608 09:51:10.603044 10260 raft_consensus.cc:3060] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.607509 10224 leader_election.cc:304] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [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: 70eab71ff98940308f8c652ea8afa5e4, e3e6ac84a92844c1bb040e2ca8821677; no voters: e6b23927eb3b4232a6dc2a032b3fa5fa
I20260608 09:51:10.608458 10392 raft_consensus.cc:2749] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 09:51:10.609169 10392 raft_consensus.cc:2804] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:10.609469 10392 raft_consensus.cc:697] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 LEADER]: Becoming Leader. State: Replica: 70eab71ff98940308f8c652ea8afa5e4, State: Running, Role: LEADER
I20260608 09:51:10.610168 10392 consensus_queue.cc:237] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [LEADER]: Queue going to LEADER mode. State: All 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.613809 10260 raft_consensus.cc:2468] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6b23927eb3b4232a6dc2a032b3fa5fa in term 1.
I20260608 09:51:10.615419 10151 leader_election.cc:304] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [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: 70eab71ff98940308f8c652ea8afa5e4, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:10.616340 10318 raft_consensus.cc:2804] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:10.616340 10361 raft_consensus.cc:359] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.618036 10361 raft_consensus.cc:385] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:10.618510 10361 raft_consensus.cc:740] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Initialized, Role: FOLLOWER
I20260608 09:51:10.619939 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79066d6e9ab543208b4a70149386de45" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677"
I20260608 09:51:10.620846 10110 raft_consensus.cc:2393] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e6b23927eb3b4232a6dc2a032b3fa5fa in current term 1: Already voted for candidate e3e6ac84a92844c1bb040e2ca8821677 in this term.
I20260608 09:51:10.620761 10361 consensus_queue.cc:260] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.621726 10318 raft_consensus.cc:697] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 LEADER]: Becoming Leader. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Running, Role: LEADER
I20260608 09:51:10.622897 10318 consensus_queue.cc:237] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [LEADER]: Queue going to LEADER mode. State: All 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.624581 10361 ts_tablet_manager.cc:1434] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa: Time spent starting tablet: real 0.023s	user 0.008s	sys 0.000s
I20260608 09:51:10.619923 10260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "79066d6e9ab543208b4a70149386de45" candidate_uuid: "e3e6ac84a92844c1bb040e2ca8821677" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4"
I20260608 09:51:10.626144 10260 raft_consensus.cc:2393] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e3e6ac84a92844c1bb040e2ca8821677 in current term 1: Already voted for candidate e6b23927eb3b4232a6dc2a032b3fa5fa in this term.
I20260608 09:51:10.625991 10007 catalog_manager.cc:5696] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "70eab71ff98940308f8c652ea8afa5e4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:10.630529 10076 leader_election.cc:304] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [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: e3e6ac84a92844c1bb040e2ca8821677; no voters: 70eab71ff98940308f8c652ea8afa5e4, e6b23927eb3b4232a6dc2a032b3fa5fa
I20260608 09:51:10.631330 10324 raft_consensus.cc:2749] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
W20260608 09:51:10.634866 10057 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:51:10.635134 10008 catalog_manager.cc:5696] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "e3e6ac84a92844c1bb040e2ca8821677" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:10.636029 10002 catalog_manager.cc:5696] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa reported cstate change: term changed from 0 to 1, leader changed from <none> to e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130). New cstate: current_term: 1 leader_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:10.826905 10392 raft_consensus.cc:493] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.827508 10392 raft_consensus.cc:515] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.829522 10392 leader_election.cc:290] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130:42993)
I20260608 09:51:10.830447 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7eb8b650fcf546dd97907b804db2ec3a" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677" is_pre_election: true
I20260608 09:51:10.830596 10184 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7eb8b650fcf546dd97907b804db2ec3a" candidate_uuid: "70eab71ff98940308f8c652ea8afa5e4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" is_pre_election: true
I20260608 09:51:10.831420 10184 raft_consensus.cc:2393] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 70eab71ff98940308f8c652ea8afa5e4 in current term 1: Already voted for candidate e3e6ac84a92844c1bb040e2ca8821677 in this term.
I20260608 09:51:10.832405 10223 leader_election.cc:304] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [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: 70eab71ff98940308f8c652ea8afa5e4; no voters: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa
I20260608 09:51:10.833117 10392 raft_consensus.cc:3060] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.833017 10318 raft_consensus.cc:493] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:10.833791 10318 raft_consensus.cc:515] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.836019 10318 leader_election.cc:290] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.836791 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "218f7549e7eb49bab711ab536c654cb0" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677" is_pre_election: true
I20260608 09:51:10.837467 10110 raft_consensus.cc:2468] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6b23927eb3b4232a6dc2a032b3fa5fa in term 0.
I20260608 09:51:10.837618 10260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "218f7549e7eb49bab711ab536c654cb0" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4" is_pre_election: true
I20260608 09:51:10.838301 10260 raft_consensus.cc:2468] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e6b23927eb3b4232a6dc2a032b3fa5fa in term 0.
I20260608 09:51:10.838750 10150 leader_election.cc:304] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [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: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:10.840022 10318 raft_consensus.cc:2804] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:10.840387 10318 raft_consensus.cc:493] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:10.840796 10318 raft_consensus.cc:3060] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.840968 10392 raft_consensus.cc:2749] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:51:10.848151 10318 raft_consensus.cc:515] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.850353 10318 leader_election.cc:290] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [CANDIDATE]: Term 1 election: Requested vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:10.851047 10110 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "218f7549e7eb49bab711ab536c654cb0" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677"
I20260608 09:51:10.851683 10110 raft_consensus.cc:3060] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.851780 10260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "218f7549e7eb49bab711ab536c654cb0" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4"
I20260608 09:51:10.852381 10260 raft_consensus.cc:3060] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:10.858644 10110 raft_consensus.cc:2468] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6b23927eb3b4232a6dc2a032b3fa5fa in term 1.
I20260608 09:51:10.859329 10260 raft_consensus.cc:2468] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e6b23927eb3b4232a6dc2a032b3fa5fa in term 1.
I20260608 09:51:10.860221 10150 leader_election.cc:304] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [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: e3e6ac84a92844c1bb040e2ca8821677, e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 
I20260608 09:51:10.864436 10318 raft_consensus.cc:2804] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:10.864938 10318 raft_consensus.cc:697] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 LEADER]: Becoming Leader. State: Replica: e6b23927eb3b4232a6dc2a032b3fa5fa, State: Running, Role: LEADER
I20260608 09:51:10.865674 10318 consensus_queue.cc:237] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [LEADER]: Queue going to LEADER mode. State: All 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: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:10.875319 10002 catalog_manager.cc:5696] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa reported cstate change: term changed from 0 to 1, leader changed from <none> to e6b23927eb3b4232a6dc2a032b3fa5fa (127.0.150.130). New cstate: current_term: 1 leader_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:10.890699 10324 consensus_queue.cc:1048] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:10.898818 10324 consensus_queue.cc:1048] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:10.950875 10315 consensus_queue.cc:1048] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:10.962729 10315 consensus_queue.cc:1048] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:10.974304 10324 consensus_queue.cc:1048] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:10.986016 10324 consensus_queue.cc:1048] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:11.079315 10318 consensus_queue.cc:1048] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:11.084291 10318 raft_consensus.cc:493] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:11.084851 10318 raft_consensus.cc:515] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } }
I20260608 09:51:11.087822 10318 leader_election.cc:290] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215), 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:11.089226 10260 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3b316dd218b4d5cb9863aa0491dfd24" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "70eab71ff98940308f8c652ea8afa5e4" is_pre_election: true
I20260608 09:51:11.090991 10392 consensus_queue.cc:1048] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:11.103744 10111 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c3b316dd218b4d5cb9863aa0491dfd24" candidate_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3e6ac84a92844c1bb040e2ca8821677" is_pre_election: true
I20260608 09:51:11.106706 10150 leader_election.cc:304] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [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: e6b23927eb3b4232a6dc2a032b3fa5fa; no voters: 70eab71ff98940308f8c652ea8afa5e4, e3e6ac84a92844c1bb040e2ca8821677
I20260608 09:51:11.108105 10318 raft_consensus.cc:2749] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:51:11.113965 10318 consensus_queue.cc:1048] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:11.186535 10184 raft_consensus.cc:3060] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:11.195964 10419 consensus_queue.cc:1048] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:11.398943 10260 raft_consensus.cc:1275] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Refusing update from remote peer e6b23927eb3b4232a6dc2a032b3fa5fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:11.400976 10318 consensus_queue.cc:1048] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:11.405759 10109 raft_consensus.cc:1275] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Refusing update from remote peer e6b23927eb3b4232a6dc2a032b3fa5fa: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:11.408177 10318 consensus_queue.cc:1048] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:12.841913   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:12.858345 10462 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:12.858897 10463 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:12.862402 10465 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:12.862788   602 server_base.cc:1061] running on GCE node
I20260608 09:51:12.863755   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:12.864002   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:12.864202   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912272864186 us; error 0 us; skew 500 ppm
I20260608 09:51:12.864784   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:12.867177   602 webserver.cc:533] Webserver started at http://127.0.150.132:44387/ using document root <none> and password file <none>
I20260608 09:51:12.867723   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:12.867938   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:12.868216   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:12.869275   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "683da5bcc0624366aada62e21400828a"
format_stamp: "Formatted at 2026-06-08 09:51:12 on dist-test-slave-g93p"
I20260608 09:51:12.873844   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:51:12.877326 10470 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:12.878197   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:12.878525   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "683da5bcc0624366aada62e21400828a"
format_stamp: "Formatted at 2026-06-08 09:51:12 on dist-test-slave-g93p"
I20260608 09:51:12.878829   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:12.892391   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:12.893527   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:12.895056   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:12.897367   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:12.897598   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:12.897847   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:12.898094   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 09:51:12.944726   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:40931
I20260608 09:51:12.944813 10532 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:40931 every 8 connection(s)
I20260608 09:51:12.966231 10533 heartbeater.cc:344] Connected to a master server at 127.0.150.190:42389
I20260608 09:51:12.966696 10533 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:12.967424 10533 heartbeater.cc:507] Master 127.0.150.190:42389 requested a full tablet report, sending...
I20260608 09:51:12.969352 10002 ts_manager.cc:194] Registered new tserver with Master: 683da5bcc0624366aada62e21400828a (127.0.150.132:40931)
I20260608 09:51:12.970662 10002 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42172
I20260608 09:51:13.889189 10259 consensus_queue.cc:237] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 18, Committed index: 18, Last appended: 1.18, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } attrs { replace: true } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:13.900138 10110 raft_consensus.cc:1275] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Refusing update from remote peer 70eab71ff98940308f8c652ea8afa5e4: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 09:51:13.900074 10183 raft_consensus.cc:1275] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Refusing update from remote peer 70eab71ff98940308f8c652ea8afa5e4: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 09:51:13.902403 10460 consensus_queue.cc:1048] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.001s
I20260608 09:51:13.903757 10542 consensus_queue.cc:1048] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 09:51:13.914628 10460 raft_consensus.cc:2955] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 LEADER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } attrs { replace: true } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
W20260608 09:51:13.916352 10225 consensus_peers.cc:597] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 -> Peer 683da5bcc0624366aada62e21400828a (127.0.150.132:40931): Couldn't send request to peer 683da5bcc0624366aada62e21400828a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c3b316dd218b4d5cb9863aa0491dfd24. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:13.918071 10110 raft_consensus.cc:2955] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } attrs { replace: true } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:13.921514 10183 raft_consensus.cc:2955] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } attrs { replace: true } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:13.934906 10002 catalog_manager.cc:5696] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 reported cstate change: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "70eab71ff98940308f8c652ea8afa5e4" committed_config { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:13.950685 10110 consensus_queue.cc:237] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 18, Committed index: 18, Last appended: 1.18, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } attrs { replace: true } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:13.964884 10183 raft_consensus.cc:1275] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Refusing update from remote peer e3e6ac84a92844c1bb040e2ca8821677: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 09:51:13.966396 10324 consensus_queue.cc:1048] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 09:51:13.967718 10259 raft_consensus.cc:1275] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Refusing update from remote peer e3e6ac84a92844c1bb040e2ca8821677: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 09:51:13.969583 10324 consensus_queue.cc:1048] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 09:51:13.973348 10533 heartbeater.cc:499] Master 127.0.150.190:42389 was elected leader, sending a full tablet report...
W20260608 09:51:13.982125 10076 consensus_peers.cc:597] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 -> Peer 683da5bcc0624366aada62e21400828a (127.0.150.132:40931): Couldn't send request to peer 683da5bcc0624366aada62e21400828a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7eb8b650fcf546dd97907b804db2ec3a. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:13.982339 10556 raft_consensus.cc:2955] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } attrs { replace: true } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:13.982599 10183 raft_consensus.cc:2955] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } attrs { replace: true } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:13.987289 10259 raft_consensus.cc:2955] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } attrs { replace: true } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:13.997052 10009 catalog_manager.cc:5696] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa reported cstate change: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "e3e6ac84a92844c1bb040e2ca8821677" committed_config { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } attrs { replace: true } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:14.002097 10110 consensus_queue.cc:237] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 18, Committed index: 18, Last appended: 1.18, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
W20260608 09:51:14.010113 10076 consensus_peers.cc:597] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 -> Peer 683da5bcc0624366aada62e21400828a (127.0.150.132:40931): Couldn't send request to peer 683da5bcc0624366aada62e21400828a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8b9470bfb4c64bfcb7422bb2edf19d32. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:14.010999 10259 raft_consensus.cc:1275] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Refusing update from remote peer e3e6ac84a92844c1bb040e2ca8821677: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 09:51:14.010999 10183 raft_consensus.cc:1275] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Refusing update from remote peer e3e6ac84a92844c1bb040e2ca8821677: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 09:51:14.012995 10557 consensus_queue.cc:1048] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 09:51:14.015821 10556 consensus_queue.cc:1048] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 09:51:14.025067 10556 raft_consensus.cc:2955] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:14.026926 10183 raft_consensus.cc:2955] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:14.028015 10259 raft_consensus.cc:2955] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:14.038625 10009 catalog_manager.cc:5696] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 reported cstate change: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "e3e6ac84a92844c1bb040e2ca8821677" committed_config { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:14.039126 10110 consensus_queue.cc:237] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 18, Committed index: 18, Last appended: 1.18, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
W20260608 09:51:14.050876 10076 consensus_peers.cc:597] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 -> Peer 683da5bcc0624366aada62e21400828a (127.0.150.132:40931): Couldn't send request to peer 683da5bcc0624366aada62e21400828a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1a6f840d0b874bd9b1486b682f9dccd9. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:14.052136 10257 raft_consensus.cc:1275] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Refusing update from remote peer e3e6ac84a92844c1bb040e2ca8821677: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 09:51:14.052668 10183 raft_consensus.cc:1275] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Refusing update from remote peer e3e6ac84a92844c1bb040e2ca8821677: Log matching property violated. Preceding OpId in replica: term: 1 index: 18. Preceding OpId from leader: term: 1 index: 19. (index mismatch)
I20260608 09:51:14.054437 10557 consensus_queue.cc:1048] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 09:51:14.055903 10557 consensus_queue.cc:1048] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 09:51:14.063283 10324 raft_consensus.cc:2955] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:14.067062 10183 raft_consensus.cc:2955] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:14.067271 10257 raft_consensus.cc:2955] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Committing config change with OpId 1.19: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } } }
I20260608 09:51:14.079408 10003 catalog_manager.cc:5696] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 reported cstate change: config changed from index -1 to 19, NON_VOTER 683da5bcc0624366aada62e21400828a (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "e3e6ac84a92844c1bb040e2ca8821677" committed_config { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:14.430052 10564 ts_tablet_manager.cc:933] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: Initiating tablet copy from peer 70eab71ff98940308f8c652ea8afa5e4 (127.0.150.131:42215)
I20260608 09:51:14.431959 10564 tablet_copy_client.cc:323] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:42215
I20260608 09:51:14.443521 10270 tablet_copy_service.cc:140] P 70eab71ff98940308f8c652ea8afa5e4: Received BeginTabletCopySession request for tablet c3b316dd218b4d5cb9863aa0491dfd24 from peer 683da5bcc0624366aada62e21400828a ({username='slave'} at 127.0.0.1:40304)
I20260608 09:51:14.444214 10270 tablet_copy_service.cc:161] P 70eab71ff98940308f8c652ea8afa5e4: Beginning new tablet copy session on tablet c3b316dd218b4d5cb9863aa0491dfd24 from peer 683da5bcc0624366aada62e21400828a at {username='slave'} at 127.0.0.1:40304: session id = 683da5bcc0624366aada62e21400828a-c3b316dd218b4d5cb9863aa0491dfd24
I20260608 09:51:14.451524 10270 tablet_copy_source_session.cc:215] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:14.455940 10564 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c3b316dd218b4d5cb9863aa0491dfd24. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:14.469065 10564 tablet_copy_client.cc:806] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:14.469904 10564 tablet_copy_client.cc:670] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:14.477358 10564 tablet_copy_client.cc:538] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:14.485512 10564 tablet_bootstrap.cc:492] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: Bootstrap starting.
I20260608 09:51:14.489630 10568 ts_tablet_manager.cc:933] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: Initiating tablet copy from peer e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215)
I20260608 09:51:14.491657 10568 tablet_copy_client.cc:323] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:36215
I20260608 09:51:14.507108 10572 ts_tablet_manager.cc:933] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: Initiating tablet copy from peer e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215)
I20260608 09:51:14.507023 10121 tablet_copy_service.cc:140] P e3e6ac84a92844c1bb040e2ca8821677: Received BeginTabletCopySession request for tablet 7eb8b650fcf546dd97907b804db2ec3a from peer 683da5bcc0624366aada62e21400828a ({username='slave'} at 127.0.0.1:52092)
I20260608 09:51:14.507968 10121 tablet_copy_service.cc:161] P e3e6ac84a92844c1bb040e2ca8821677: Beginning new tablet copy session on tablet 7eb8b650fcf546dd97907b804db2ec3a from peer 683da5bcc0624366aada62e21400828a at {username='slave'} at 127.0.0.1:52092: session id = 683da5bcc0624366aada62e21400828a-7eb8b650fcf546dd97907b804db2ec3a
I20260608 09:51:14.518610 10121 tablet_copy_source_session.cc:215] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:14.523561 10568 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7eb8b650fcf546dd97907b804db2ec3a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:14.525635 10572 tablet_copy_client.cc:323] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:36215
I20260608 09:51:14.527760 10121 tablet_copy_service.cc:140] P e3e6ac84a92844c1bb040e2ca8821677: Received BeginTabletCopySession request for tablet 8b9470bfb4c64bfcb7422bb2edf19d32 from peer 683da5bcc0624366aada62e21400828a ({username='slave'} at 127.0.0.1:52092)
I20260608 09:51:14.528463 10121 tablet_copy_service.cc:161] P e3e6ac84a92844c1bb040e2ca8821677: Beginning new tablet copy session on tablet 8b9470bfb4c64bfcb7422bb2edf19d32 from peer 683da5bcc0624366aada62e21400828a at {username='slave'} at 127.0.0.1:52092: session id = 683da5bcc0624366aada62e21400828a-8b9470bfb4c64bfcb7422bb2edf19d32
I20260608 09:51:14.537917 10121 tablet_copy_source_session.cc:215] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:14.541735 10572 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8b9470bfb4c64bfcb7422bb2edf19d32. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:14.542161 10568 tablet_copy_client.cc:806] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:14.542855 10568 tablet_copy_client.cc:670] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:14.547719 10568 tablet_copy_client.cc:538] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:14.557086 10568 tablet_bootstrap.cc:492] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: Bootstrap starting.
I20260608 09:51:14.561427 10572 tablet_copy_client.cc:806] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:14.576128 10572 tablet_copy_client.cc:670] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:14.588862 10572 tablet_copy_client.cc:538] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:14.598980 10575 ts_tablet_manager.cc:933] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: Initiating tablet copy from peer e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215)
I20260608 09:51:14.607092 10575 tablet_copy_client.cc:323] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:36215
I20260608 09:51:14.609288 10121 tablet_copy_service.cc:140] P e3e6ac84a92844c1bb040e2ca8821677: Received BeginTabletCopySession request for tablet 1a6f840d0b874bd9b1486b682f9dccd9 from peer 683da5bcc0624366aada62e21400828a ({username='slave'} at 127.0.0.1:52092)
I20260608 09:51:14.609958 10121 tablet_copy_service.cc:161] P e3e6ac84a92844c1bb040e2ca8821677: Beginning new tablet copy session on tablet 1a6f840d0b874bd9b1486b682f9dccd9 from peer 683da5bcc0624366aada62e21400828a at {username='slave'} at 127.0.0.1:52092: session id = 683da5bcc0624366aada62e21400828a-1a6f840d0b874bd9b1486b682f9dccd9
I20260608 09:51:14.613401 10572 tablet_bootstrap.cc:492] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: Bootstrap starting.
I20260608 09:51:14.626058 10121 tablet_copy_source_session.cc:215] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:14.630193 10575 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a6f840d0b874bd9b1486b682f9dccd9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:14.654551 10575 tablet_copy_client.cc:806] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:14.655287 10575 tablet_copy_client.cc:670] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:14.661054 10575 tablet_copy_client.cc:538] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:14.671571 10575 tablet_bootstrap.cc:492] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: Bootstrap starting.
I20260608 09:51:14.723651 10568 tablet_bootstrap.cc:492] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: Bootstrap replayed 1/1 log segments. Stats: ops{read=19 overwritten=0 applied=19 ignored=0} inserts{seen=157 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:51:14.724639 10568 tablet_bootstrap.cc:492] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: Bootstrap complete.
I20260608 09:51:14.725404 10568 ts_tablet_manager.cc:1403] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: Time spent bootstrapping tablet: real 0.169s	user 0.150s	sys 0.016s
I20260608 09:51:14.728569 10568 raft_consensus.cc:359] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } attrs { replace: true } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:14.729359 10568 raft_consensus.cc:740] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 683da5bcc0624366aada62e21400828a, State: Initialized, Role: LEARNER
I20260608 09:51:14.730032 10568 consensus_queue.cc:260] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 19, Last appended: 1.19, Last appended by leader: 19, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } attrs { replace: true } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:14.739681 10568 ts_tablet_manager.cc:1434] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: Time spent starting tablet: real 0.014s	user 0.012s	sys 0.000s
I20260608 09:51:14.742312 10121 tablet_copy_service.cc:342] P e3e6ac84a92844c1bb040e2ca8821677: Request end of tablet copy session 683da5bcc0624366aada62e21400828a-7eb8b650fcf546dd97907b804db2ec3a received from {username='slave'} at 127.0.0.1:52092
I20260608 09:51:14.742885 10121 tablet_copy_service.cc:434] P e3e6ac84a92844c1bb040e2ca8821677: ending tablet copy session 683da5bcc0624366aada62e21400828a-7eb8b650fcf546dd97907b804db2ec3a on tablet 7eb8b650fcf546dd97907b804db2ec3a with peer 683da5bcc0624366aada62e21400828a
I20260608 09:51:14.744526 10564 tablet_bootstrap.cc:492] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: Bootstrap replayed 1/1 log segments. Stats: ops{read=19 overwritten=0 applied=19 ignored=0} inserts{seen=142 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:51:14.745568 10564 tablet_bootstrap.cc:492] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: Bootstrap complete.
I20260608 09:51:14.746346 10564 ts_tablet_manager.cc:1403] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: Time spent bootstrapping tablet: real 0.261s	user 0.156s	sys 0.024s
I20260608 09:51:14.749173 10564 raft_consensus.cc:359] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } attrs { replace: true } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:14.750011 10564 raft_consensus.cc:740] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 683da5bcc0624366aada62e21400828a, State: Initialized, Role: LEARNER
I20260608 09:51:14.750649 10564 consensus_queue.cc:260] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 19, Last appended: 1.19, Last appended by leader: 19, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } attrs { replace: true } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:14.752993 10564 ts_tablet_manager.cc:1434] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260608 09:51:14.754928 10270 tablet_copy_service.cc:342] P 70eab71ff98940308f8c652ea8afa5e4: Request end of tablet copy session 683da5bcc0624366aada62e21400828a-c3b316dd218b4d5cb9863aa0491dfd24 received from {username='slave'} at 127.0.0.1:40304
I20260608 09:51:14.755506 10270 tablet_copy_service.cc:434] P 70eab71ff98940308f8c652ea8afa5e4: ending tablet copy session 683da5bcc0624366aada62e21400828a-c3b316dd218b4d5cb9863aa0491dfd24 on tablet c3b316dd218b4d5cb9863aa0491dfd24 with peer 683da5bcc0624366aada62e21400828a
I20260608 09:51:14.825639 10572 tablet_bootstrap.cc:492] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: Bootstrap replayed 1/1 log segments. Stats: ops{read=19 overwritten=0 applied=19 ignored=0} inserts{seen=119 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:51:14.826727 10572 tablet_bootstrap.cc:492] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: Bootstrap complete.
I20260608 09:51:14.827555 10572 ts_tablet_manager.cc:1403] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: Time spent bootstrapping tablet: real 0.214s	user 0.114s	sys 0.024s
I20260608 09:51:14.830591 10572 raft_consensus.cc:359] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:14.831228 10572 raft_consensus.cc:740] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 683da5bcc0624366aada62e21400828a, State: Initialized, Role: LEARNER
I20260608 09:51:14.831784 10572 consensus_queue.cc:260] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 19, Last appended: 1.19, Last appended by leader: 19, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:14.838676 10572 ts_tablet_manager.cc:1434] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.000s
I20260608 09:51:14.840657 10121 tablet_copy_service.cc:342] P e3e6ac84a92844c1bb040e2ca8821677: Request end of tablet copy session 683da5bcc0624366aada62e21400828a-8b9470bfb4c64bfcb7422bb2edf19d32 received from {username='slave'} at 127.0.0.1:52092
I20260608 09:51:14.841126 10121 tablet_copy_service.cc:434] P e3e6ac84a92844c1bb040e2ca8821677: ending tablet copy session 683da5bcc0624366aada62e21400828a-8b9470bfb4c64bfcb7422bb2edf19d32 on tablet 8b9470bfb4c64bfcb7422bb2edf19d32 with peer 683da5bcc0624366aada62e21400828a
I20260608 09:51:14.851734 10575 tablet_bootstrap.cc:492] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: Bootstrap replayed 1/1 log segments. Stats: ops{read=19 overwritten=0 applied=19 ignored=0} inserts{seen=134 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:51:14.852663 10575 tablet_bootstrap.cc:492] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: Bootstrap complete.
I20260608 09:51:14.853350 10575 ts_tablet_manager.cc:1403] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: Time spent bootstrapping tablet: real 0.182s	user 0.129s	sys 0.024s
I20260608 09:51:14.856215 10575 raft_consensus.cc:359] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:14.856971 10575 raft_consensus.cc:740] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 683da5bcc0624366aada62e21400828a, State: Initialized, Role: LEARNER
I20260608 09:51:14.857585 10575 consensus_queue.cc:260] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 19, Last appended: 1.19, Last appended by leader: 19, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "e3e6ac84a92844c1bb040e2ca8821677" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 36215 } } peers { permanent_uuid: "e6b23927eb3b4232a6dc2a032b3fa5fa" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 42993 } attrs { replace: true } } peers { permanent_uuid: "70eab71ff98940308f8c652ea8afa5e4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42215 } } peers { permanent_uuid: "683da5bcc0624366aada62e21400828a" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 40931 } attrs { promote: true } }
I20260608 09:51:14.859697 10575 ts_tablet_manager.cc:1434] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: Time spent starting tablet: real 0.006s	user 0.008s	sys 0.000s
I20260608 09:51:14.861419 10121 tablet_copy_service.cc:342] P e3e6ac84a92844c1bb040e2ca8821677: Request end of tablet copy session 683da5bcc0624366aada62e21400828a-1a6f840d0b874bd9b1486b682f9dccd9 received from {username='slave'} at 127.0.0.1:52092
I20260608 09:51:14.861848 10121 tablet_copy_service.cc:434] P e3e6ac84a92844c1bb040e2ca8821677: ending tablet copy session 683da5bcc0624366aada62e21400828a-1a6f840d0b874bd9b1486b682f9dccd9 on tablet 1a6f840d0b874bd9b1486b682f9dccd9 with peer 683da5bcc0624366aada62e21400828a
I20260608 09:51:14.880379 10508 raft_consensus.cc:1217] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.18->[1.19-1.19]   Dedup: 1.19->[]
I20260608 09:51:14.919890 10508 raft_consensus.cc:1217] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.18->[1.19-1.19]   Dedup: 1.19->[]
I20260608 09:51:14.930114 10508 raft_consensus.cc:1217] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Deduplicated request from leader. Original: 1.18->[1.19-1.19]   Dedup: 1.19->[]
I20260608 09:51:14.978472   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
W20260608 09:51:15.009941 10224 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 3 similar messages]
W20260608 09:51:15.014429 10224 consensus_peers.cc:597] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 -> Peer e3e6ac84a92844c1bb040e2ca8821677 (127.0.150.129:36215): Couldn't send request to peer e3e6ac84a92844c1bb040e2ca8821677. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:15.022572   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:15.023753   602 tablet_replica.cc:333] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677: stopping tablet replica
I20260608 09:51:15.025065   602 raft_consensus.cc:2243] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.026114   602 raft_consensus.cc:2272] T c3b316dd218b4d5cb9863aa0491dfd24 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.029527   602 tablet_replica.cc:333] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677: stopping tablet replica
I20260608 09:51:15.030260   602 raft_consensus.cc:2243] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.031307   602 raft_consensus.cc:2272] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.035255   602 tablet_replica.cc:333] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677: stopping tablet replica
I20260608 09:51:15.036157   602 raft_consensus.cc:2243] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.038141   602 raft_consensus.cc:2272] T 1a6f840d0b874bd9b1486b682f9dccd9 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.041180   602 tablet_replica.cc:333] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677: stopping tablet replica
I20260608 09:51:15.041819   602 raft_consensus.cc:2243] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.042858   602 raft_consensus.cc:2272] T 7eb8b650fcf546dd97907b804db2ec3a P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.045742   602 tablet_replica.cc:333] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677: stopping tablet replica
I20260608 09:51:15.046401   602 raft_consensus.cc:2243] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.047065   602 raft_consensus.cc:2272] T 4f7c93d9ae754ad48a0e487e529d1c4f P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.049966   602 tablet_replica.cc:333] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677: stopping tablet replica
I20260608 09:51:15.050508   602 raft_consensus.cc:2243] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.051025   602 raft_consensus.cc:2272] T 79066d6e9ab543208b4a70149386de45 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.053655   602 tablet_replica.cc:333] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677: stopping tablet replica
I20260608 09:51:15.054251   602 raft_consensus.cc:2243] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.054884   602 raft_consensus.cc:2272] T d0bfb02b3a2d404488f0f77f8cfca305 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.058282   602 tablet_replica.cc:333] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677: stopping tablet replica
I20260608 09:51:15.058979   602 raft_consensus.cc:2243] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.059720   602 raft_consensus.cc:2272] T 218f7549e7eb49bab711ab536c654cb0 P e3e6ac84a92844c1bb040e2ca8821677 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.085443   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:51:15.122334   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:51:15.158689   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:15.159617   602 tablet_replica.cc:333] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa: stopping tablet replica
I20260608 09:51:15.160606   602 raft_consensus.cc:2243] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.161511   602 raft_consensus.cc:2272] T c3b316dd218b4d5cb9863aa0491dfd24 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.165129   602 tablet_replica.cc:333] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa: stopping tablet replica
I20260608 09:51:15.165963   602 raft_consensus.cc:2243] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.167042   602 raft_consensus.cc:2272] T 218f7549e7eb49bab711ab536c654cb0 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.171015   602 tablet_replica.cc:333] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa: stopping tablet replica
I20260608 09:51:15.171808   602 raft_consensus.cc:2243] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.172811   602 raft_consensus.cc:2272] T 1a6f840d0b874bd9b1486b682f9dccd9 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.176359   602 tablet_replica.cc:333] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa: stopping tablet replica
I20260608 09:51:15.177125   602 raft_consensus.cc:2243] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.177927   602 raft_consensus.cc:2272] T ff6f30eb1aa842dfbee710cb05192fae P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.181550   602 tablet_replica.cc:333] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa: stopping tablet replica
I20260608 09:51:15.182265   602 raft_consensus.cc:2243] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.183142   602 raft_consensus.cc:2272] T 8b9470bfb4c64bfcb7422bb2edf19d32 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.186669   602 tablet_replica.cc:333] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa: stopping tablet replica
I20260608 09:51:15.187386   602 raft_consensus.cc:2243] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.188364   602 raft_consensus.cc:2272] T 7eb8b650fcf546dd97907b804db2ec3a P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.192180   602 tablet_replica.cc:333] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa: stopping tablet replica
I20260608 09:51:15.192992   602 raft_consensus.cc:2243] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.194169   602 raft_consensus.cc:2272] T 79066d6e9ab543208b4a70149386de45 P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.197768   602 tablet_replica.cc:333] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa: stopping tablet replica
I20260608 09:51:15.198427   602 raft_consensus.cc:2243] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.199170   602 raft_consensus.cc:2272] T 449139d2d02b46c8a2f73413a6bed4db P e6b23927eb3b4232a6dc2a032b3fa5fa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.233291   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:51:15.259444   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:51:15.299813   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:15.300707   602 tablet_replica.cc:333] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4: stopping tablet replica
I20260608 09:51:15.301460   602 raft_consensus.cc:2243] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.302177   602 raft_consensus.cc:2272] T 218f7549e7eb49bab711ab536c654cb0 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.305156   602 tablet_replica.cc:333] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4: stopping tablet replica
I20260608 09:51:15.305747   602 raft_consensus.cc:2243] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.306457   602 raft_consensus.cc:2272] T 7eb8b650fcf546dd97907b804db2ec3a P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.309334   602 tablet_replica.cc:333] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4: stopping tablet replica
I20260608 09:51:15.309855   602 raft_consensus.cc:2243] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.310542   602 raft_consensus.cc:2272] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.312994   602 tablet_replica.cc:333] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4: stopping tablet replica
I20260608 09:51:15.313535   602 raft_consensus.cc:2243] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.314239   602 raft_consensus.cc:2272] T 1a6f840d0b874bd9b1486b682f9dccd9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.316854   602 tablet_replica.cc:333] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4: stopping tablet replica
I20260608 09:51:15.317582   602 raft_consensus.cc:2243] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:15.318280   602 raft_consensus.cc:2272] T 79066d6e9ab543208b4a70149386de45 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.320819   602 tablet_replica.cc:333] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4: stopping tablet replica
I20260608 09:51:15.321332   602 raft_consensus.cc:2243] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.321861   602 raft_consensus.cc:2272] T ead8f99658fb403ba0b5e104834cbbb9 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.324402   602 tablet_replica.cc:333] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4: stopping tablet replica
I20260608 09:51:15.324908   602 raft_consensus.cc:2243] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.326057   602 raft_consensus.cc:2272] T c3b316dd218b4d5cb9863aa0491dfd24 P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.328811   602 tablet_replica.cc:333] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4: stopping tablet replica
I20260608 09:51:15.329300   602 raft_consensus.cc:2243] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.329826   602 raft_consensus.cc:2272] T 00341370ac264a1b8683fcb53223b7ad P 70eab71ff98940308f8c652ea8afa5e4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.362222   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:51:15.386978   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:51:15.415077   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:15.416056   602 tablet_replica.cc:333] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a: stopping tablet replica
I20260608 09:51:15.416705   602 raft_consensus.cc:2243] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:51:15.417132   602 raft_consensus.cc:2272] T 1a6f840d0b874bd9b1486b682f9dccd9 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:51:15.419441   602 tablet_replica.cc:333] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a: stopping tablet replica
I20260608 09:51:15.420065   602 raft_consensus.cc:2243] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:51:15.420452   602 raft_consensus.cc:2272] T 8b9470bfb4c64bfcb7422bb2edf19d32 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:51:15.422461   602 tablet_replica.cc:333] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a: stopping tablet replica
I20260608 09:51:15.422941   602 raft_consensus.cc:2243] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:51:15.423324   602 raft_consensus.cc:2272] T 7eb8b650fcf546dd97907b804db2ec3a P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:51:15.425320   602 tablet_replica.cc:333] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a: stopping tablet replica
I20260608 09:51:15.425908   602 raft_consensus.cc:2243] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:51:15.426390   602 raft_consensus.cc:2272] T c3b316dd218b4d5cb9863aa0491dfd24 P 683da5bcc0624366aada62e21400828a [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:51:15.448372   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:51:15.462986   602 master.cc:562] Master@127.0.150.190:42389 shutting down...
W20260608 09:51:15.493932 10057 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 09:51:15.494210 10057 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 09:51:15.494427 10057 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 09:51:15.495746   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:15.496276   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:15.496649   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P a0c67cd42fe54a70922e19b25a623f89: stopping tablet replica
I20260608 09:51:15.518692   602 master.cc:584] Master@127.0.150.190:42389 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (8076 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260608 09:51:15.569666   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:44927
I20260608 09:51:15.571166   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:15.576640 10585 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:15.577047 10586 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:15.578186 10589 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:15.579265   602 server_base.cc:1061] running on GCE node
I20260608 09:51:15.580058   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:15.580237   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:15.580353   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912275580341 us; error 0 us; skew 500 ppm
I20260608 09:51:15.580859   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:15.583287   602 webserver.cc:533] Webserver started at http://127.0.150.190:33277/ using document root <none> and password file <none>
I20260608 09:51:15.583763   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:15.583920   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:15.584137   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:15.585192   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "fba1838d12874b17a64d487365379cc7"
format_stamp: "Formatted at 2026-06-08 09:51:15 on dist-test-slave-g93p"
I20260608 09:51:15.589783   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:51:15.593293 10594 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:15.594117   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:15.594410   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "fba1838d12874b17a64d487365379cc7"
format_stamp: "Formatted at 2026-06-08 09:51:15 on dist-test-slave-g93p"
I20260608 09:51:15.594695   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:15.606036   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:15.607208   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:15.645361   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:44927
I20260608 09:51:15.645498 10645 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:44927 every 8 connection(s)
I20260608 09:51:15.649536 10646 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:15.660286 10646 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7: Bootstrap starting.
I20260608 09:51:15.665071 10646 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:15.669342 10646 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7: No bootstrap required, opened a new log
I20260608 09:51:15.671532 10646 raft_consensus.cc:359] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fba1838d12874b17a64d487365379cc7" member_type: VOTER }
I20260608 09:51:15.671902 10646 raft_consensus.cc:385] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:15.672076 10646 raft_consensus.cc:740] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fba1838d12874b17a64d487365379cc7, State: Initialized, Role: FOLLOWER
I20260608 09:51:15.672611 10646 consensus_queue.cc:260] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "fba1838d12874b17a64d487365379cc7" member_type: VOTER }
I20260608 09:51:15.673031 10646 raft_consensus.cc:399] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:15.673230 10646 raft_consensus.cc:493] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:15.673451 10646 raft_consensus.cc:3060] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:15.677935 10646 raft_consensus.cc:515] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fba1838d12874b17a64d487365379cc7" member_type: VOTER }
I20260608 09:51:15.678408 10646 leader_election.cc:304] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [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: fba1838d12874b17a64d487365379cc7; no voters: 
I20260608 09:51:15.679494 10646 leader_election.cc:290] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:15.679963 10649 raft_consensus.cc:2804] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:15.681367 10649 raft_consensus.cc:697] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 1 LEADER]: Becoming Leader. State: Replica: fba1838d12874b17a64d487365379cc7, State: Running, Role: LEADER
I20260608 09:51:15.682121 10649 consensus_queue.cc:237] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [LEADER]: Queue going to LEADER mode. State: All 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: "fba1838d12874b17a64d487365379cc7" member_type: VOTER }
I20260608 09:51:15.682559 10646 sys_catalog.cc:565] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:51:15.686728 10650 sys_catalog.cc:455] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "fba1838d12874b17a64d487365379cc7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fba1838d12874b17a64d487365379cc7" member_type: VOTER } }
I20260608 09:51:15.687563 10650 sys_catalog.cc:458] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:15.686839 10651 sys_catalog.cc:455] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [sys.catalog]: SysCatalogTable state changed. Reason: New leader fba1838d12874b17a64d487365379cc7. Latest consensus state: current_term: 1 leader_uuid: "fba1838d12874b17a64d487365379cc7" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "fba1838d12874b17a64d487365379cc7" member_type: VOTER } }
I20260608 09:51:15.688339 10651 sys_catalog.cc:458] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:15.691057 10657 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:51:15.699249 10657 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:51:15.700234   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:51:15.708501 10657 catalog_manager.cc:1382] Generated new cluster ID: 9277b40067f44533ac6dc864d048a50c
I20260608 09:51:15.708806 10657 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:51:15.728091 10657 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:51:15.729390 10657 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:51:15.744527 10657 catalog_manager.cc:6069] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7: Generated new TSK 0
I20260608 09:51:15.745155 10657 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:51:15.766657   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:15.773981 10668 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:15.774387 10667 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:15.775334 10670 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:15.776399   602 server_base.cc:1061] running on GCE node
I20260608 09:51:15.778734   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:15.779071   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:15.779274   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912275779257 us; error 0 us; skew 500 ppm
I20260608 09:51:15.780218   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:15.783363   602 webserver.cc:533] Webserver started at http://127.0.150.129:36431/ using document root <none> and password file <none>
I20260608 09:51:15.783910   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:15.784103   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:15.784425   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:15.785549   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "e79d02cdb50145e996653bfc0922fc39"
format_stamp: "Formatted at 2026-06-08 09:51:15 on dist-test-slave-g93p"
I20260608 09:51:15.790128   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260608 09:51:15.793624 10675 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:15.794405   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260608 09:51:15.794711   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "e79d02cdb50145e996653bfc0922fc39"
format_stamp: "Formatted at 2026-06-08 09:51:15 on dist-test-slave-g93p"
I20260608 09:51:15.795046   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:15.808264   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:15.809501   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:15.811060   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:15.813428   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:15.813658   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:15.813978   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:15.814155   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:15.855684   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:44197
I20260608 09:51:15.855804 10738 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:44197 every 8 connection(s)
I20260608 09:51:15.861476   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:15.870147 10743 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:15.871274 10744 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:15.877319 10746 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:15.879035   602 server_base.cc:1061] running on GCE node
I20260608 09:51:15.880127 10739 heartbeater.cc:344] Connected to a master server at 127.0.150.190:44927
I20260608 09:51:15.880558 10739 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:15.881489 10739 heartbeater.cc:507] Master 127.0.150.190:44927 requested a full tablet report, sending...
I20260608 09:51:15.881510   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:15.881945   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:15.882174   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912275882127 us; error 0 us; skew 500 ppm
I20260608 09:51:15.882853   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:15.884454 10611 ts_manager.cc:194] Registered new tserver with Master: e79d02cdb50145e996653bfc0922fc39 (127.0.150.129:44197)
I20260608 09:51:15.885720   602 webserver.cc:533] Webserver started at http://127.0.150.130:33979/ using document root <none> and password file <none>
I20260608 09:51:15.886341   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:15.886543   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:15.886822   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:15.886775 10611 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42910
I20260608 09:51:15.888311   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "057f407e5cba4bf0a07d84c0c07f9d41"
format_stamp: "Formatted at 2026-06-08 09:51:15 on dist-test-slave-g93p"
I20260608 09:51:15.892911   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260608 09:51:15.896620 10751 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:15.897464   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:15.897770   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "057f407e5cba4bf0a07d84c0c07f9d41"
format_stamp: "Formatted at 2026-06-08 09:51:15 on dist-test-slave-g93p"
I20260608 09:51:15.898125   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:15.906304   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:15.907378   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:15.908764   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:15.911075   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:15.911304   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:15.911550   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:15.911728   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:15.949230   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:44675
I20260608 09:51:15.949349 10814 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:44675 every 8 connection(s)
I20260608 09:51:15.954509   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:15.961709 10818 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:15.963832 10819 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:15.966645   602 server_base.cc:1061] running on GCE node
W20260608 09:51:15.967067 10821 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:15.967857 10815 heartbeater.cc:344] Connected to a master server at 127.0.150.190:44927
I20260608 09:51:15.968221   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 09:51:15.968303 10815 heartbeater.cc:461] Registering TS with master...
W20260608 09:51:15.968534   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:15.968753   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912275968738 us; error 0 us; skew 500 ppm
I20260608 09:51:15.969223 10815 heartbeater.cc:507] Master 127.0.150.190:44927 requested a full tablet report, sending...
I20260608 09:51:15.969399   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:15.971567 10611 ts_manager.cc:194] Registered new tserver with Master: 057f407e5cba4bf0a07d84c0c07f9d41 (127.0.150.130:44675)
I20260608 09:51:15.972198   602 webserver.cc:533] Webserver started at http://127.0.150.131:46349/ using document root <none> and password file <none>
I20260608 09:51:15.972754   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:15.972975   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:15.973150 10611 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42922
I20260608 09:51:15.973248   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:15.974723   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "ccbdcf21a638469cbed992b888e8c408"
format_stamp: "Formatted at 2026-06-08 09:51:15 on dist-test-slave-g93p"
I20260608 09:51:15.979207   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:51:15.982599 10826 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:15.983393   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:51:15.983762   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "ccbdcf21a638469cbed992b888e8c408"
format_stamp: "Formatted at 2026-06-08 09:51:15 on dist-test-slave-g93p"
I20260608 09:51:15.984058   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:16.029812   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:16.030969   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:16.032404   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:16.034736   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:16.034999   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:16.035246   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:16.035425   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:16.074182   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:42763
I20260608 09:51:16.074314 10888 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:42763 every 8 connection(s)
I20260608 09:51:16.089128 10889 heartbeater.cc:344] Connected to a master server at 127.0.150.190:44927
I20260608 09:51:16.089521 10889 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:16.090242 10889 heartbeater.cc:507] Master 127.0.150.190:44927 requested a full tablet report, sending...
I20260608 09:51:16.092381 10611 ts_manager.cc:194] Registered new tserver with Master: ccbdcf21a638469cbed992b888e8c408 (127.0.150.131:42763)
I20260608 09:51:16.093381   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01574967s
I20260608 09:51:16.094100 10611 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:42932
I20260608 09:51:16.118575 10611 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:42940:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:51:16.120682 10611 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:51:16.167532 10854 tablet_service.cc:1511] Processing CreateTablet for tablet 071c53ba63934c3db67d376c8ffd3b30 (DEFAULT_TABLE table=test-workload [id=a8919af9de6d42f0b8d7867091b0713a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:51:16.168989 10854 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 071c53ba63934c3db67d376c8ffd3b30. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:16.174430 10704 tablet_service.cc:1511] Processing CreateTablet for tablet 071c53ba63934c3db67d376c8ffd3b30 (DEFAULT_TABLE table=test-workload [id=a8919af9de6d42f0b8d7867091b0713a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:51:16.175868 10704 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 071c53ba63934c3db67d376c8ffd3b30. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:16.177682 10779 tablet_service.cc:1511] Processing CreateTablet for tablet 071c53ba63934c3db67d376c8ffd3b30 (DEFAULT_TABLE table=test-workload [id=a8919af9de6d42f0b8d7867091b0713a]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:51:16.179104 10779 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 071c53ba63934c3db67d376c8ffd3b30. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:16.187286 10904 tablet_bootstrap.cc:492] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408: Bootstrap starting.
I20260608 09:51:16.195127 10904 tablet_bootstrap.cc:654] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:16.195415 10905 tablet_bootstrap.cc:492] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39: Bootstrap starting.
I20260608 09:51:16.197657 10906 tablet_bootstrap.cc:492] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41: Bootstrap starting.
I20260608 09:51:16.202230 10904 tablet_bootstrap.cc:492] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408: No bootstrap required, opened a new log
I20260608 09:51:16.203109 10904 ts_tablet_manager.cc:1403] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408: Time spent bootstrapping tablet: real 0.016s	user 0.014s	sys 0.000s
I20260608 09:51:16.205214 10905 tablet_bootstrap.cc:654] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:16.206017 10906 tablet_bootstrap.cc:654] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:16.206610 10904 raft_consensus.cc:359] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } }
I20260608 09:51:16.207454 10904 raft_consensus.cc:385] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:16.207828 10904 raft_consensus.cc:740] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ccbdcf21a638469cbed992b888e8c408, State: Initialized, Role: FOLLOWER
I20260608 09:51:16.208743 10904 consensus_queue.cc:260] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } }
I20260608 09:51:16.210402 10905 tablet_bootstrap.cc:492] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39: No bootstrap required, opened a new log
I20260608 09:51:16.211045 10905 ts_tablet_manager.cc:1403] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39: Time spent bootstrapping tablet: real 0.016s	user 0.013s	sys 0.000s
I20260608 09:51:16.211539 10889 heartbeater.cc:499] Master 127.0.150.190:44927 was elected leader, sending a full tablet report...
I20260608 09:51:16.212103 10906 tablet_bootstrap.cc:492] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41: No bootstrap required, opened a new log
I20260608 09:51:16.212111 10904 ts_tablet_manager.cc:1434] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.004s
I20260608 09:51:16.212697 10906 ts_tablet_manager.cc:1403] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41: Time spent bootstrapping tablet: real 0.015s	user 0.004s	sys 0.010s
I20260608 09:51:16.214213 10905 raft_consensus.cc:359] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } }
I20260608 09:51:16.214882 10905 raft_consensus.cc:385] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:16.215225 10905 raft_consensus.cc:740] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e79d02cdb50145e996653bfc0922fc39, State: Initialized, Role: FOLLOWER
I20260608 09:51:16.215929 10906 raft_consensus.cc:359] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } }
I20260608 09:51:16.216234 10905 consensus_queue.cc:260] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } }
I20260608 09:51:16.216756 10906 raft_consensus.cc:385] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:16.217255 10906 raft_consensus.cc:740] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 057f407e5cba4bf0a07d84c0c07f9d41, State: Initialized, Role: FOLLOWER
I20260608 09:51:16.218299 10906 consensus_queue.cc:260] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } }
I20260608 09:51:16.221165 10815 heartbeater.cc:499] Master 127.0.150.190:44927 was elected leader, sending a full tablet report...
I20260608 09:51:16.221429 10906 ts_tablet_manager.cc:1434] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260608 09:51:16.223590 10905 ts_tablet_manager.cc:1434] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39: Time spent starting tablet: real 0.012s	user 0.000s	sys 0.010s
I20260608 09:51:16.223771 10739 heartbeater.cc:499] Master 127.0.150.190:44927 was elected leader, sending a full tablet report...
I20260608 09:51:16.415793 10912 raft_consensus.cc:493] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:16.416376 10912 raft_consensus.cc:515] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } }
I20260608 09:51:16.418948 10912 leader_election.cc:290] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers ccbdcf21a638469cbed992b888e8c408 (127.0.150.131:42763), e79d02cdb50145e996653bfc0922fc39 (127.0.150.129:44197)
I20260608 09:51:16.428469 10864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "071c53ba63934c3db67d376c8ffd3b30" candidate_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ccbdcf21a638469cbed992b888e8c408" is_pre_election: true
I20260608 09:51:16.429162 10864 raft_consensus.cc:2468] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 057f407e5cba4bf0a07d84c0c07f9d41 in term 0.
I20260608 09:51:16.429970 10714 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "071c53ba63934c3db67d376c8ffd3b30" candidate_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79d02cdb50145e996653bfc0922fc39" is_pre_election: true
I20260608 09:51:16.430441 10753 leader_election.cc:304] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [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: 057f407e5cba4bf0a07d84c0c07f9d41, ccbdcf21a638469cbed992b888e8c408; no voters: 
I20260608 09:51:16.430763 10714 raft_consensus.cc:2468] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 057f407e5cba4bf0a07d84c0c07f9d41 in term 0.
I20260608 09:51:16.431419 10912 raft_consensus.cc:2804] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:16.431811 10912 raft_consensus.cc:493] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:16.432102 10912 raft_consensus.cc:3060] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:16.437152 10912 raft_consensus.cc:515] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } }
I20260608 09:51:16.438843 10912 leader_election.cc:290] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [CANDIDATE]: Term 1 election: Requested vote from peers ccbdcf21a638469cbed992b888e8c408 (127.0.150.131:42763), e79d02cdb50145e996653bfc0922fc39 (127.0.150.129:44197)
I20260608 09:51:16.439642 10864 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "071c53ba63934c3db67d376c8ffd3b30" candidate_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ccbdcf21a638469cbed992b888e8c408"
I20260608 09:51:16.439831 10714 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "071c53ba63934c3db67d376c8ffd3b30" candidate_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e79d02cdb50145e996653bfc0922fc39"
I20260608 09:51:16.440182 10864 raft_consensus.cc:3060] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:16.440465 10714 raft_consensus.cc:3060] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:16.445396 10864 raft_consensus.cc:2468] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 057f407e5cba4bf0a07d84c0c07f9d41 in term 1.
I20260608 09:51:16.445418 10714 raft_consensus.cc:2468] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 057f407e5cba4bf0a07d84c0c07f9d41 in term 1.
I20260608 09:51:16.446637 10753 leader_election.cc:304] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [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: 057f407e5cba4bf0a07d84c0c07f9d41, ccbdcf21a638469cbed992b888e8c408; no voters: 
I20260608 09:51:16.447412 10912 raft_consensus.cc:2804] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:16.448377 10912 raft_consensus.cc:697] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 1 LEADER]: Becoming Leader. State: Replica: 057f407e5cba4bf0a07d84c0c07f9d41, State: Running, Role: LEADER
I20260608 09:51:16.449086 10912 consensus_queue.cc:237] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [LEADER]: Queue going to LEADER mode. State: All 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: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } }
I20260608 09:51:16.456557 10611 catalog_manager.cc:5696] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 057f407e5cba4bf0a07d84c0c07f9d41 (127.0.150.130). New cstate: current_term: 1 leader_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "ccbdcf21a638469cbed992b888e8c408" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42763 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "057f407e5cba4bf0a07d84c0c07f9d41" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 44675 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e79d02cdb50145e996653bfc0922fc39" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 44197 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:16.476042   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:51:16.494937   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:16.495854   602 tablet_replica.cc:333] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39: stopping tablet replica
I20260608 09:51:16.496482   602 raft_consensus.cc:2243] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:16.497021   602 raft_consensus.cc:2272] T 071c53ba63934c3db67d376c8ffd3b30 P e79d02cdb50145e996653bfc0922fc39 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:16.516139   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:51:16.525483   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:51:16.542801   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:16.543668   602 tablet_replica.cc:333] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41: stopping tablet replica
I20260608 09:51:16.544190   602 raft_consensus.cc:2243] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:16.544786   602 pending_rounds.cc:70] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41: Trying to abort 1 pending ops.
I20260608 09:51:16.544963   602 pending_rounds.cc:77] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616684343103488 op_type: NO_OP noop_request { }
I20260608 09:51:16.545222   602 raft_consensus.cc:2889] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:51:16.545468   602 raft_consensus.cc:2272] T 071c53ba63934c3db67d376c8ffd3b30 P 057f407e5cba4bf0a07d84c0c07f9d41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:16.565340   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:51:16.574442   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:51:16.592130   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:16.592952   602 tablet_replica.cc:333] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408: stopping tablet replica
I20260608 09:51:16.593519   602 raft_consensus.cc:2243] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:16.593963   602 raft_consensus.cc:2272] T 071c53ba63934c3db67d376c8ffd3b30 P ccbdcf21a638469cbed992b888e8c408 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:16.612807   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:51:16.622169   602 master.cc:562] Master@127.0.150.190:44927 shutting down...
I20260608 09:51:16.636201   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:16.636705   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:16.636996   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P fba1838d12874b17a64d487365379cc7: stopping tablet replica
I20260608 09:51:16.655495   602 master.cc:584] Master@127.0.150.190:44927 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1118 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260608 09:51:16.688253   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:33095
I20260608 09:51:16.689502   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:16.695073 10917 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:16.695604 10916 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:16.696792 10919 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:16.697005   602 server_base.cc:1061] running on GCE node
I20260608 09:51:16.697863   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:16.698226   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:16.698411   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912276698376 us; error 0 us; skew 500 ppm
I20260608 09:51:16.699029   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:16.701254   602 webserver.cc:533] Webserver started at http://127.0.150.190:38887/ using document root <none> and password file <none>
I20260608 09:51:16.701788   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:16.702055   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:16.702356   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:16.703485   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "0e3761882d4943d485cf34f99cb69b67"
format_stamp: "Formatted at 2026-06-08 09:51:16 on dist-test-slave-g93p"
I20260608 09:51:16.708119   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:51:16.712124 10924 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:16.712859   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:16.713183   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "0e3761882d4943d485cf34f99cb69b67"
format_stamp: "Formatted at 2026-06-08 09:51:16 on dist-test-slave-g93p"
I20260608 09:51:16.713469   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:16.726138   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:16.727165   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:16.763870   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:33095
I20260608 09:51:16.763988 10976 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:33095 every 8 connection(s)
I20260608 09:51:16.768198 10977 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:16.779644 10977 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67: Bootstrap starting.
I20260608 09:51:16.784451 10977 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:16.788733 10977 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67: No bootstrap required, opened a new log
I20260608 09:51:16.790987 10977 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e3761882d4943d485cf34f99cb69b67" member_type: VOTER }
I20260608 09:51:16.791436 10977 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:16.791673 10977 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0e3761882d4943d485cf34f99cb69b67, State: Initialized, Role: FOLLOWER
I20260608 09:51:16.792376 10977 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0e3761882d4943d485cf34f99cb69b67" member_type: VOTER }
I20260608 09:51:16.792865 10977 raft_consensus.cc:399] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:16.793095 10977 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:16.793380 10977 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:16.798184 10977 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e3761882d4943d485cf34f99cb69b67" member_type: VOTER }
I20260608 09:51:16.798754 10977 leader_election.cc:304] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [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: 0e3761882d4943d485cf34f99cb69b67; no voters: 
I20260608 09:51:16.799947 10977 leader_election.cc:290] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:16.800396 10980 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:16.801803 10980 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 1 LEADER]: Becoming Leader. State: Replica: 0e3761882d4943d485cf34f99cb69b67, State: Running, Role: LEADER
I20260608 09:51:16.802573 10980 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [LEADER]: Queue going to LEADER mode. State: All 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: "0e3761882d4943d485cf34f99cb69b67" member_type: VOTER }
I20260608 09:51:16.803117 10977 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:51:16.805493 10981 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "0e3761882d4943d485cf34f99cb69b67" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e3761882d4943d485cf34f99cb69b67" member_type: VOTER } }
I20260608 09:51:16.805495 10982 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0e3761882d4943d485cf34f99cb69b67. Latest consensus state: current_term: 1 leader_uuid: "0e3761882d4943d485cf34f99cb69b67" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e3761882d4943d485cf34f99cb69b67" member_type: VOTER } }
I20260608 09:51:16.806406 10981 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:16.806478 10982 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:16.810438 10985 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:51:16.819067 10985 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:51:16.820068   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:51:16.828828 10985 catalog_manager.cc:1382] Generated new cluster ID: b09ed21bda7146cbbd98da2e8c03489b
I20260608 09:51:16.829145 10985 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:51:16.856127 10985 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:51:16.857578 10985 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:51:16.880682 10985 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67: Generated new TSK 0
I20260608 09:51:16.881383 10985 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:51:16.886682   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:16.892737 10998 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:16.893285 10999 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:16.895617   602 server_base.cc:1061] running on GCE node
W20260608 09:51:16.895720 11001 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:16.896754   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:16.896955   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:16.897083   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912276897072 us; error 0 us; skew 500 ppm
I20260608 09:51:16.897611   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:16.900007   602 webserver.cc:533] Webserver started at http://127.0.150.129:41931/ using document root <none> and password file <none>
I20260608 09:51:16.900486   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:16.900645   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:16.900866   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:16.902037   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "08f31e18753a4914890418ff7db43c8e"
format_stamp: "Formatted at 2026-06-08 09:51:16 on dist-test-slave-g93p"
I20260608 09:51:16.906749   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260608 09:51:16.910224 11006 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:16.911015   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:51:16.911330   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "08f31e18753a4914890418ff7db43c8e"
format_stamp: "Formatted at 2026-06-08 09:51:16 on dist-test-slave-g93p"
I20260608 09:51:16.911613   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:16.941962   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:16.943181   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:16.944717   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:16.947165   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:16.947392   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:16.947669   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:16.947871   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:16.986846   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:43939
I20260608 09:51:16.986979 11068 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:43939 every 8 connection(s)
I20260608 09:51:16.992188   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:16.999640 11073 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:17.001674 11074 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:17.003383 11076 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:17.004578   602 server_base.cc:1061] running on GCE node
I20260608 09:51:17.005093 11069 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33095
I20260608 09:51:17.005586 11069 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:17.005831   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:17.006150   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:17.006358   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912277006342 us; error 0 us; skew 500 ppm
I20260608 09:51:17.006568 11069 heartbeater.cc:507] Master 127.0.150.190:33095 requested a full tablet report, sending...
I20260608 09:51:17.007232   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:17.009229 10941 ts_manager.cc:194] Registered new tserver with Master: 08f31e18753a4914890418ff7db43c8e (127.0.150.129:43939)
I20260608 09:51:17.010071   602 webserver.cc:533] Webserver started at http://127.0.150.130:34003/ using document root <none> and password file <none>
I20260608 09:51:17.010661   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:17.010856   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:17.011143   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:17.011422 10941 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56868
I20260608 09:51:17.012276   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "38bd0b017e5a40b6b55b09784629d9ca"
format_stamp: "Formatted at 2026-06-08 09:51:17 on dist-test-slave-g93p"
I20260608 09:51:17.017524   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260608 09:51:17.021044 11082 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:17.021863   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:17.022238   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "38bd0b017e5a40b6b55b09784629d9ca"
format_stamp: "Formatted at 2026-06-08 09:51:17 on dist-test-slave-g93p"
I20260608 09:51:17.022536   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:17.058547   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:17.059687   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:17.061144   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:17.063633   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:17.063867   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:17.064106   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:17.064282   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:17.103932   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:33075
I20260608 09:51:17.104068 11144 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:33075 every 8 connection(s)
I20260608 09:51:17.109517   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:17.116530 11148 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:17.117681 11149 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:17.120108   602 server_base.cc:1061] running on GCE node
W20260608 09:51:17.121461 11151 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:17.121706 11145 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33095
I20260608 09:51:17.122212 11145 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:17.122617   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:17.122932   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:17.123152   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912277123131 us; error 0 us; skew 500 ppm
I20260608 09:51:17.123184 11145 heartbeater.cc:507] Master 127.0.150.190:33095 requested a full tablet report, sending...
I20260608 09:51:17.124161   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:17.125870 10941 ts_manager.cc:194] Registered new tserver with Master: 38bd0b017e5a40b6b55b09784629d9ca (127.0.150.130:33075)
I20260608 09:51:17.127125   602 webserver.cc:533] Webserver started at http://127.0.150.131:36441/ using document root <none> and password file <none>
I20260608 09:51:17.127866   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:17.127853 10941 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56872
I20260608 09:51:17.128381   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:17.128760   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:17.130187   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "4a589340908643fea64c173d4e07415d"
format_stamp: "Formatted at 2026-06-08 09:51:17 on dist-test-slave-g93p"
I20260608 09:51:17.134924   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:51:17.138352 11156 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:17.139138   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:17.139406   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "4a589340908643fea64c173d4e07415d"
format_stamp: "Formatted at 2026-06-08 09:51:17 on dist-test-slave-g93p"
I20260608 09:51:17.139647   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:17.160518   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:17.161566   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:17.163003   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:17.165328   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:17.165568   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:17.165823   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:17.166098   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260608 09:51:17.204005   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:42339
I20260608 09:51:17.204300 11219 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:42339 every 8 connection(s)
I20260608 09:51:17.209267   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:17.216739 11223 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:17.221705 11224 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:17.222193 11220 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33095
I20260608 09:51:17.222733 11220 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:17.223488 11220 heartbeater.cc:507] Master 127.0.150.190:33095 requested a full tablet report, sending...
W20260608 09:51:17.224818 11226 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:17.226120 10941 ts_manager.cc:194] Registered new tserver with Master: 4a589340908643fea64c173d4e07415d (127.0.150.131:42339)
I20260608 09:51:17.228436 10941 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56882
I20260608 09:51:17.230400   602 server_base.cc:1061] running on GCE node
I20260608 09:51:17.231631   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:17.231904   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:17.232125   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912277232105 us; error 0 us; skew 500 ppm
I20260608 09:51:17.232883   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:17.235396   602 webserver.cc:533] Webserver started at http://127.0.150.132:46785/ using document root <none> and password file <none>
I20260608 09:51:17.235935   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:17.236150   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:17.236439   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:17.237522   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "95e6b442ae114dd19a78a454ca28525d"
format_stamp: "Formatted at 2026-06-08 09:51:17 on dist-test-slave-g93p"
I20260608 09:51:17.242369   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260608 09:51:17.245751 11231 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:17.246680   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:51:17.247025   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "95e6b442ae114dd19a78a454ca28525d"
format_stamp: "Formatted at 2026-06-08 09:51:17 on dist-test-slave-g93p"
I20260608 09:51:17.247327   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:17.265344   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:17.266688   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:17.268195   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:17.270646   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:17.270889   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:17.271136   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:17.271318   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:17.310209   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:42683
I20260608 09:51:17.310489 11293 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:42683 every 8 connection(s)
I20260608 09:51:17.324566 11294 heartbeater.cc:344] Connected to a master server at 127.0.150.190:33095
I20260608 09:51:17.325042 11294 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:17.325788 11294 heartbeater.cc:507] Master 127.0.150.190:33095 requested a full tablet report, sending...
I20260608 09:51:17.327821 10941 ts_manager.cc:194] Registered new tserver with Master: 95e6b442ae114dd19a78a454ca28525d (127.0.150.132:42683)
I20260608 09:51:17.328204   602 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.014731906s
I20260608 09:51:17.329699 10941 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56894
I20260608 09:51:17.353569 10941 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56900:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
I20260608 09:51:17.401811 11259 tablet_service.cc:1511] Processing CreateTablet for tablet 9953929d8cab478d84ac42e8eebd9c1d (DEFAULT_TABLE table=test-workload [id=a500e8c185814ea6aaac9fd2036da011]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:51:17.403270 11259 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9953929d8cab478d84ac42e8eebd9c1d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:17.404690 11110 tablet_service.cc:1511] Processing CreateTablet for tablet 9953929d8cab478d84ac42e8eebd9c1d (DEFAULT_TABLE table=test-workload [id=a500e8c185814ea6aaac9fd2036da011]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:51:17.406143 11110 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9953929d8cab478d84ac42e8eebd9c1d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:17.414718 11184 tablet_service.cc:1511] Processing CreateTablet for tablet 9953929d8cab478d84ac42e8eebd9c1d (DEFAULT_TABLE table=test-workload [id=a500e8c185814ea6aaac9fd2036da011]), partition=RANGE (key) PARTITION UNBOUNDED
I20260608 09:51:17.416141 11184 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9953929d8cab478d84ac42e8eebd9c1d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:17.421708 11309 tablet_bootstrap.cc:492] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d: Bootstrap starting.
I20260608 09:51:17.424468 11310 tablet_bootstrap.cc:492] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca: Bootstrap starting.
I20260608 09:51:17.429262 11309 tablet_bootstrap.cc:654] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:17.430981 11310 tablet_bootstrap.cc:654] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:17.434080 11312 tablet_bootstrap.cc:492] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d: Bootstrap starting.
I20260608 09:51:17.438563 11309 tablet_bootstrap.cc:492] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d: No bootstrap required, opened a new log
I20260608 09:51:17.439172 11309 ts_tablet_manager.cc:1403] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.007s
I20260608 09:51:17.440421 11310 tablet_bootstrap.cc:492] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca: No bootstrap required, opened a new log
I20260608 09:51:17.440935 11310 ts_tablet_manager.cc:1403] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.007s
I20260608 09:51:17.442602 11309 raft_consensus.cc:359] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } }
I20260608 09:51:17.443427 11309 raft_consensus.cc:385] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:17.443665 11312 tablet_bootstrap.cc:654] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:17.443557 11310 raft_consensus.cc:359] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } }
I20260608 09:51:17.443807 11309 raft_consensus.cc:740] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 95e6b442ae114dd19a78a454ca28525d, State: Initialized, Role: FOLLOWER
I20260608 09:51:17.444408 11310 raft_consensus.cc:385] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:17.444839 11310 raft_consensus.cc:740] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 38bd0b017e5a40b6b55b09784629d9ca, State: Initialized, Role: FOLLOWER
I20260608 09:51:17.444960 11309 consensus_queue.cc:260] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } }
I20260608 09:51:17.445590 11310 consensus_queue.cc:260] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } }
I20260608 09:51:17.447999 11294 heartbeater.cc:499] Master 127.0.150.190:33095 was elected leader, sending a full tablet report...
I20260608 09:51:17.448575 11309 ts_tablet_manager.cc:1434] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 09:51:17.455160 11145 heartbeater.cc:499] Master 127.0.150.190:33095 was elected leader, sending a full tablet report...
I20260608 09:51:17.455420 11310 ts_tablet_manager.cc:1434] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.005s
I20260608 09:51:17.456044 11312 tablet_bootstrap.cc:492] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d: No bootstrap required, opened a new log
I20260608 09:51:17.456589 11312 ts_tablet_manager.cc:1403] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d: Time spent bootstrapping tablet: real 0.023s	user 0.008s	sys 0.013s
I20260608 09:51:17.459746 11312 raft_consensus.cc:359] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } }
I20260608 09:51:17.460598 11312 raft_consensus.cc:385] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:17.460983 11312 raft_consensus.cc:740] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4a589340908643fea64c173d4e07415d, State: Initialized, Role: FOLLOWER
I20260608 09:51:17.461894 11312 consensus_queue.cc:260] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } }
I20260608 09:51:17.464682 11220 heartbeater.cc:499] Master 127.0.150.190:33095 was elected leader, sending a full tablet report...
I20260608 09:51:17.465154 11312 ts_tablet_manager.cc:1434] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 09:51:17.634356 11317 raft_consensus.cc:493] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:17.635030 11317 raft_consensus.cc:515] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } }
I20260608 09:51:17.637398 11317 leader_election.cc:290] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 95e6b442ae114dd19a78a454ca28525d (127.0.150.132:42683), 38bd0b017e5a40b6b55b09784629d9ca (127.0.150.130:33075)
I20260608 09:51:17.646878 11269 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9953929d8cab478d84ac42e8eebd9c1d" candidate_uuid: "4a589340908643fea64c173d4e07415d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95e6b442ae114dd19a78a454ca28525d" is_pre_election: true
I20260608 09:51:17.647761 11269 raft_consensus.cc:2468] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a589340908643fea64c173d4e07415d in term 0.
I20260608 09:51:17.648200 11120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9953929d8cab478d84ac42e8eebd9c1d" candidate_uuid: "4a589340908643fea64c173d4e07415d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38bd0b017e5a40b6b55b09784629d9ca" is_pre_election: true
I20260608 09:51:17.648957 11120 raft_consensus.cc:2468] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4a589340908643fea64c173d4e07415d in term 0.
I20260608 09:51:17.649272 11157 leader_election.cc:304] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [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: 4a589340908643fea64c173d4e07415d, 95e6b442ae114dd19a78a454ca28525d; no voters: 
I20260608 09:51:17.650277 11317 raft_consensus.cc:2804] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:17.650660 11317 raft_consensus.cc:493] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:17.651065 11317 raft_consensus.cc:3060] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:17.656111 11317 raft_consensus.cc:515] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } }
I20260608 09:51:17.657658 11317 leader_election.cc:290] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [CANDIDATE]: Term 1 election: Requested vote from peers 95e6b442ae114dd19a78a454ca28525d (127.0.150.132:42683), 38bd0b017e5a40b6b55b09784629d9ca (127.0.150.130:33075)
I20260608 09:51:17.658569 11269 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9953929d8cab478d84ac42e8eebd9c1d" candidate_uuid: "4a589340908643fea64c173d4e07415d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "95e6b442ae114dd19a78a454ca28525d"
I20260608 09:51:17.658857 11120 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9953929d8cab478d84ac42e8eebd9c1d" candidate_uuid: "4a589340908643fea64c173d4e07415d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "38bd0b017e5a40b6b55b09784629d9ca"
I20260608 09:51:17.659113 11269 raft_consensus.cc:3060] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:17.659474 11120 raft_consensus.cc:3060] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:17.664389 11269 raft_consensus.cc:2468] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a589340908643fea64c173d4e07415d in term 1.
I20260608 09:51:17.664537 11120 raft_consensus.cc:2468] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4a589340908643fea64c173d4e07415d in term 1.
I20260608 09:51:17.665674 11157 leader_election.cc:304] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [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: 4a589340908643fea64c173d4e07415d, 95e6b442ae114dd19a78a454ca28525d; no voters: 
I20260608 09:51:17.666512 11317 raft_consensus.cc:2804] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:17.667426 11317 raft_consensus.cc:697] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 1 LEADER]: Becoming Leader. State: Replica: 4a589340908643fea64c173d4e07415d, State: Running, Role: LEADER
I20260608 09:51:17.668135 11317 consensus_queue.cc:237] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [LEADER]: Queue going to LEADER mode. State: All 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: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } }
I20260608 09:51:17.675426 10941 catalog_manager.cc:5696] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d reported cstate change: term changed from 0 to 1, leader changed from <none> to 4a589340908643fea64c173d4e07415d (127.0.150.131). New cstate: current_term: 1 leader_uuid: "4a589340908643fea64c173d4e07415d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "95e6b442ae114dd19a78a454ca28525d" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42683 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "38bd0b017e5a40b6b55b09784629d9ca" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 33075 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4a589340908643fea64c173d4e07415d" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 42339 } health_report { overall_health: HEALTHY } } }
W20260608 09:51:17.736673   602 auto_rebalancer.cc:591] Failed to schedule move for tablet 9953929d8cab478d84ac42e8eebd9c1d: Illegal state: Leader has not yet committed an operation in its own term
I20260608 09:51:17.737928   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:51:17.760424   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:17.777195   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:51:17.785560   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:51:17.804203   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:17.805184   602 tablet_replica.cc:333] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca: stopping tablet replica
I20260608 09:51:17.805804   602 raft_consensus.cc:2243] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:17.806336   602 raft_consensus.cc:2272] T 9953929d8cab478d84ac42e8eebd9c1d P 38bd0b017e5a40b6b55b09784629d9ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:17.825598   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:51:17.835353   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:51:17.853137   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:17.854497   602 tablet_replica.cc:333] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d: stopping tablet replica
I20260608 09:51:17.855090   602 raft_consensus.cc:2243] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:17.855736   602 pending_rounds.cc:70] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d: Trying to abort 1 pending ops.
I20260608 09:51:17.855947   602 pending_rounds.cc:77] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7294616689335652352 op_type: NO_OP noop_request { }
I20260608 09:51:17.856240   602 raft_consensus.cc:2889] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260608 09:51:17.856563   602 raft_consensus.cc:2272] T 9953929d8cab478d84ac42e8eebd9c1d P 4a589340908643fea64c173d4e07415d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:17.866961   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:51:17.876570   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:51:17.893534   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:17.894443   602 tablet_replica.cc:333] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d: stopping tablet replica
I20260608 09:51:17.895028   602 raft_consensus.cc:2243] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:17.895452   602 raft_consensus.cc:2272] T 9953929d8cab478d84ac42e8eebd9c1d P 95e6b442ae114dd19a78a454ca28525d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:17.915122   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:51:17.924928   602 master.cc:562] Master@127.0.150.190:33095 shutting down...
I20260608 09:51:17.939843   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:17.940425   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:17.940780   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0e3761882d4943d485cf34f99cb69b67: stopping tablet replica
I20260608 09:51:17.959255   602 master.cc:584] Master@127.0.150.190:33095 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1303 ms)
[----------] 22 tests from AutoRebalancerTest (235858 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260608 09:51:17.992133   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:35717
I20260608 09:51:17.993268   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:17.998471 11323 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:17.998606 11324 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:18.001300 11326 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:18.001332   602 server_base.cc:1061] running on GCE node
I20260608 09:51:18.002528   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:18.002715   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:18.002960   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912278002922 us; error 0 us; skew 500 ppm
I20260608 09:51:18.003583   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:18.006114   602 webserver.cc:533] Webserver started at http://127.0.150.190:46619/ using document root <none> and password file <none>
I20260608 09:51:18.006652   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:18.006860   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:18.007146   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:18.008265   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "83b34f42ad6a4b5eae574a381d6c8f06"
format_stamp: "Formatted at 2026-06-08 09:51:18 on dist-test-slave-g93p"
I20260608 09:51:18.013001   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:51:18.016639 11331 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.017596   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:18.017940   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "83b34f42ad6a4b5eae574a381d6c8f06"
format_stamp: "Formatted at 2026-06-08 09:51:18 on dist-test-slave-g93p"
I20260608 09:51:18.018198   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:18.033597   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:18.034703   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:18.070605   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:35717
I20260608 09:51:18.070726 11383 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:35717 every 8 connection(s)
I20260608 09:51:18.074759 11384 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:18.085458 11384 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06: Bootstrap starting.
I20260608 09:51:18.090083 11384 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:18.094166 11384 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06: No bootstrap required, opened a new log
I20260608 09:51:18.096316 11384 raft_consensus.cc:359] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "83b34f42ad6a4b5eae574a381d6c8f06" member_type: VOTER }
I20260608 09:51:18.096702 11384 raft_consensus.cc:385] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:18.096886 11384 raft_consensus.cc:740] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 83b34f42ad6a4b5eae574a381d6c8f06, State: Initialized, Role: FOLLOWER
I20260608 09:51:18.097424 11384 consensus_queue.cc:260] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "83b34f42ad6a4b5eae574a381d6c8f06" member_type: VOTER }
I20260608 09:51:18.097831 11384 raft_consensus.cc:399] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:18.098052 11384 raft_consensus.cc:493] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:18.098272 11384 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:18.103030 11384 raft_consensus.cc:515] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "83b34f42ad6a4b5eae574a381d6c8f06" member_type: VOTER }
I20260608 09:51:18.103533 11384 leader_election.cc:304] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [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: 83b34f42ad6a4b5eae574a381d6c8f06; no voters: 
I20260608 09:51:18.104676 11384 leader_election.cc:290] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:18.105113 11387 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:18.106624 11387 raft_consensus.cc:697] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 1 LEADER]: Becoming Leader. State: Replica: 83b34f42ad6a4b5eae574a381d6c8f06, State: Running, Role: LEADER
I20260608 09:51:18.107264 11387 consensus_queue.cc:237] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [LEADER]: Queue going to LEADER mode. State: All 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: "83b34f42ad6a4b5eae574a381d6c8f06" member_type: VOTER }
I20260608 09:51:18.107975 11384 sys_catalog.cc:565] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:51:18.110321 11389 sys_catalog.cc:455] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 83b34f42ad6a4b5eae574a381d6c8f06. Latest consensus state: current_term: 1 leader_uuid: "83b34f42ad6a4b5eae574a381d6c8f06" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "83b34f42ad6a4b5eae574a381d6c8f06" member_type: VOTER } }
I20260608 09:51:18.110321 11388 sys_catalog.cc:455] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "83b34f42ad6a4b5eae574a381d6c8f06" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "83b34f42ad6a4b5eae574a381d6c8f06" member_type: VOTER } }
I20260608 09:51:18.111191 11389 sys_catalog.cc:458] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:18.111266 11388 sys_catalog.cc:458] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:18.117007 11392 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:51:18.125458 11392 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:51:18.126778   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:51:18.134920 11392 catalog_manager.cc:1382] Generated new cluster ID: 6fc1b688a74843299a18719637ef43b9
I20260608 09:51:18.135246 11392 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:51:18.161793 11392 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:51:18.163180 11392 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:51:18.189677 11392 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06: Generated new TSK 0
I20260608 09:51:18.190378 11392 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:51:18.258687   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:18.264979 11405 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:18.266289 11406 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:18.267596 11408 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:18.268074   602 server_base.cc:1061] running on GCE node
I20260608 09:51:18.269013   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:18.269203   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:18.269433   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912278269397 us; error 0 us; skew 500 ppm
I20260608 09:51:18.270134   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:18.272547   602 webserver.cc:533] Webserver started at http://127.0.150.129:46493/ using document root <none> and password file <none>
I20260608 09:51:18.273075   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:18.273274   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:18.273584   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:18.274780   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "eff0294ec91a4f1a90ad15d7c2c731f0"
format_stamp: "Formatted at 2026-06-08 09:51:18 on dist-test-slave-g93p"
I20260608 09:51:18.279498   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:51:18.283099 11413 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.284040   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:18.284307   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "eff0294ec91a4f1a90ad15d7c2c731f0"
format_stamp: "Formatted at 2026-06-08 09:51:18 on dist-test-slave-g93p"
I20260608 09:51:18.284544   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:18.294858   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:18.295801   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:18.297145   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:18.299562   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:18.299737   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.300045   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:18.300207   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.339326   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:35669
I20260608 09:51:18.339496 11475 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:35669 every 8 connection(s)
I20260608 09:51:18.344765   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:18.352089 11481 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:18.354018 11482 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:18.355662 11484 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:18.356653   602 server_base.cc:1061] running on GCE node
I20260608 09:51:18.357565   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:18.357803   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:18.358057   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912278358031 us; error 0 us; skew 500 ppm
I20260608 09:51:18.358716   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:18.361488   602 webserver.cc:533] Webserver started at http://127.0.150.130:41873/ using document root <none> and password file <none>
I20260608 09:51:18.362155   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:18.362380   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:18.362672 11476 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35717
I20260608 09:51:18.362702   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:18.363269 11476 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:18.364022 11476 heartbeater.cc:507] Master 127.0.150.190:35717 requested a full tablet report, sending...
I20260608 09:51:18.364224   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "9e43362d1bbf4f45811c7f344b6dbcbb"
format_stamp: "Formatted at 2026-06-08 09:51:18 on dist-test-slave-g93p"
I20260608 09:51:18.366307 11348 ts_manager.cc:194] Registered new tserver with Master: eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669)
I20260608 09:51:18.368114 11348 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33244
I20260608 09:51:18.369498   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.006s	sys 0.000s
I20260608 09:51:18.373167 11489 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.374280   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260608 09:51:18.374589   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "9e43362d1bbf4f45811c7f344b6dbcbb"
format_stamp: "Formatted at 2026-06-08 09:51:18 on dist-test-slave-g93p"
I20260608 09:51:18.374902   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:18.394079   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:18.395203   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:18.396808   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:18.399194   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:18.399446   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.399705   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:18.399883   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.438369   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:38627
I20260608 09:51:18.438482 11551 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:38627 every 8 connection(s)
I20260608 09:51:18.443647   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:18.450892 11555 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:18.452654 11556 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:18.454967 11558 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:18.455149   602 server_base.cc:1061] running on GCE node
I20260608 09:51:18.456568   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:18.456856   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:18.457089   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912278457048 us; error 0 us; skew 500 ppm
I20260608 09:51:18.457724   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:18.458216 11552 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35717
I20260608 09:51:18.458709 11552 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:18.459506 11552 heartbeater.cc:507] Master 127.0.150.190:35717 requested a full tablet report, sending...
I20260608 09:51:18.460728   602 webserver.cc:533] Webserver started at http://127.0.150.131:42013/ using document root <none> and password file <none>
I20260608 09:51:18.461416   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:18.461658   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:18.461712 11348 ts_manager.cc:194] Registered new tserver with Master: 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:18.462093   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:18.463559   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "e3a3da3404be45cc9d8130afcf2256c4"
format_stamp: "Formatted at 2026-06-08 09:51:18 on dist-test-slave-g93p"
I20260608 09:51:18.463711 11348 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33254
I20260608 09:51:18.468384   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:51:18.471957 11563 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.472771   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:18.473088   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "e3a3da3404be45cc9d8130afcf2256c4"
format_stamp: "Formatted at 2026-06-08 09:51:18 on dist-test-slave-g93p"
I20260608 09:51:18.473382   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:18.482611   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:18.483645   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:18.485029   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:18.487344   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:18.487573   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.487818   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:18.488003   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:18.528345   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:41103
I20260608 09:51:18.528475 11626 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:41103 every 8 connection(s)
I20260608 09:51:18.542516 11627 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35717
I20260608 09:51:18.543007 11627 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:18.543759 11627 heartbeater.cc:507] Master 127.0.150.190:35717 requested a full tablet report, sending...
I20260608 09:51:18.545760 11348 ts_manager.cc:194] Registered new tserver with Master: e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:18.546432   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014628306s
I20260608 09:51:18.547266 11348 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:33262
I20260608 09:51:19.371054 11476 heartbeater.cc:499] Master 127.0.150.190:35717 was elected leader, sending a full tablet report...
I20260608 09:51:19.466492 11552 heartbeater.cc:499] Master 127.0.150.190:35717 was elected leader, sending a full tablet report...
I20260608 09:51:19.550225 11627 heartbeater.cc:499] Master 127.0.150.190:35717 was elected leader, sending a full tablet report...
I20260608 09:51:19.602541 11348 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:33278:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:51:19.604897 11348 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:51:19.679459 11441 tablet_service.cc:1511] Processing CreateTablet for tablet c9e2709c5cf747bb88efc90e46003191 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:19.680423 11440 tablet_service.cc:1511] Processing CreateTablet for tablet 4d5f273e2b454c75be91d87a16163aa9 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:19.680996 11441 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9e2709c5cf747bb88efc90e46003191. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.681880 11440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d5f273e2b454c75be91d87a16163aa9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.683615 11438 tablet_service.cc:1511] Processing CreateTablet for tablet ad29f67666504d1297cd1062199ea578 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:19.685003 11438 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad29f67666504d1297cd1062199ea578. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.687094 11439 tablet_service.cc:1511] Processing CreateTablet for tablet 5aa9ac3c4cdc462ab39a54ea6d553535 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:19.689450 11517 tablet_service.cc:1511] Processing CreateTablet for tablet c9e2709c5cf747bb88efc90e46003191 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:19.690764 11517 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9e2709c5cf747bb88efc90e46003191. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.691308 11516 tablet_service.cc:1511] Processing CreateTablet for tablet 4d5f273e2b454c75be91d87a16163aa9 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:19.692608 11516 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d5f273e2b454c75be91d87a16163aa9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.695142 11437 tablet_service.cc:1511] Processing CreateTablet for tablet c0a52d673d94403db9f0657e447e581f (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:19.696558 11437 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0a52d673d94403db9f0657e447e581f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.696362 11512 tablet_service.cc:1511] Processing CreateTablet for tablet 9960f42b5fe44f5f8e09480217dfcebb (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:19.697638 11512 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9960f42b5fe44f5f8e09480217dfcebb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.699033 11436 tablet_service.cc:1511] Processing CreateTablet for tablet 9960f42b5fe44f5f8e09480217dfcebb (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:19.700393 11436 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9960f42b5fe44f5f8e09480217dfcebb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.700225 11590 tablet_service.cc:1511] Processing CreateTablet for tablet 5aa9ac3c4cdc462ab39a54ea6d553535 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:19.701548 11590 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5aa9ac3c4cdc462ab39a54ea6d553535. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.703096 11592 tablet_service.cc:1511] Processing CreateTablet for tablet c9e2709c5cf747bb88efc90e46003191 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:19.704530 11592 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9e2709c5cf747bb88efc90e46003191. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.705111 11588 tablet_service.cc:1511] Processing CreateTablet for tablet c0a52d673d94403db9f0657e447e581f (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:19.706404 11439 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5aa9ac3c4cdc462ab39a54ea6d553535. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.708050 11587 tablet_service.cc:1511] Processing CreateTablet for tablet 9960f42b5fe44f5f8e09480217dfcebb (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:19.711202 11515 tablet_service.cc:1511] Processing CreateTablet for tablet 5aa9ac3c4cdc462ab39a54ea6d553535 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:19.712988 11514 tablet_service.cc:1511] Processing CreateTablet for tablet ad29f67666504d1297cd1062199ea578 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:19.699033 11591 tablet_service.cc:1511] Processing CreateTablet for tablet 4d5f273e2b454c75be91d87a16163aa9 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:19.695142 11513 tablet_service.cc:1511] Processing CreateTablet for tablet c0a52d673d94403db9f0657e447e581f (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:19.703218 11589 tablet_service.cc:1511] Processing CreateTablet for tablet ad29f67666504d1297cd1062199ea578 (DEFAULT_TABLE table=test-workload [id=d701b3c9349047b59bb87885f538e13c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:19.718495 11515 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5aa9ac3c4cdc462ab39a54ea6d553535. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.722291 11514 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad29f67666504d1297cd1062199ea578. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.723820 11513 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0a52d673d94403db9f0657e447e581f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.706466 11588 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0a52d673d94403db9f0657e447e581f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.727159 11591 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d5f273e2b454c75be91d87a16163aa9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.730304 11587 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9960f42b5fe44f5f8e09480217dfcebb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.734301 11589 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad29f67666504d1297cd1062199ea578. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:19.797663 11648 tablet_bootstrap.cc:492] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: Bootstrap starting.
I20260608 09:51:19.850070 11648 tablet_bootstrap.cc:654] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:19.860370 11649 tablet_bootstrap.cc:492] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb: Bootstrap starting.
I20260608 09:51:19.867543 11647 tablet_bootstrap.cc:492] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0: Bootstrap starting.
I20260608 09:51:19.872300 11649 tablet_bootstrap.cc:654] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:19.872643 11647 tablet_bootstrap.cc:654] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:19.874969 11648 tablet_bootstrap.cc:492] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: No bootstrap required, opened a new log
I20260608 09:51:19.875681 11648 ts_tablet_manager.cc:1403] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: Time spent bootstrapping tablet: real 0.079s	user 0.006s	sys 0.009s
I20260608 09:51:19.878198 11647 tablet_bootstrap.cc:492] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0: No bootstrap required, opened a new log
I20260608 09:51:19.878667 11647 ts_tablet_manager.cc:1403] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent bootstrapping tablet: real 0.011s	user 0.008s	sys 0.002s
I20260608 09:51:19.879314 11649 tablet_bootstrap.cc:492] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb: No bootstrap required, opened a new log
I20260608 09:51:19.879149 11648 raft_consensus.cc:359] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.879854 11649 ts_tablet_manager.cc:1403] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.000s
I20260608 09:51:19.879945 11648 raft_consensus.cc:385] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:19.880321 11648 raft_consensus.cc:740] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a3da3404be45cc9d8130afcf2256c4, State: Initialized, Role: FOLLOWER
I20260608 09:51:19.881245 11647 raft_consensus.cc:359] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:19.881302 11648 consensus_queue.cc:260] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.881989 11647 raft_consensus.cc:385] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:19.882339 11647 raft_consensus.cc:740] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eff0294ec91a4f1a90ad15d7c2c731f0, State: Initialized, Role: FOLLOWER
I20260608 09:51:19.883049 11647 consensus_queue.cc:260] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:19.882829 11649 raft_consensus.cc:359] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.883909 11649 raft_consensus.cc:385] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:19.884320 11649 raft_consensus.cc:740] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e43362d1bbf4f45811c7f344b6dbcbb, State: Initialized, Role: FOLLOWER
I20260608 09:51:19.885502 11649 consensus_queue.cc:260] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.889343 11649 ts_tablet_manager.cc:1434] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent starting tablet: real 0.009s	user 0.010s	sys 0.000s
I20260608 09:51:19.890841 11649 tablet_bootstrap.cc:492] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb: Bootstrap starting.
I20260608 09:51:19.892388 11647 ts_tablet_manager.cc:1434] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.007s
I20260608 09:51:19.894584 11648 ts_tablet_manager.cc:1434] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: Time spent starting tablet: real 0.018s	user 0.010s	sys 0.004s
I20260608 09:51:19.895813 11648 tablet_bootstrap.cc:492] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4: Bootstrap starting.
I20260608 09:51:19.897600 11649 tablet_bootstrap.cc:654] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:19.902558 11647 tablet_bootstrap.cc:492] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0: Bootstrap starting.
I20260608 09:51:19.904371 11648 tablet_bootstrap.cc:654] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:19.911242 11654 raft_consensus.cc:493] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:19.911862 11654 raft_consensus.cc:515] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:19.914099 11648 tablet_bootstrap.cc:492] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4: No bootstrap required, opened a new log
I20260608 09:51:19.914856 11648 ts_tablet_manager.cc:1403] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4: Time spent bootstrapping tablet: real 0.019s	user 0.006s	sys 0.009s
I20260608 09:51:19.919087 11648 raft_consensus.cc:359] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:19.920087 11648 raft_consensus.cc:385] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:19.922369 11654 leader_election.cc:290] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:19.922781 11649 tablet_bootstrap.cc:492] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb: No bootstrap required, opened a new log
I20260608 09:51:19.923488 11649 ts_tablet_manager.cc:1403] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent bootstrapping tablet: real 0.033s	user 0.016s	sys 0.000s
I20260608 09:51:19.925412 11647 tablet_bootstrap.cc:654] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:19.920516 11648 raft_consensus.cc:740] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a3da3404be45cc9d8130afcf2256c4, State: Initialized, Role: FOLLOWER
I20260608 09:51:19.927536 11648 consensus_queue.cc:260] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:19.930318 11648 ts_tablet_manager.cc:1434] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260608 09:51:19.931340 11648 tablet_bootstrap.cc:492] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: Bootstrap starting.
I20260608 09:51:19.934491 11649 raft_consensus.cc:359] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.935325 11649 raft_consensus.cc:385] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:19.935635 11649 raft_consensus.cc:740] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e43362d1bbf4f45811c7f344b6dbcbb, State: Initialized, Role: FOLLOWER
I20260608 09:51:19.938323 11648 tablet_bootstrap.cc:654] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:19.938827 11602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9e2709c5cf747bb88efc90e46003191" candidate_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a3da3404be45cc9d8130afcf2256c4" is_pre_election: true
I20260608 09:51:19.939433 11602 raft_consensus.cc:2468] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eff0294ec91a4f1a90ad15d7c2c731f0 in term 0.
I20260608 09:51:19.940804 11416 leader_election.cc:304] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [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: e3a3da3404be45cc9d8130afcf2256c4, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: 
I20260608 09:51:19.940549 11649 consensus_queue.cc:260] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.942013 11657 raft_consensus.cc:2804] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:19.942451 11657 raft_consensus.cc:493] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:19.942811 11657 raft_consensus.cc:3060] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:19.943764 11649 ts_tablet_manager.cc:1434] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent starting tablet: real 0.020s	user 0.008s	sys 0.000s
I20260608 09:51:19.945147 11649 tablet_bootstrap.cc:492] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb: Bootstrap starting.
I20260608 09:51:19.952545 11648 tablet_bootstrap.cc:492] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: No bootstrap required, opened a new log
I20260608 09:51:19.953178 11648 ts_tablet_manager.cc:1403] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.012s
I20260608 09:51:19.953830 11527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9e2709c5cf747bb88efc90e46003191" candidate_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" is_pre_election: true
I20260608 09:51:19.954063 11647 tablet_bootstrap.cc:492] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0: No bootstrap required, opened a new log
I20260608 09:51:19.954770 11647 ts_tablet_manager.cc:1403] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent bootstrapping tablet: real 0.052s	user 0.010s	sys 0.003s
I20260608 09:51:19.955096 11649 tablet_bootstrap.cc:654] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb: Neither blocks nor log segments found. Creating new log.
W20260608 09:51:19.955719 11414 leader_election.cc:343] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:19.956588 11648 raft_consensus.cc:359] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.957335 11648 raft_consensus.cc:385] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:19.957628 11648 raft_consensus.cc:740] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a3da3404be45cc9d8130afcf2256c4, State: Initialized, Role: FOLLOWER
I20260608 09:51:19.958564 11648 consensus_queue.cc:260] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.958485 11647 raft_consensus.cc:359] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.959873 11647 raft_consensus.cc:385] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:19.960357 11647 raft_consensus.cc:740] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eff0294ec91a4f1a90ad15d7c2c731f0, State: Initialized, Role: FOLLOWER
I20260608 09:51:19.961089 11648 ts_tablet_manager.cc:1434] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260608 09:51:19.962146 11648 tablet_bootstrap.cc:492] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4: Bootstrap starting.
I20260608 09:51:19.961647 11647 consensus_queue.cc:260] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.966885 11657 raft_consensus.cc:515] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:19.969322 11648 tablet_bootstrap.cc:654] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:19.971127 11602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9e2709c5cf747bb88efc90e46003191" candidate_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a3da3404be45cc9d8130afcf2256c4"
I20260608 09:51:19.971755 11602 raft_consensus.cc:3060] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:19.975760 11647 ts_tablet_manager.cc:1434] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent starting tablet: real 0.021s	user 0.004s	sys 0.004s
I20260608 09:51:19.979571 11647 tablet_bootstrap.cc:492] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0: Bootstrap starting.
I20260608 09:51:19.981189 11648 tablet_bootstrap.cc:492] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4: No bootstrap required, opened a new log
I20260608 09:51:19.981706 11648 ts_tablet_manager.cc:1403] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4: Time spent bootstrapping tablet: real 0.020s	user 0.011s	sys 0.007s
I20260608 09:51:19.984750 11648 raft_consensus.cc:359] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.985469 11648 raft_consensus.cc:385] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:19.985772 11648 raft_consensus.cc:740] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a3da3404be45cc9d8130afcf2256c4, State: Initialized, Role: FOLLOWER
I20260608 09:51:19.986696 11648 consensus_queue.cc:260] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:19.987377 11649 tablet_bootstrap.cc:492] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb: No bootstrap required, opened a new log
I20260608 09:51:19.988024 11649 ts_tablet_manager.cc:1403] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent bootstrapping tablet: real 0.043s	user 0.020s	sys 0.016s
I20260608 09:51:19.991098 11647 tablet_bootstrap.cc:654] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:19.991894 11655 raft_consensus.cc:493] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:19.992321 11527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9e2709c5cf747bb88efc90e46003191" candidate_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb"
I20260608 09:51:19.992403 11655 raft_consensus.cc:515] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
W20260608 09:51:19.994009 11414 leader_election.cc:343] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:19.989048 11648 ts_tablet_manager.cc:1434] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.002s
I20260608 09:51:19.990166 11602 raft_consensus.cc:2468] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eff0294ec91a4f1a90ad15d7c2c731f0 in term 1.
I20260608 09:51:19.995545 11648 tablet_bootstrap.cc:492] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4: Bootstrap starting.
I20260608 09:51:19.996166 11655 leader_election.cc:290] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:19.991117 11657 leader_election.cc:290] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [CANDIDATE]: Term 1 election: Requested vote from peers e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:19.994313 11649 raft_consensus.cc:359] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:19.995714 11416 leader_election.cc:304] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [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: e3a3da3404be45cc9d8130afcf2256c4, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: 9e43362d1bbf4f45811c7f344b6dbcbb
I20260608 09:51:19.998580 11649 raft_consensus.cc:385] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:19.998898 11649 raft_consensus.cc:740] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e43362d1bbf4f45811c7f344b6dbcbb, State: Initialized, Role: FOLLOWER
I20260608 09:51:19.999817 11657 raft_consensus.cc:2804] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:19.999758 11649 consensus_queue.cc:260] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:20.001444 11657 raft_consensus.cc:697] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 LEADER]: Becoming Leader. State: Replica: eff0294ec91a4f1a90ad15d7c2c731f0, State: Running, Role: LEADER
I20260608 09:51:20.003275 11657 consensus_queue.cc:237] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Queue going to LEADER mode. State: All 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: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:20.006489 11649 ts_tablet_manager.cc:1434] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260608 09:51:20.008626 11649 tablet_bootstrap.cc:492] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb: Bootstrap starting.
I20260608 09:51:20.014668 11647 tablet_bootstrap.cc:492] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0: No bootstrap required, opened a new log
I20260608 09:51:20.015453 11647 ts_tablet_manager.cc:1403] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent bootstrapping tablet: real 0.036s	user 0.012s	sys 0.005s
I20260608 09:51:20.020882 11647 raft_consensus.cc:359] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.021936 11647 raft_consensus.cc:385] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:20.022331 11647 raft_consensus.cc:740] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eff0294ec91a4f1a90ad15d7c2c731f0, State: Initialized, Role: FOLLOWER
I20260608 09:51:20.023383 11647 consensus_queue.cc:260] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.027431 11648 tablet_bootstrap.cc:654] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:20.028539 11451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad29f67666504d1297cd1062199ea578" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" is_pre_election: true
I20260608 09:51:20.029313 11451 raft_consensus.cc:2468] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e43362d1bbf4f45811c7f344b6dbcbb in term 0.
I20260608 09:51:20.031059 11493 leader_election.cc:304] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [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: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: 
I20260608 09:51:20.034063 11655 raft_consensus.cc:2804] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:20.034453 11655 raft_consensus.cc:493] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:20.034780 11655 raft_consensus.cc:3060] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.037570 11602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad29f67666504d1297cd1062199ea578" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a3da3404be45cc9d8130afcf2256c4" is_pre_election: true
I20260608 09:51:20.038651 11649 tablet_bootstrap.cc:654] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb: Neither blocks nor log segments found. Creating new log.
W20260608 09:51:20.039456 11492 leader_election.cc:343] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:20.026588 11647 ts_tablet_manager.cc:1434] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent starting tablet: real 0.011s	user 0.010s	sys 0.000s
I20260608 09:51:20.043213 11647 tablet_bootstrap.cc:492] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0: Bootstrap starting.
I20260608 09:51:20.043552 11648 tablet_bootstrap.cc:492] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4: No bootstrap required, opened a new log
I20260608 09:51:20.043534 11655 raft_consensus.cc:515] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.044340 11648 ts_tablet_manager.cc:1403] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4: Time spent bootstrapping tablet: real 0.049s	user 0.014s	sys 0.009s
I20260608 09:51:20.044179 11348 catalog_manager.cc:5696] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:20.047329 11602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad29f67666504d1297cd1062199ea578" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a3da3404be45cc9d8130afcf2256c4"
W20260608 09:51:20.048810 11492 leader_election.cc:343] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:20.048491 11648 raft_consensus.cc:359] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.049980 11648 raft_consensus.cc:385] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:20.050321 11647 tablet_bootstrap.cc:654] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:20.050421 11655 leader_election.cc:290] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [CANDIDATE]: Term 1 election: Requested vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:20.050339 11648 raft_consensus.cc:740] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a3da3404be45cc9d8130afcf2256c4, State: Initialized, Role: FOLLOWER
I20260608 09:51:20.052094 11451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad29f67666504d1297cd1062199ea578" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0"
I20260608 09:51:20.051874 11648 consensus_queue.cc:260] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.052686 11451 raft_consensus.cc:3060] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.054550 11648 ts_tablet_manager.cc:1434] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260608 09:51:20.056327 11648 tablet_bootstrap.cc:492] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4: Bootstrap starting.
I20260608 09:51:20.060137 11451 raft_consensus.cc:2468] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9e43362d1bbf4f45811c7f344b6dbcbb in term 1.
I20260608 09:51:20.061393 11493 leader_election.cc:304] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [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: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: e3a3da3404be45cc9d8130afcf2256c4
I20260608 09:51:20.062602 11655 raft_consensus.cc:2804] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:20.064953 11648 tablet_bootstrap.cc:654] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:20.084062 11655 raft_consensus.cc:697] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 LEADER]: Becoming Leader. State: Replica: 9e43362d1bbf4f45811c7f344b6dbcbb, State: Running, Role: LEADER
I20260608 09:51:20.085163 11655 consensus_queue.cc:237] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [LEADER]: Queue going to LEADER mode. State: All 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: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.089135 11648 tablet_bootstrap.cc:492] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4: No bootstrap required, opened a new log
I20260608 09:51:20.089715 11648 ts_tablet_manager.cc:1403] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4: Time spent bootstrapping tablet: real 0.034s	user 0.015s	sys 0.015s
I20260608 09:51:20.090118 11647 tablet_bootstrap.cc:492] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0: No bootstrap required, opened a new log
I20260608 09:51:20.090068 11653 raft_consensus.cc:493] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:20.090828 11647 ts_tablet_manager.cc:1403] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent bootstrapping tablet: real 0.048s	user 0.012s	sys 0.033s
I20260608 09:51:20.091106 11649 tablet_bootstrap.cc:492] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb: No bootstrap required, opened a new log
I20260608 09:51:20.090765 11653 raft_consensus.cc:515] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.091668 11649 ts_tablet_manager.cc:1403] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent bootstrapping tablet: real 0.084s	user 0.011s	sys 0.007s
I20260608 09:51:20.092783 11648 raft_consensus.cc:359] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.093513 11648 raft_consensus.cc:385] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:20.093822 11648 raft_consensus.cc:740] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e3a3da3404be45cc9d8130afcf2256c4, State: Initialized, Role: FOLLOWER
I20260608 09:51:20.094866 11648 consensus_queue.cc:260] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.094877 11649 raft_consensus.cc:359] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.096748 11649 raft_consensus.cc:385] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:20.097028 11649 raft_consensus.cc:740] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e43362d1bbf4f45811c7f344b6dbcbb, State: Initialized, Role: FOLLOWER
I20260608 09:51:20.098826 11649 consensus_queue.cc:260] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.099380 11653 leader_election.cc:290] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:20.101341 11649 ts_tablet_manager.cc:1434] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260608 09:51:20.101840 11647 raft_consensus.cc:359] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.103662 11647 raft_consensus.cc:385] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:20.104453 11647 raft_consensus.cc:740] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eff0294ec91a4f1a90ad15d7c2c731f0, State: Initialized, Role: FOLLOWER
I20260608 09:51:20.104722 11648 ts_tablet_manager.cc:1434] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.007s
I20260608 09:51:20.102435 11649 tablet_bootstrap.cc:492] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb: Bootstrap starting.
I20260608 09:51:20.106258 11647 consensus_queue.cc:260] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.112690 11647 ts_tablet_manager.cc:1434] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260608 09:51:20.113950 11647 tablet_bootstrap.cc:492] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0: Bootstrap starting.
I20260608 09:51:20.116120 11649 tablet_bootstrap.cc:654] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:20.118729 11451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d5f273e2b454c75be91d87a16163aa9" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" is_pre_election: true
W20260608 09:51:20.120450 11567 leader_election.cc:343] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:20.123677 11647 tablet_bootstrap.cc:654] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0: Neither blocks nor log segments found. Creating new log.
W20260608 09:51:20.125375 11397 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:51:20.126102 11676 raft_consensus.cc:493] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:20.126643 11676 raft_consensus.cc:515] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.129724 11676 leader_election.cc:290] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:20.130344 11451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5aa9ac3c4cdc462ab39a54ea6d553535" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" is_pre_election: true
W20260608 09:51:20.131608 11567 leader_election.cc:343] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:20.133149 11671 raft_consensus.cc:493] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:20.133786 11671 raft_consensus.cc:515] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } }
I20260608 09:51:20.137095 11671 leader_election.cc:290] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:20.137444 11451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9e2709c5cf747bb88efc90e46003191" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" is_pre_election: true
I20260608 09:51:20.138077 11647 tablet_bootstrap.cc:492] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0: No bootstrap required, opened a new log
I20260608 09:51:20.138652 11647 ts_tablet_manager.cc:1403] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.011s
I20260608 09:51:20.141310 11647 raft_consensus.cc:359] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.142055 11647 raft_consensus.cc:385] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:20.142366 11647 raft_consensus.cc:740] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eff0294ec91a4f1a90ad15d7c2c731f0, State: Initialized, Role: FOLLOWER
I20260608 09:51:20.143239 11647 consensus_queue.cc:260] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.145298 11649 tablet_bootstrap.cc:492] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb: No bootstrap required, opened a new log
I20260608 09:51:20.145854 11649 ts_tablet_manager.cc:1403] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent bootstrapping tablet: real 0.044s	user 0.013s	sys 0.000s
I20260608 09:51:20.145102 11348 catalog_manager.cc:5696] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb reported cstate change: term changed from 0 to 1, leader changed from <none> to 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130). New cstate: current_term: 1 leader_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:20.149039 11602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c9e2709c5cf747bb88efc90e46003191" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a3da3404be45cc9d8130afcf2256c4" is_pre_election: true
I20260608 09:51:20.149891 11602 raft_consensus.cc:2393] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9e43362d1bbf4f45811c7f344b6dbcbb in current term 1: Already voted for candidate eff0294ec91a4f1a90ad15d7c2c731f0 in this term.
I20260608 09:51:20.151594 11492 leader_election.cc:304] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [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: 9e43362d1bbf4f45811c7f344b6dbcbb; no voters: e3a3da3404be45cc9d8130afcf2256c4, eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:20.152041 11647 ts_tablet_manager.cc:1434] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent starting tablet: real 0.013s	user 0.001s	sys 0.005s
I20260608 09:51:20.151908 11649 raft_consensus.cc:359] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.152745 11649 raft_consensus.cc:385] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:20.152864 11655 raft_consensus.cc:3060] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.153067 11649 raft_consensus.cc:740] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e43362d1bbf4f45811c7f344b6dbcbb, State: Initialized, Role: FOLLOWER
I20260608 09:51:20.153503 11647 tablet_bootstrap.cc:492] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0: Bootstrap starting.
I20260608 09:51:20.153609 11527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d5f273e2b454c75be91d87a16163aa9" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" is_pre_election: true
I20260608 09:51:20.154096 11649 consensus_queue.cc:260] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.155097 11527 raft_consensus.cc:2468] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3a3da3404be45cc9d8130afcf2256c4 in term 0.
I20260608 09:51:20.157634 11649 ts_tablet_manager.cc:1434] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent starting tablet: real 0.011s	user 0.001s	sys 0.005s
I20260608 09:51:20.158727 11649 tablet_bootstrap.cc:492] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb: Bootstrap starting.
I20260608 09:51:20.161139 11647 tablet_bootstrap.cc:654] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:20.163458 11655 raft_consensus.cc:2749] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:51:20.165051 11649 tablet_bootstrap.cc:654] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:20.167644 11527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5aa9ac3c4cdc462ab39a54ea6d553535" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" is_pre_election: true
I20260608 09:51:20.168485 11527 raft_consensus.cc:2468] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3a3da3404be45cc9d8130afcf2256c4 in term 0.
I20260608 09:51:20.170691 11676 raft_consensus.cc:493] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:20.171217 11676 raft_consensus.cc:515] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.173691 11676 leader_election.cc:290] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:20.174346 11647 tablet_bootstrap.cc:492] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0: No bootstrap required, opened a new log
I20260608 09:51:20.174348 11649 tablet_bootstrap.cc:492] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb: No bootstrap required, opened a new log
I20260608 09:51:20.175138 11649 ts_tablet_manager.cc:1403] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.005s
I20260608 09:51:20.174943 11564 leader_election.cc:304] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [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: 9e43362d1bbf4f45811c7f344b6dbcbb, e3a3da3404be45cc9d8130afcf2256c4; no voters: eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:20.175354 11451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" is_pre_election: true
I20260608 09:51:20.175038 11647 ts_tablet_manager.cc:1403] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.008s
I20260608 09:51:20.178145 11649 raft_consensus.cc:359] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.178385 11676 raft_consensus.cc:2804] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:20.178362 11451 raft_consensus.cc:2468] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3a3da3404be45cc9d8130afcf2256c4 in term 0.
I20260608 09:51:20.178929 11649 raft_consensus.cc:385] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:20.179098 11676 raft_consensus.cc:493] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:20.179317 11649 raft_consensus.cc:740] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e43362d1bbf4f45811c7f344b6dbcbb, State: Initialized, Role: FOLLOWER
I20260608 09:51:20.179517 11676 raft_consensus.cc:3060] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.179921 11567 leader_election.cc:304] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: 
I20260608 09:51:20.180190 11649 consensus_queue.cc:260] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.180855 11653 raft_consensus.cc:2804] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:20.181295 11653 raft_consensus.cc:493] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:20.181644 11653 raft_consensus.cc:3060] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.182677 11649 ts_tablet_manager.cc:1434] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260608 09:51:20.182413 11647 raft_consensus.cc:359] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.183250 11647 raft_consensus.cc:385] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:20.183646 11647 raft_consensus.cc:740] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eff0294ec91a4f1a90ad15d7c2c731f0, State: Initialized, Role: FOLLOWER
I20260608 09:51:20.184499 11647 consensus_queue.cc:260] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.187063 11647 ts_tablet_manager.cc:1434] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.002s
I20260608 09:51:20.187101 11671 raft_consensus.cc:493] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:20.187706 11564 leader_election.cc:304] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [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: 9e43362d1bbf4f45811c7f344b6dbcbb, e3a3da3404be45cc9d8130afcf2256c4; no voters: eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:20.187827 11671 raft_consensus.cc:515] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.187021 11676 raft_consensus.cc:515] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.190966 11676 leader_election.cc:290] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 1 election: Requested vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:20.191160 11671 leader_election.cc:290] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:20.191534 11676 raft_consensus.cc:2804] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:20.191825 11450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d5f273e2b454c75be91d87a16163aa9" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0"
I20260608 09:51:20.191848 11676 raft_consensus.cc:493] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:20.192528 11450 raft_consensus.cc:3060] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.192589 11676 raft_consensus.cc:3060] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.193558 11653 raft_consensus.cc:515] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.195833 11653 leader_election.cc:290] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 1 election: Requested vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:20.197033 11527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" is_pre_election: true
I20260608 09:51:20.197671 11527 raft_consensus.cc:2468] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e3a3da3404be45cc9d8130afcf2256c4 in term 0.
I20260608 09:51:20.199018 11657 raft_consensus.cc:493] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:20.199522 11657 raft_consensus.cc:515] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.199755 11527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d5f273e2b454c75be91d87a16163aa9" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb"
I20260608 09:51:20.200363 11527 raft_consensus.cc:3060] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.200446 11451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" is_pre_election: true
I20260608 09:51:20.201113 11451 raft_consensus.cc:2468] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9e43362d1bbf4f45811c7f344b6dbcbb in term 0.
I20260608 09:51:20.202241 11493 leader_election.cc:304] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [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: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: 
I20260608 09:51:20.203349 11655 raft_consensus.cc:2804] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:20.203440 11526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a52d673d94403db9f0657e447e581f" candidate_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" is_pre_election: true
I20260608 09:51:20.203857 11655 raft_consensus.cc:493] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:20.204304 11655 raft_consensus.cc:3060] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.205020 11657 leader_election.cc:290] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627), e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:20.205729 11451 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0"
I20260608 09:51:20.206524 11451 raft_consensus.cc:3060] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.204236 11526 raft_consensus.cc:2468] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eff0294ec91a4f1a90ad15d7c2c731f0 in term 0.
I20260608 09:51:20.206107 11450 raft_consensus.cc:2468] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3a3da3404be45cc9d8130afcf2256c4 in term 1.
I20260608 09:51:20.209345 11414 leader_election.cc:304] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [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: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: 
I20260608 09:51:20.210880 11567 leader_election.cc:304] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: 
I20260608 09:51:20.211329 11676 raft_consensus.cc:515] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.211836 11653 raft_consensus.cc:2804] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:20.212168 11657 raft_consensus.cc:2804] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:20.212513 11653 raft_consensus.cc:697] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Becoming Leader. State: Replica: e3a3da3404be45cc9d8130afcf2256c4, State: Running, Role: LEADER
I20260608 09:51:20.212670 11657 raft_consensus.cc:493] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:20.213140 11657 raft_consensus.cc:3060] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.213613 11676 leader_election.cc:290] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 1 election: Requested vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:20.214493 11653 consensus_queue.cc:237] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Queue going to LEADER mode. State: All 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: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.215911 11526 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb"
I20260608 09:51:20.216701 11450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5aa9ac3c4cdc462ab39a54ea6d553535" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0"
I20260608 09:51:20.218397 11450 raft_consensus.cc:3060] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.219061 11525 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5aa9ac3c4cdc462ab39a54ea6d553535" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb"
I20260608 09:51:20.219658 11525 raft_consensus.cc:3060] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.217311 11527 raft_consensus.cc:2468] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3a3da3404be45cc9d8130afcf2256c4 in term 1.
I20260608 09:51:20.216724 11655 raft_consensus.cc:515] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.221184 11602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a52d673d94403db9f0657e447e581f" candidate_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a3da3404be45cc9d8130afcf2256c4" is_pre_election: true
I20260608 09:51:20.221838 11602 raft_consensus.cc:2468] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eff0294ec91a4f1a90ad15d7c2c731f0 in term 0.
I20260608 09:51:20.222910 11526 raft_consensus.cc:2393] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e3a3da3404be45cc9d8130afcf2256c4 in current term 1: Already voted for candidate 9e43362d1bbf4f45811c7f344b6dbcbb in this term.
I20260608 09:51:20.226013 11449 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0"
I20260608 09:51:20.226603 11655 leader_election.cc:290] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [CANDIDATE]: Term 1 election: Requested vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:20.227376 11525 raft_consensus.cc:2468] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3a3da3404be45cc9d8130afcf2256c4 in term 1.
I20260608 09:51:20.228382 11657 raft_consensus.cc:515] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.229621 11602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a3da3404be45cc9d8130afcf2256c4" is_pre_election: true
I20260608 09:51:20.229278 11451 raft_consensus.cc:2468] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3a3da3404be45cc9d8130afcf2256c4 in term 1.
I20260608 09:51:20.230499 11602 raft_consensus.cc:2393] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 9e43362d1bbf4f45811c7f344b6dbcbb in current term 1: Already voted for candidate e3a3da3404be45cc9d8130afcf2256c4 in this term.
I20260608 09:51:20.231186 11567 leader_election.cc:304] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: 
I20260608 09:51:20.231746 11602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" candidate_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a3da3404be45cc9d8130afcf2256c4"
I20260608 09:51:20.232512 11602 raft_consensus.cc:2393] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 9e43362d1bbf4f45811c7f344b6dbcbb in current term 1: Already voted for candidate e3a3da3404be45cc9d8130afcf2256c4 in this term.
I20260608 09:51:20.233381 11564 leader_election.cc:304] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [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: 9e43362d1bbf4f45811c7f344b6dbcbb, e3a3da3404be45cc9d8130afcf2256c4; no voters: 
I20260608 09:51:20.233613 11657 leader_election.cc:290] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [CANDIDATE]: Term 1 election: Requested vote from peers 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627), e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:20.234407 11527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a52d673d94403db9f0657e447e581f" candidate_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb"
I20260608 09:51:20.234611 11682 raft_consensus.cc:2804] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:20.235033 11527 raft_consensus.cc:3060] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.235837 11676 raft_consensus.cc:2804] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:20.237080 11450 raft_consensus.cc:2468] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e3a3da3404be45cc9d8130afcf2256c4 in term 1.
I20260608 09:51:20.239773 11347 catalog_manager.cc:5696] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "e3a3da3404be45cc9d8130afcf2256c4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:20.241261 11492 leader_election.cc:304] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [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: 9e43362d1bbf4f45811c7f344b6dbcbb; no voters: e3a3da3404be45cc9d8130afcf2256c4, eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:20.235219 11682 raft_consensus.cc:697] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Becoming Leader. State: Replica: e3a3da3404be45cc9d8130afcf2256c4, State: Running, Role: LEADER
I20260608 09:51:20.243328 11602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0a52d673d94403db9f0657e447e581f" candidate_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e3a3da3404be45cc9d8130afcf2256c4"
I20260608 09:51:20.242812 11682 consensus_queue.cc:237] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Queue going to LEADER mode. State: All 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: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.244316 11602 raft_consensus.cc:3060] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.243067 11655 raft_consensus.cc:2749] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 09:51:20.251231 11676 raft_consensus.cc:697] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Becoming Leader. State: Replica: e3a3da3404be45cc9d8130afcf2256c4, State: Running, Role: LEADER
I20260608 09:51:20.253494 11676 consensus_queue.cc:237] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Queue going to LEADER mode. State: All 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: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.254010 11527 raft_consensus.cc:2468] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eff0294ec91a4f1a90ad15d7c2c731f0 in term 1.
I20260608 09:51:20.255295 11414 leader_election.cc:304] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [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: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0; no voters: 
I20260608 09:51:20.256198 11657 raft_consensus.cc:2804] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:20.256670 11657 raft_consensus.cc:697] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 LEADER]: Becoming Leader. State: Replica: eff0294ec91a4f1a90ad15d7c2c731f0, State: Running, Role: LEADER
I20260608 09:51:20.258155 11657 consensus_queue.cc:237] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Queue going to LEADER mode. State: All 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: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.261168 11602 raft_consensus.cc:2468] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eff0294ec91a4f1a90ad15d7c2c731f0 in term 1.
I20260608 09:51:20.269682 11346 catalog_manager.cc:5696] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "e3a3da3404be45cc9d8130afcf2256c4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:20.271507 11346 catalog_manager.cc:5696] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "e3a3da3404be45cc9d8130afcf2256c4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:20.275126 11347 catalog_manager.cc:5696] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:20.420063 11676 raft_consensus.cc:493] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:20.420804 11676 raft_consensus.cc:515] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:20.425202 11450 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad29f67666504d1297cd1062199ea578" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" is_pre_election: true
I20260608 09:51:20.426080 11450 raft_consensus.cc:2393] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e3a3da3404be45cc9d8130afcf2256c4 in current term 1: Already voted for candidate 9e43362d1bbf4f45811c7f344b6dbcbb in this term.
I20260608 09:51:20.426805 11527 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad29f67666504d1297cd1062199ea578" candidate_uuid: "e3a3da3404be45cc9d8130afcf2256c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" is_pre_election: true
I20260608 09:51:20.428771 11564 leader_election.cc:304] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4; no voters: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:20.430088 11682 raft_consensus.cc:3060] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:20.439495 11676 leader_election.cc:290] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:20.447476 11682 raft_consensus.cc:2749] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:51:20.509048 11657 consensus_queue.cc:1048] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:20.541589 11657 consensus_queue.cc:1048] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:20.564561 11655 consensus_queue.cc:1048] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:20.593802 11527 raft_consensus.cc:1275] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:20.596035 11682 consensus_queue.cc:1048] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:20.625344 11450 raft_consensus.cc:1275] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:20.628610 11676 consensus_queue.cc:1048] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:20.634068 11525 raft_consensus.cc:1275] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:20.636755 11682 consensus_queue.cc:1048] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:20.674332 11451 raft_consensus.cc:1275] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:20.676574 11653 consensus_queue.cc:1048] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:20.689406 11682 consensus_queue.cc:1048] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:20.706780 11655 consensus_queue.cc:1048] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [LEADER]: Connected to new peer: Peer: permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:20.748164 11526 raft_consensus.cc:1275] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Refusing update from remote peer eff0294ec91a4f1a90ad15d7c2c731f0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:20.750309 11657 consensus_queue.cc:1048] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:20.773433 11448 raft_consensus.cc:1275] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:20.794325 11602 raft_consensus.cc:1275] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Refusing update from remote peer eff0294ec91a4f1a90ad15d7c2c731f0: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:20.807752 11657 consensus_queue.cc:1048] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:20.780644 11676 consensus_queue.cc:1048] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.024s
W20260608 09:51:20.869853 11493 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.129:35669, user_credentials={real_user=slave}} blocked reactor thread for 73780.5us
W20260608 09:51:21.007449 11567 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.129:35669, user_credentials={real_user=slave}} blocked reactor thread for 48934.6us
I20260608 09:51:21.030988 11725 mvcc.cc:204] Tried to move back new op lower bound from 7294616701892767744 to 7294616699947962368. Current Snapshot: MvccSnapshot[applied={T|T < 7294616701847314432}]
W20260608 09:51:21.066816 11564 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.130:38627, user_credentials={real_user=slave}} blocked reactor thread for 52486.8us
I20260608 09:51:22.124832   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:22.130605 11751 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:22.131886 11752 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:22.132206 11754 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:22.132788   602 server_base.cc:1061] running on GCE node
I20260608 09:51:22.133762   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:22.134071   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:22.134282   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912282134263 us; error 0 us; skew 500 ppm
I20260608 09:51:22.135006   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:22.137259   602 webserver.cc:533] Webserver started at http://127.0.150.132:41641/ using document root <none> and password file <none>
I20260608 09:51:22.137804   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:22.138070   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:22.138345   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:22.139405   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "8b73be0b5de14ab698241732f0f3a9ed"
format_stamp: "Formatted at 2026-06-08 09:51:22 on dist-test-slave-g93p"
I20260608 09:51:22.143900   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260608 09:51:22.147221 11759 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:22.147926   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260608 09:51:22.148219   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "8b73be0b5de14ab698241732f0f3a9ed"
format_stamp: "Formatted at 2026-06-08 09:51:22 on dist-test-slave-g93p"
I20260608 09:51:22.148518   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:22.168934   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:22.170535   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:22.172348   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:22.177357   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:22.177661   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:22.178011   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:22.178253   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:22.218168   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:42435
I20260608 09:51:22.218293 11821 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:42435 every 8 connection(s)
I20260608 09:51:22.233090 11822 heartbeater.cc:344] Connected to a master server at 127.0.150.190:35717
I20260608 09:51:22.233450 11822 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:22.234133 11822 heartbeater.cc:507] Master 127.0.150.190:35717 requested a full tablet report, sending...
I20260608 09:51:22.236405 11345 ts_manager.cc:194] Registered new tserver with Master: 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132:42435)
I20260608 09:51:22.238168 11345 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58138
I20260608 09:51:23.240658 11822 heartbeater.cc:499] Master 127.0.150.190:35717 was elected leader, sending a full tablet report...
I20260608 09:51:23.396391 11451 consensus_queue.cc:237] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
W20260608 09:51:23.402155 11567 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.129:35669, user_credentials={real_user=slave}} blocked reactor thread for 135468us
I20260608 09:51:23.409718 11523 raft_consensus.cc:1275] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Refusing update from remote peer eff0294ec91a4f1a90ad15d7c2c731f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 09:51:23.411293 11602 raft_consensus.cc:1275] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Refusing update from remote peer eff0294ec91a4f1a90ad15d7c2c731f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 09:51:23.411734 11829 consensus_queue.cc:1048] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 09:51:23.414789 11830 consensus_queue.cc:1048] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 09:51:23.427330 11415 consensus_peers.cc:597] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 -> Peer 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132:42435): Couldn't send request to peer 8b73be0b5de14ab698241732f0f3a9ed. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c0a52d673d94403db9f0657e447e581f. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:23.430094 11829 raft_consensus.cc:2955] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.432231 11523 raft_consensus.cc:2955] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.435464 11602 raft_consensus.cc:2955] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.452610 11341 catalog_manager.cc:5696] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 reported cstate change: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.459785 11602 consensus_queue.cc:237] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:23.467648 11451 raft_consensus.cc:1275] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 09:51:23.467792 11523 raft_consensus.cc:1275] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 09:51:23.469826 11831 consensus_queue.cc:1048] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.001s
I20260608 09:51:23.472482 11831 consensus_queue.cc:1048] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
W20260608 09:51:23.483600 11565 consensus_peers.cc:597] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 -> Peer 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132:42435): Couldn't send request to peer 8b73be0b5de14ab698241732f0f3a9ed. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9960f42b5fe44f5f8e09480217dfcebb. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:23.487339 11831 raft_consensus.cc:2955] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.489166 11523 raft_consensus.cc:2955] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.490856 11451 raft_consensus.cc:2955] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.501078 11348 catalog_manager.cc:5696] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb reported cstate change: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "e3a3da3404be45cc9d8130afcf2256c4" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.503312 11602 consensus_queue.cc:237] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:23.511081 11523 raft_consensus.cc:1275] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
W20260608 09:51:23.511555 11565 consensus_peers.cc:597] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132:42435): Couldn't send request to peer 8b73be0b5de14ab698241732f0f3a9ed. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4d5f273e2b454c75be91d87a16163aa9. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:23.512763 11831 consensus_queue.cc:1048] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 09:51:23.515713 11451 raft_consensus.cc:1275] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 09:51:23.517110 11831 consensus_queue.cc:1048] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 09:51:23.523041 11828 raft_consensus.cc:2955] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.524847 11523 raft_consensus.cc:2955] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.535048 11451 raft_consensus.cc:2955] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.536947 11449 consensus_queue.cc:237] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 16, Committed index: 16, Last appended: 1.16, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:23.536954 11348 catalog_manager.cc:5696] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb reported cstate change: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "e3a3da3404be45cc9d8130afcf2256c4" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
W20260608 09:51:23.545429 11415 consensus_peers.cc:597] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 -> Peer 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132:42435): Couldn't send request to peer 8b73be0b5de14ab698241732f0f3a9ed. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: c9e2709c5cf747bb88efc90e46003191. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:23.547320 11523 raft_consensus.cc:1275] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Refusing update from remote peer eff0294ec91a4f1a90ad15d7c2c731f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 09:51:23.547541 11602 raft_consensus.cc:1275] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Refusing update from remote peer eff0294ec91a4f1a90ad15d7c2c731f0: Log matching property violated. Preceding OpId in replica: term: 1 index: 16. Preceding OpId from leader: term: 1 index: 17. (index mismatch)
I20260608 09:51:23.548744 11829 consensus_queue.cc:1048] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 09:51:23.549736 11840 consensus_queue.cc:1048] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 17, Last known committed idx: 16, Time since last communication: 0.000s
I20260608 09:51:23.559396 11829 raft_consensus.cc:2955] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 LEADER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.560708 11602 raft_consensus.cc:2955] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.567273 11523 raft_consensus.cc:2955] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Committing config change with OpId 1.17: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New config: { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } }
I20260608 09:51:23.577616 11345 catalog_manager.cc:5696] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 reported cstate change: config changed from index -1 to 17, NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" committed_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:23.870702 11857 ts_tablet_manager.cc:933] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: Initiating tablet copy from peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669)
I20260608 09:51:23.873656 11857 tablet_copy_client.cc:323] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:35669
I20260608 09:51:23.888053 11461 tablet_copy_service.cc:140] P eff0294ec91a4f1a90ad15d7c2c731f0: Received BeginTabletCopySession request for tablet c0a52d673d94403db9f0657e447e581f from peer 8b73be0b5de14ab698241732f0f3a9ed ({username='slave'} at 127.0.0.1:42048)
I20260608 09:51:23.888688 11461 tablet_copy_service.cc:161] P eff0294ec91a4f1a90ad15d7c2c731f0: Beginning new tablet copy session on tablet c0a52d673d94403db9f0657e447e581f from peer 8b73be0b5de14ab698241732f0f3a9ed at {username='slave'} at 127.0.0.1:42048: session id = 8b73be0b5de14ab698241732f0f3a9ed-c0a52d673d94403db9f0657e447e581f
I20260608 09:51:23.897713 11461 tablet_copy_source_session.cc:215] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:23.901906 11857 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0a52d673d94403db9f0657e447e581f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:23.913334 11860 ts_tablet_manager.cc:933] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: Initiating tablet copy from peer e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:23.915586 11860 tablet_copy_client.cc:323] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:41103
I20260608 09:51:23.917475 11857 tablet_copy_client.cc:806] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:23.919154 11857 tablet_copy_client.cc:670] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:23.924787 11857 tablet_copy_client.cc:538] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:23.933588 11612 tablet_copy_service.cc:140] P e3a3da3404be45cc9d8130afcf2256c4: Received BeginTabletCopySession request for tablet 4d5f273e2b454c75be91d87a16163aa9 from peer 8b73be0b5de14ab698241732f0f3a9ed ({username='slave'} at 127.0.0.1:36630)
I20260608 09:51:23.934482 11857 tablet_bootstrap.cc:492] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap starting.
I20260608 09:51:23.934407 11612 tablet_copy_service.cc:161] P e3a3da3404be45cc9d8130afcf2256c4: Beginning new tablet copy session on tablet 4d5f273e2b454c75be91d87a16163aa9 from peer 8b73be0b5de14ab698241732f0f3a9ed at {username='slave'} at 127.0.0.1:36630: session id = 8b73be0b5de14ab698241732f0f3a9ed-4d5f273e2b454c75be91d87a16163aa9
I20260608 09:51:23.944558 11612 tablet_copy_source_session.cc:215] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:23.948534 11860 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d5f273e2b454c75be91d87a16163aa9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:23.968683 11860 tablet_copy_client.cc:806] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:23.969486 11860 tablet_copy_client.cc:670] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:23.974542 11860 tablet_copy_client.cc:538] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:23.977670 11862 ts_tablet_manager.cc:933] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: Initiating tablet copy from peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669)
I20260608 09:51:23.984220 11860 tablet_bootstrap.cc:492] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap starting.
I20260608 09:51:23.986485 11862 tablet_copy_client.cc:323] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.129:35669
I20260608 09:51:23.988591 11461 tablet_copy_service.cc:140] P eff0294ec91a4f1a90ad15d7c2c731f0: Received BeginTabletCopySession request for tablet c9e2709c5cf747bb88efc90e46003191 from peer 8b73be0b5de14ab698241732f0f3a9ed ({username='slave'} at 127.0.0.1:42048)
I20260608 09:51:23.989118 11461 tablet_copy_service.cc:161] P eff0294ec91a4f1a90ad15d7c2c731f0: Beginning new tablet copy session on tablet c9e2709c5cf747bb88efc90e46003191 from peer 8b73be0b5de14ab698241732f0f3a9ed at {username='slave'} at 127.0.0.1:42048: session id = 8b73be0b5de14ab698241732f0f3a9ed-c9e2709c5cf747bb88efc90e46003191
I20260608 09:51:23.997471 11461 tablet_copy_source_session.cc:215] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:24.001011 11862 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c9e2709c5cf747bb88efc90e46003191. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:24.018955 11862 tablet_copy_client.cc:806] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:24.019585 11862 tablet_copy_client.cc:670] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:24.024315 11862 tablet_copy_client.cc:538] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:24.031036 11865 ts_tablet_manager.cc:933] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: Initiating tablet copy from peer e3a3da3404be45cc9d8130afcf2256c4 (127.0.150.131:41103)
I20260608 09:51:24.033327 11862 tablet_bootstrap.cc:492] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap starting.
I20260608 09:51:24.044260 11865 tablet_copy_client.cc:323] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:41103
I20260608 09:51:24.046440 11612 tablet_copy_service.cc:140] P e3a3da3404be45cc9d8130afcf2256c4: Received BeginTabletCopySession request for tablet 9960f42b5fe44f5f8e09480217dfcebb from peer 8b73be0b5de14ab698241732f0f3a9ed ({username='slave'} at 127.0.0.1:36630)
I20260608 09:51:24.047052 11612 tablet_copy_service.cc:161] P e3a3da3404be45cc9d8130afcf2256c4: Beginning new tablet copy session on tablet 9960f42b5fe44f5f8e09480217dfcebb from peer 8b73be0b5de14ab698241732f0f3a9ed at {username='slave'} at 127.0.0.1:36630: session id = 8b73be0b5de14ab698241732f0f3a9ed-9960f42b5fe44f5f8e09480217dfcebb
I20260608 09:51:24.055778 11612 tablet_copy_source_session.cc:215] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:24.059391 11865 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9960f42b5fe44f5f8e09480217dfcebb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:24.092469 11857 tablet_bootstrap.cc:492] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=130 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:51:24.094291 11857 tablet_bootstrap.cc:492] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap complete.
I20260608 09:51:24.095077 11857 ts_tablet_manager.cc:1403] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: Time spent bootstrapping tablet: real 0.161s	user 0.128s	sys 0.024s
I20260608 09:51:24.099121 11857 raft_consensus.cc:359] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:24.100353 11857 raft_consensus.cc:740] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8b73be0b5de14ab698241732f0f3a9ed, State: Initialized, Role: LEARNER
I20260608 09:51:24.101214 11857 consensus_queue.cc:260] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:24.110620 11857 ts_tablet_manager.cc:1434] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.008s
I20260608 09:51:24.118675 11461 tablet_copy_service.cc:342] P eff0294ec91a4f1a90ad15d7c2c731f0: Request end of tablet copy session 8b73be0b5de14ab698241732f0f3a9ed-c0a52d673d94403db9f0657e447e581f received from {username='slave'} at 127.0.0.1:42048
I20260608 09:51:24.119192 11461 tablet_copy_service.cc:434] P eff0294ec91a4f1a90ad15d7c2c731f0: ending tablet copy session 8b73be0b5de14ab698241732f0f3a9ed-c0a52d673d94403db9f0657e447e581f on tablet c0a52d673d94403db9f0657e447e581f with peer 8b73be0b5de14ab698241732f0f3a9ed
I20260608 09:51:24.121622 11865 tablet_copy_client.cc:806] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:24.122311 11865 tablet_copy_client.cc:670] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:24.130057 11865 tablet_copy_client.cc:538] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:24.139915 11865 tablet_bootstrap.cc:492] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap starting.
I20260608 09:51:24.193696 11860 tablet_bootstrap.cc:492] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:51:24.194832 11860 tablet_bootstrap.cc:492] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap complete.
I20260608 09:51:24.195598 11860 ts_tablet_manager.cc:1403] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: Time spent bootstrapping tablet: real 0.212s	user 0.106s	sys 0.023s
I20260608 09:51:24.198474 11860 raft_consensus.cc:359] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:24.199317 11860 raft_consensus.cc:740] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8b73be0b5de14ab698241732f0f3a9ed, State: Initialized, Role: LEARNER
I20260608 09:51:24.200069 11860 consensus_queue.cc:260] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:24.202234 11860 ts_tablet_manager.cc:1434] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260608 09:51:24.204214 11612 tablet_copy_service.cc:342] P e3a3da3404be45cc9d8130afcf2256c4: Request end of tablet copy session 8b73be0b5de14ab698241732f0f3a9ed-4d5f273e2b454c75be91d87a16163aa9 received from {username='slave'} at 127.0.0.1:36630
I20260608 09:51:24.204676 11612 tablet_copy_service.cc:434] P e3a3da3404be45cc9d8130afcf2256c4: ending tablet copy session 8b73be0b5de14ab698241732f0f3a9ed-4d5f273e2b454c75be91d87a16163aa9 on tablet 4d5f273e2b454c75be91d87a16163aa9 with peer 8b73be0b5de14ab698241732f0f3a9ed
I20260608 09:51:24.226730 11862 tablet_bootstrap.cc:492] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=133 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:51:24.227743 11862 tablet_bootstrap.cc:492] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap complete.
I20260608 09:51:24.228444 11862 ts_tablet_manager.cc:1403] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: Time spent bootstrapping tablet: real 0.196s	user 0.116s	sys 0.024s
I20260608 09:51:24.231210 11862 raft_consensus.cc:359] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:24.231989 11862 raft_consensus.cc:740] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8b73be0b5de14ab698241732f0f3a9ed, State: Initialized, Role: LEARNER
I20260608 09:51:24.232625 11862 consensus_queue.cc:260] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:24.234699 11862 ts_tablet_manager.cc:1434] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260608 09:51:24.236761 11461 tablet_copy_service.cc:342] P eff0294ec91a4f1a90ad15d7c2c731f0: Request end of tablet copy session 8b73be0b5de14ab698241732f0f3a9ed-c9e2709c5cf747bb88efc90e46003191 received from {username='slave'} at 127.0.0.1:42048
I20260608 09:51:24.237191 11461 tablet_copy_service.cc:434] P eff0294ec91a4f1a90ad15d7c2c731f0: ending tablet copy session 8b73be0b5de14ab698241732f0f3a9ed-c9e2709c5cf747bb88efc90e46003191 on tablet c9e2709c5cf747bb88efc90e46003191 with peer 8b73be0b5de14ab698241732f0f3a9ed
I20260608 09:51:24.272945 11865 tablet_bootstrap.cc:492] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap replayed 1/1 log segments. Stats: ops{read=17 overwritten=0 applied=17 ignored=0} inserts{seen=117 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:51:24.273766 11865 tablet_bootstrap.cc:492] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: Bootstrap complete.
W20260608 09:51:24.274037 11548 debug-util.cc:398] Leaking SignalData structure 0x7b0800251940 after lost signal to thread 605
I20260608 09:51:24.274704 11865 ts_tablet_manager.cc:1403] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: Time spent bootstrapping tablet: real 0.135s	user 0.104s	sys 0.020s
W20260608 09:51:24.275768 11548 debug-util.cc:398] Leaking SignalData structure 0x7b08002706e0 after lost signal to thread 11383
W20260608 09:51:24.279031 11548 debug-util.cc:398] Leaking SignalData structure 0x7b08000cdf00 after lost signal to thread 11551
I20260608 09:51:24.278821 11865 raft_consensus.cc:359] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:24.280112 11865 raft_consensus.cc:740] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8b73be0b5de14ab698241732f0f3a9ed, State: Initialized, Role: LEARNER
I20260608 09:51:24.281092 11865 consensus_queue.cc:260] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 17, Last appended: 1.17, Last appended by leader: 17, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:24.284297 11865 ts_tablet_manager.cc:1434] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260608 09:51:24.286974 11612 tablet_copy_service.cc:342] P e3a3da3404be45cc9d8130afcf2256c4: Request end of tablet copy session 8b73be0b5de14ab698241732f0f3a9ed-9960f42b5fe44f5f8e09480217dfcebb received from {username='slave'} at 127.0.0.1:36630
I20260608 09:51:24.287423 11612 tablet_copy_service.cc:434] P e3a3da3404be45cc9d8130afcf2256c4: ending tablet copy session 8b73be0b5de14ab698241732f0f3a9ed-9960f42b5fe44f5f8e09480217dfcebb on tablet 9960f42b5fe44f5f8e09480217dfcebb with peer 8b73be0b5de14ab698241732f0f3a9ed
I20260608 09:51:24.292614 11797 raft_consensus.cc:1217] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 09:51:24.327976 11797 raft_consensus.cc:1217] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 09:51:24.391335 11797 raft_consensus.cc:1217] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 09:51:24.451128   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:51:24.497695 11797 raft_consensus.cc:1217] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Deduplicated request from leader. Original: 1.16->[1.17-1.17]   Dedup: 1.17->[]
I20260608 09:51:24.523216   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:24.524359   602 tablet_replica.cc:333] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0: stopping tablet replica
I20260608 09:51:24.525436   602 raft_consensus.cc:2243] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:24.527238   602 raft_consensus.cc:2272] T c0a52d673d94403db9f0657e447e581f P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:24.531535   602 tablet_replica.cc:333] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0: stopping tablet replica
I20260608 09:51:24.532533   602 raft_consensus.cc:2243] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:24.533321   602 raft_consensus.cc:2272] T 4d5f273e2b454c75be91d87a16163aa9 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:24.538702   602 tablet_replica.cc:333] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0: stopping tablet replica
I20260608 09:51:24.539602   602 raft_consensus.cc:2243] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:24.540431   602 raft_consensus.cc:2272] T 5aa9ac3c4cdc462ab39a54ea6d553535 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:24.545040   602 tablet_replica.cc:333] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0: stopping tablet replica
I20260608 09:51:24.545797   602 raft_consensus.cc:2243] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:24.547498   602 raft_consensus.cc:2272] T c9e2709c5cf747bb88efc90e46003191 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:51:24.549928 11567 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260608 09:51:24.552932   602 tablet_replica.cc:333] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0: stopping tablet replica
I20260608 09:51:24.553958   602 raft_consensus.cc:2243] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:24.555004   602 raft_consensus.cc:2272] T 9960f42b5fe44f5f8e09480217dfcebb P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:24.559193   602 tablet_replica.cc:333] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0: stopping tablet replica
I20260608 09:51:24.560060   602 raft_consensus.cc:2243] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:24.561419   602 raft_consensus.cc:2272] T ad29f67666504d1297cd1062199ea578 P eff0294ec91a4f1a90ad15d7c2c731f0 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:51:24.562669 11567 consensus_peers.cc:597] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 -> Peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Couldn't send request to peer eff0294ec91a4f1a90ad15d7c2c731f0. Status: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:24.600905   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
W20260608 09:51:24.654659 11567 consensus_peers.cc:597] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Couldn't send request to peer eff0294ec91a4f1a90ad15d7c2c731f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:51:24.655509 11567 consensus_peers.cc:597] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Couldn't send request to peer eff0294ec91a4f1a90ad15d7c2c731f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:51:24.659289 11493 consensus_peers.cc:597] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb -> Peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Couldn't send request to peer eff0294ec91a4f1a90ad15d7c2c731f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:24.659708   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:51:24.710827   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:24.711840   602 tablet_replica.cc:333] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb: stopping tablet replica
I20260608 09:51:24.712886   602 raft_consensus.cc:2243] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:24.713610   602 raft_consensus.cc:2272] T c0a52d673d94403db9f0657e447e581f P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:24.717090   602 tablet_replica.cc:333] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb: stopping tablet replica
I20260608 09:51:24.717943   602 raft_consensus.cc:2243] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:24.718910   602 raft_consensus.cc:2272] T 5aa9ac3c4cdc462ab39a54ea6d553535 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:24.722084   602 tablet_replica.cc:333] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb: stopping tablet replica
I20260608 09:51:24.722680   602 raft_consensus.cc:2243] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:24.723529   602 raft_consensus.cc:2272] T 4d5f273e2b454c75be91d87a16163aa9 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:24.726521   602 tablet_replica.cc:333] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb: stopping tablet replica
I20260608 09:51:24.727089   602 raft_consensus.cc:2243] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:24.728262   602 raft_consensus.cc:2272] T c9e2709c5cf747bb88efc90e46003191 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:24.731810   602 tablet_replica.cc:333] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb: stopping tablet replica
I20260608 09:51:24.732532   602 raft_consensus.cc:2243] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:24.733363   602 raft_consensus.cc:2272] T 9960f42b5fe44f5f8e09480217dfcebb P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:24.736212   602 tablet_replica.cc:333] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb: stopping tablet replica
I20260608 09:51:24.736743   602 raft_consensus.cc:2243] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:24.737664   602 raft_consensus.cc:2272] T ad29f67666504d1297cd1062199ea578 P 9e43362d1bbf4f45811c7f344b6dbcbb [term 1 FOLLOWER]: Raft consensus is shut down!
W20260608 09:51:24.804275 11564 consensus_peers.cc:597] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Couldn't send request to peer 9e43362d1bbf4f45811c7f344b6dbcbb. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:24.841606 11868 raft_consensus.cc:1064] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: attempting to promote NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed to VOTER
I20260608 09:51:24.844357 11868 consensus_queue.cc:237] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: false } }
I20260608 09:51:24.851567 11797 raft_consensus.cc:1275] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 09:51:24.854090 11828 consensus_queue.cc:1048] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.001s
W20260608 09:51:24.858736 11564 consensus_peers.cc:597] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Couldn't send request to peer 9e43362d1bbf4f45811c7f344b6dbcbb. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:51:24.865581 11567 consensus_peers.cc:597] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Couldn't send request to peer eff0294ec91a4f1a90ad15d7c2c731f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:24.916699 11868 raft_consensus.cc:1064] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: attempting to promote NON_VOTER 8b73be0b5de14ab698241732f0f3a9ed to VOTER
I20260608 09:51:24.919173 11868 consensus_queue.cc:237] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: false } }
I20260608 09:51:24.925966 11797 raft_consensus.cc:1275] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Refusing update from remote peer e3a3da3404be45cc9d8130afcf2256c4: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 09:51:24.929348 11828 consensus_queue.cc:1048] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
W20260608 09:51:24.935667 11564 consensus_peers.cc:597] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 -> Peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Couldn't send request to peer 9e43362d1bbf4f45811c7f344b6dbcbb. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:51:24.946508 11567 consensus_peers.cc:597] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 -> Peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Couldn't send request to peer eff0294ec91a4f1a90ad15d7c2c731f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260608 09:51:25.070680 11564 consensus_peers.cc:597] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Couldn't send request to peer 9e43362d1bbf4f45811c7f344b6dbcbb. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:25.672727 11828 raft_consensus.cc:493] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 9e43362d1bbf4f45811c7f344b6dbcbb)
I20260608 09:51:25.673416 11828 raft_consensus.cc:515] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:25.676110 11828 leader_election.cc:290] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
I20260608 09:51:25.682009 11828 raft_consensus.cc:493] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader eff0294ec91a4f1a90ad15d7c2c731f0)
I20260608 09:51:25.682621 11828 raft_consensus.cc:515] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:25.685297 11828 leader_election.cc:290] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
W20260608 09:51:25.698097 11567 leader_election.cc:336] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111)
W20260608 09:51:25.698860 11567 leader_election.cc:336] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111)
W20260608 09:51:25.699654 11564 leader_election.cc:336] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111)
I20260608 09:51:25.700125 11564 leader_election.cc:304] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4; no voters: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:25.701068 11828 raft_consensus.cc:2749] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 09:51:25.703629 11564 leader_election.cc:336] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111)
I20260608 09:51:25.704155 11564 leader_election.cc:304] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4; no voters: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:25.704986 11828 raft_consensus.cc:2749] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 09:51:25.756276   602 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 11548)
I20260608 09:51:25.930389 11828 raft_consensus.cc:493] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader eff0294ec91a4f1a90ad15d7c2c731f0)
I20260608 09:51:25.931178 11828 raft_consensus.cc:515] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:25.933957 11828 leader_election.cc:290] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
W20260608 09:51:25.940006 11567 leader_election.cc:336] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111)
W20260608 09:51:25.940959 11564 leader_election.cc:336] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111)
I20260608 09:51:25.941524 11564 leader_election.cc:304] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4; no voters: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:25.942468 11828 raft_consensus.cc:2749] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 09:51:26.756889   602 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 11548)
W20260608 09:51:27.123165 11567 consensus_peers.cc:597] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Couldn't send request to peer eff0294ec91a4f1a90ad15d7c2c731f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:51:27.220366 11567 consensus_peers.cc:597] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 -> Peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Couldn't send request to peer eff0294ec91a4f1a90ad15d7c2c731f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:51:27.254611 11567 consensus_peers.cc:597] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Couldn't send request to peer eff0294ec91a4f1a90ad15d7c2c731f0. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:51:27.440984 11564 consensus_peers.cc:597] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Couldn't send request to peer 9e43362d1bbf4f45811c7f344b6dbcbb. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
W20260608 09:51:27.450434 11564 consensus_peers.cc:597] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 -> Peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Couldn't send request to peer 9e43362d1bbf4f45811c7f344b6dbcbb. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 09:51:27.484922 11889 raft_consensus.cc:493] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader eff0294ec91a4f1a90ad15d7c2c731f0)
I20260608 09:51:27.485626 11889 raft_consensus.cc:515] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:27.488242 11889 leader_election.cc:290] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
W20260608 09:51:27.495368 11567 leader_election.cc:336] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111)
W20260608 09:51:27.496006 11564 leader_election.cc:336] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111)
I20260608 09:51:27.496505 11564 leader_election.cc:304] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4; no voters: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:27.497318 11889 raft_consensus.cc:2749] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:51:27.551311 11889 raft_consensus.cc:493] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 9e43362d1bbf4f45811c7f344b6dbcbb)
I20260608 09:51:27.551944 11889 raft_consensus.cc:515] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } }
I20260608 09:51:27.554423 11889 leader_election.cc:290] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
W20260608 09:51:27.561308 11564 leader_election.cc:336] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111)
W20260608 09:51:27.563162 11567 leader_election.cc:336] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111)
I20260608 09:51:27.563650 11567 leader_election.cc:304] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4; no voters: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:27.564512 11889 raft_consensus.cc:2749] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:51:27.586570 11889 raft_consensus.cc:493] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader eff0294ec91a4f1a90ad15d7c2c731f0)
I20260608 09:51:27.587178 11889 raft_consensus.cc:515] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } attrs { replace: true } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } }
I20260608 09:51:27.589718 11889 leader_election.cc:290] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669), 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627)
W20260608 09:51:27.597508 11567 leader_election.cc:336] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer eff0294ec91a4f1a90ad15d7c2c731f0 (127.0.150.129:35669): Network error: Client connection negotiation failed: client connection to 127.0.150.129:35669: connect: Connection refused (error 111)
W20260608 09:51:27.598093 11564 leader_election.cc:336] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111)
I20260608 09:51:27.598578 11564 leader_election.cc:304] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [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: e3a3da3404be45cc9d8130afcf2256c4; no voters: 9e43362d1bbf4f45811c7f344b6dbcbb, eff0294ec91a4f1a90ad15d7c2c731f0
I20260608 09:51:27.599368 11889 raft_consensus.cc:2749] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 09:51:27.655730 11564 consensus_peers.cc:597] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 -> Peer 9e43362d1bbf4f45811c7f344b6dbcbb (127.0.150.130:38627): Couldn't send request to peer 9e43362d1bbf4f45811c7f344b6dbcbb. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.130:38627: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260608 09:51:27.773819   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:51:27.799834   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:51:27.839144   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:27.840058   602 tablet_replica.cc:333] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4: stopping tablet replica
I20260608 09:51:27.840711   602 raft_consensus.cc:2243] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:27.841524   602 raft_consensus.cc:2272] T ad29f67666504d1297cd1062199ea578 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:27.844444   602 tablet_replica.cc:333] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4: stopping tablet replica
I20260608 09:51:27.844997   602 raft_consensus.cc:2243] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:27.845626   602 raft_consensus.cc:2272] T c0a52d673d94403db9f0657e447e581f P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:27.848209   602 tablet_replica.cc:333] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: stopping tablet replica
I20260608 09:51:27.848735   602 raft_consensus.cc:2243] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:27.849682   602 pending_rounds.cc:70] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: Trying to abort 1 pending ops.
I20260608 09:51:27.849944   602 pending_rounds.cc:77] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4: Aborting op as it isn't in flight: id { term: 1 index: 18 } timestamp: 7294616718716223488 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "4d5f273e2b454c75be91d87a16163aa9" old_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } } new_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: false } } } }
I20260608 09:51:27.850824   602 raft_consensus.cc:2917] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Aborting config change with OpId 1.18: Aborted: Op aborted
I20260608 09:51:27.851147   602 raft_consensus.cc:2889] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 09:51:27.851413   602 raft_consensus.cc:2272] T 4d5f273e2b454c75be91d87a16163aa9 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:27.854283   602 tablet_replica.cc:333] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4: stopping tablet replica
I20260608 09:51:27.854924   602 raft_consensus.cc:2243] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:27.855778   602 raft_consensus.cc:2272] T 5aa9ac3c4cdc462ab39a54ea6d553535 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:27.858444   602 tablet_replica.cc:333] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: stopping tablet replica
I20260608 09:51:27.858999   602 raft_consensus.cc:2243] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:27.859874   602 pending_rounds.cc:70] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: Trying to abort 1 pending ops.
I20260608 09:51:27.860091   602 pending_rounds.cc:77] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4: Aborting op as it isn't in flight: id { term: 1 index: 18 } timestamp: 7294616719022583808 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" old_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } } new_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: false } } } }
I20260608 09:51:27.860736   602 raft_consensus.cc:2917] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: Aborting config change with OpId 1.18: Aborted: Op aborted
I20260608 09:51:27.861039   602 raft_consensus.cc:2889] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 LEADER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 09:51:27.861315   602 raft_consensus.cc:2272] T 9960f42b5fe44f5f8e09480217dfcebb P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:27.863914   602 tablet_replica.cc:333] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4: stopping tablet replica
I20260608 09:51:27.864441   602 raft_consensus.cc:2243] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:27.865301   602 raft_consensus.cc:2272] T c9e2709c5cf747bb88efc90e46003191 P e3a3da3404be45cc9d8130afcf2256c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:27.896409   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:51:27.920234   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:51:27.958988   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:27.959861   602 tablet_replica.cc:333] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: stopping tablet replica
I20260608 09:51:27.960469   602 raft_consensus.cc:2243] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:27.960860   602 pending_rounds.cc:70] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: Trying to abort 1 pending ops.
I20260608 09:51:27.961045   602 pending_rounds.cc:77] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed: Aborting op as it isn't in flight: id { term: 1 index: 18 } timestamp: 7294616719022583808 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "9960f42b5fe44f5f8e09480217dfcebb" old_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } } new_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } attrs { replace: true } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: false } } } }
I20260608 09:51:27.961695   602 raft_consensus.cc:2917] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed [term 1 FOLLOWER]: Aborting config change with OpId 1.18: Aborted: Op aborted
I20260608 09:51:27.962038   602 raft_consensus.cc:2889] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 09:51:27.962316   602 raft_consensus.cc:2272] T 9960f42b5fe44f5f8e09480217dfcebb P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:51:27.964444   602 tablet_replica.cc:333] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed: stopping tablet replica
I20260608 09:51:27.964965   602 raft_consensus.cc:2243] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:51:27.965353   602 raft_consensus.cc:2272] T c9e2709c5cf747bb88efc90e46003191 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:51:27.967440   602 tablet_replica.cc:333] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: stopping tablet replica
I20260608 09:51:27.967941   602 raft_consensus.cc:2243] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:27.968310   602 pending_rounds.cc:70] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: Trying to abort 1 pending ops.
I20260608 09:51:27.968505   602 pending_rounds.cc:77] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed: Aborting op as it isn't in flight: id { term: 1 index: 18 } timestamp: 7294616718716223488 op_type: CHANGE_CONFIG_OP change_config_record { tablet_id: "4d5f273e2b454c75be91d87a16163aa9" old_config { opid_index: 17 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: true } } } new_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "eff0294ec91a4f1a90ad15d7c2c731f0" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 35669 } attrs { replace: true } } peers { permanent_uuid: "9e43362d1bbf4f45811c7f344b6dbcbb" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 38627 } } peers { permanent_uuid: "e3a3da3404be45cc9d8130afcf2256c4" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 41103 } } peers { permanent_uuid: "8b73be0b5de14ab698241732f0f3a9ed" member_type: VOTER last_known_addr { host: "127.0.150.132" port: 42435 } attrs { promote: false } } } }
I20260608 09:51:27.969156   602 raft_consensus.cc:2917] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 FOLLOWER]: Aborting config change with OpId 1.18: Aborted: Op aborted
I20260608 09:51:27.969476   602 raft_consensus.cc:2889] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: CHANGE_CONFIG_OP replication failed: Aborted: Op aborted
I20260608 09:51:27.969740   602 raft_consensus.cc:2272] T 4d5f273e2b454c75be91d87a16163aa9 P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:51:27.971789   602 tablet_replica.cc:333] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed: stopping tablet replica
I20260608 09:51:27.972251   602 raft_consensus.cc:2243] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:51:27.972630   602 raft_consensus.cc:2272] T c0a52d673d94403db9f0657e447e581f P 8b73be0b5de14ab698241732f0f3a9ed [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:51:27.995092   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:51:28.010699   602 master.cc:562] Master@127.0.150.190:35717 shutting down...
W20260608 09:51:28.052901 11397 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 09:51:28.053172 11397 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 09:51:28.053414 11397 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 09:51:28.055090   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:28.055720   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:28.056074   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 83b34f42ad6a4b5eae574a381d6c8f06: stopping tablet replica
I20260608 09:51:28.077515   602 master.cc:584] Master@127.0.150.190:35717 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (10137 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260608 09:51:28.129699   602 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.150.190:36683
I20260608 09:51:28.131000   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:28.136806 11891 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:28.136941 11892 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:28.139811 11894 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:28.141445   602 server_base.cc:1061] running on GCE node
I20260608 09:51:28.142313   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:28.142529   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:28.142688   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912288142671 us; error 0 us; skew 500 ppm
I20260608 09:51:28.143252   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:28.145507   602 webserver.cc:533] Webserver started at http://127.0.150.190:41415/ using document root <none> and password file <none>
I20260608 09:51:28.146168   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:28.146376   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:28.146669   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:28.147763   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/master-0-root/instance:
uuid: "629b99e063d844b4a0fde6542043bfaa"
format_stamp: "Formatted at 2026-06-08 09:51:28 on dist-test-slave-g93p"
I20260608 09:51:28.152293   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260608 09:51:28.155622 11899 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.156417   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260608 09:51:28.156695   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/master-0-root
uuid: "629b99e063d844b4a0fde6542043bfaa"
format_stamp: "Formatted at 2026-06-08 09:51:28 on dist-test-slave-g93p"
I20260608 09:51:28.156955   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:28.175875   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:28.177052   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:28.214213   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.190:36683
I20260608 09:51:28.214366 11950 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.190:36683 every 8 connection(s)
I20260608 09:51:28.218403 11951 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:28.229141 11951 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa: Bootstrap starting.
I20260608 09:51:28.233841 11951 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:28.238150 11951 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa: No bootstrap required, opened a new log
I20260608 09:51:28.240366 11951 raft_consensus.cc:359] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "629b99e063d844b4a0fde6542043bfaa" member_type: VOTER }
I20260608 09:51:28.240739 11951 raft_consensus.cc:385] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:28.240919 11951 raft_consensus.cc:740] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 629b99e063d844b4a0fde6542043bfaa, State: Initialized, Role: FOLLOWER
I20260608 09:51:28.241566 11951 consensus_queue.cc:260] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "629b99e063d844b4a0fde6542043bfaa" member_type: VOTER }
I20260608 09:51:28.242019 11951 raft_consensus.cc:399] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260608 09:51:28.242239 11951 raft_consensus.cc:493] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260608 09:51:28.242453 11951 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:28.246925 11951 raft_consensus.cc:515] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "629b99e063d844b4a0fde6542043bfaa" member_type: VOTER }
I20260608 09:51:28.247370 11951 leader_election.cc:304] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [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: 629b99e063d844b4a0fde6542043bfaa; no voters: 
I20260608 09:51:28.248623 11951 leader_election.cc:290] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260608 09:51:28.249081 11954 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:28.250517 11954 raft_consensus.cc:697] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 1 LEADER]: Becoming Leader. State: Replica: 629b99e063d844b4a0fde6542043bfaa, State: Running, Role: LEADER
I20260608 09:51:28.251219 11954 consensus_queue.cc:237] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [LEADER]: Queue going to LEADER mode. State: All 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: "629b99e063d844b4a0fde6542043bfaa" member_type: VOTER }
I20260608 09:51:28.251597 11951 sys_catalog.cc:565] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [sys.catalog]: configured and running, proceeding with master startup.
I20260608 09:51:28.255970 11956 sys_catalog.cc:455] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [sys.catalog]: SysCatalogTable state changed. Reason: New leader 629b99e063d844b4a0fde6542043bfaa. Latest consensus state: current_term: 1 leader_uuid: "629b99e063d844b4a0fde6542043bfaa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "629b99e063d844b4a0fde6542043bfaa" member_type: VOTER } }
I20260608 09:51:28.256626 11956 sys_catalog.cc:458] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:28.258373 11955 sys_catalog.cc:455] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "629b99e063d844b4a0fde6542043bfaa" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "629b99e063d844b4a0fde6542043bfaa" member_type: VOTER } }
I20260608 09:51:28.258994 11955 sys_catalog.cc:458] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [sys.catalog]: This master's current role is: LEADER
I20260608 09:51:28.261735 11962 catalog_manager.cc:1510] Loading table and tablet metadata into memory...
I20260608 09:51:28.267726 11962 catalog_manager.cc:1519] Initializing Kudu cluster ID...
I20260608 09:51:28.268770   602 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260608 09:51:28.276962 11962 catalog_manager.cc:1382] Generated new cluster ID: 8f544591f8bd44d88f0a8b679ef7927e
I20260608 09:51:28.277259 11962 catalog_manager.cc:1530] Initializing Kudu internal certificate authority...
I20260608 09:51:28.296856 11962 catalog_manager.cc:1405] Generated new certificate authority record
I20260608 09:51:28.298141 11962 catalog_manager.cc:1539] Loading token signing keys...
I20260608 09:51:28.313211 11962 catalog_manager.cc:6069] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa: Generated new TSK 0
I20260608 09:51:28.313835 11962 catalog_manager.cc:1549] Initializing in-progress tserver states...
I20260608 09:51:28.335088   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:28.341095 11973 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:28.342324 11974 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:28.343989 11976 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:28.344255   602 server_base.cc:1061] running on GCE node
I20260608 09:51:28.345248   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:28.345448   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:28.345570   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912288345559 us; error 0 us; skew 500 ppm
I20260608 09:51:28.346174   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:28.348327   602 webserver.cc:533] Webserver started at http://127.0.150.129:36135/ using document root <none> and password file <none>
I20260608 09:51:28.348896   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:28.349054   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:28.349255   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:28.350433   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-0-root/instance:
uuid: "254ffd3860344409b826662f5a39e887"
format_stamp: "Formatted at 2026-06-08 09:51:28 on dist-test-slave-g93p"
I20260608 09:51:28.354959   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260608 09:51:28.358177 11981 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.358961   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260608 09:51:28.359262   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-0-root
uuid: "254ffd3860344409b826662f5a39e887"
format_stamp: "Formatted at 2026-06-08 09:51:28 on dist-test-slave-g93p"
I20260608 09:51:28.359485   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:28.368718   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:28.369805   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:28.371248   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:28.373498   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:28.373664   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.373971   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:28.374157   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.414222   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.129:43381
I20260608 09:51:28.414358 12043 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.129:43381 every 8 connection(s)
I20260608 09:51:28.419716   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:28.429347 12048 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:28.431056 12049 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:28.433830   602 server_base.cc:1061] running on GCE node
W20260608 09:51:28.434404 12051 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:28.436218   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260608 09:51:28.436337 12044 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36683
W20260608 09:51:28.436493   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:28.436795   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912288436773 us; error 0 us; skew 500 ppm
I20260608 09:51:28.436852 12044 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:28.437534   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:28.437700 12044 heartbeater.cc:507] Master 127.0.150.190:36683 requested a full tablet report, sending...
I20260608 09:51:28.440490 11916 ts_manager.cc:194] Registered new tserver with Master: 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381)
I20260608 09:51:28.440550   602 webserver.cc:533] Webserver started at http://127.0.150.130:38913/ using document root <none> and password file <none>
I20260608 09:51:28.441471   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:28.441727   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:28.442071   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:28.443150 11916 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57790
I20260608 09:51:28.443650   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-1-root/instance:
uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
format_stamp: "Formatted at 2026-06-08 09:51:28 on dist-test-slave-g93p"
I20260608 09:51:28.448681   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:51:28.452138 12056 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.453097   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:28.453455   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-1-root
uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
format_stamp: "Formatted at 2026-06-08 09:51:28 on dist-test-slave-g93p"
I20260608 09:51:28.453734   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-1-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:28.469592   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:28.470682   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:28.472100   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:28.474396   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:28.474629   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.474915   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:28.475104   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.513290   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.130:43623
I20260608 09:51:28.513420 12119 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.130:43623 every 8 connection(s)
I20260608 09:51:28.518767   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:28.526163 12123 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:28.527480 12124 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:28.530961 12126 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:28.532003 12120 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36683
I20260608 09:51:28.532413   602 server_base.cc:1061] running on GCE node
I20260608 09:51:28.532496 12120 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:28.533593 12120 heartbeater.cc:507] Master 127.0.150.190:36683 requested a full tablet report, sending...
I20260608 09:51:28.533735   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:28.534158   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:28.534363   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912288534342 us; error 0 us; skew 500 ppm
I20260608 09:51:28.535180   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:28.535805 11916 ts_manager.cc:194] Registered new tserver with Master: 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623)
I20260608 09:51:28.537465 11916 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57794
I20260608 09:51:28.537740   602 webserver.cc:533] Webserver started at http://127.0.150.131:44443/ using document root <none> and password file <none>
I20260608 09:51:28.538417   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:28.538654   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:28.538983   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:28.540047   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-2-root/instance:
uuid: "15ca3b5127044a05ba2fb59486eda915"
format_stamp: "Formatted at 2026-06-08 09:51:28 on dist-test-slave-g93p"
I20260608 09:51:28.544396   602 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260608 09:51:28.547755 12131 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.548695   602 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260608 09:51:28.549041   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-2-root
uuid: "15ca3b5127044a05ba2fb59486eda915"
format_stamp: "Formatted at 2026-06-08 09:51:28 on dist-test-slave-g93p"
I20260608 09:51:28.549328   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:28.571081   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:28.572186   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:28.573608   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:28.576004   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:28.576248   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.576521   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:28.576706   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:28.615844   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.131:33201
I20260608 09:51:28.615962 12193 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.131:33201 every 8 connection(s)
I20260608 09:51:28.630461 12194 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36683
I20260608 09:51:28.630889 12194 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:28.631636 12194 heartbeater.cc:507] Master 127.0.150.190:36683 requested a full tablet report, sending...
I20260608 09:51:28.633635 11916 ts_manager.cc:194] Registered new tserver with Master: 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:28.634532   602 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.015345678s
I20260608 09:51:28.635110 11916 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57806
I20260608 09:51:29.446019 12044 heartbeater.cc:499] Master 127.0.150.190:36683 was elected leader, sending a full tablet report...
I20260608 09:51:29.540122 12120 heartbeater.cc:499] Master 127.0.150.190:36683 was elected leader, sending a full tablet report...
I20260608 09:51:29.637923 12194 heartbeater.cc:499] Master 127.0.150.190:36683 was elected leader, sending a full tablet report...
I20260608 09:51:29.690608 11916 catalog_manager.cc:2282] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57808:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260608 09:51:29.693353 11916 catalog_manager.cc:7076] The number of live tablet servers is not enough to re-replicate a tablet replica of the newly created table test-workload in case of a server failure: 4 tablet servers would be needed, 3 are available. Consider bringing up more tablet servers.
I20260608 09:51:29.757655 12084 tablet_service.cc:1511] Processing CreateTablet for tablet 4d64c7c5ce3b4cd29791c28fc6937ba9 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:29.759179 12084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d64c7c5ce3b4cd29791c28fc6937ba9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.760180 12083 tablet_service.cc:1511] Processing CreateTablet for tablet 8c22b3325fdf47cf8c28fe5b0e9d9037 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:29.761044 12009 tablet_service.cc:1511] Processing CreateTablet for tablet 4d64c7c5ce3b4cd29791c28fc6937ba9 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:29.761739 12083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c22b3325fdf47cf8c28fe5b0e9d9037. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.761781 12159 tablet_service.cc:1511] Processing CreateTablet for tablet 4d64c7c5ce3b4cd29791c28fc6937ba9 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260608 09:51:29.762509 12009 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d64c7c5ce3b4cd29791c28fc6937ba9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.763446 12159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4d64c7c5ce3b4cd29791c28fc6937ba9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.764870 12008 tablet_service.cc:1511] Processing CreateTablet for tablet 8c22b3325fdf47cf8c28fe5b0e9d9037 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:29.766250 12008 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c22b3325fdf47cf8c28fe5b0e9d9037. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.769699 12007 tablet_service.cc:1511] Processing CreateTablet for tablet ee69cb7294e54567a4635306735ce52c (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:29.770088 12157 tablet_service.cc:1511] Processing CreateTablet for tablet ee69cb7294e54567a4635306735ce52c (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:29.771085 12007 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee69cb7294e54567a4635306735ce52c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.771504 12157 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee69cb7294e54567a4635306735ce52c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.777486 12081 tablet_service.cc:1511] Processing CreateTablet for tablet 9523e254ea76470eb68d67987b12b744 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:29.762534 12158 tablet_service.cc:1511] Processing CreateTablet for tablet 8c22b3325fdf47cf8c28fe5b0e9d9037 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260608 09:51:29.779796 12156 tablet_service.cc:1511] Processing CreateTablet for tablet 9523e254ea76470eb68d67987b12b744 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:29.780632 12158 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8c22b3325fdf47cf8c28fe5b0e9d9037. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.780572 12006 tablet_service.cc:1511] Processing CreateTablet for tablet 9523e254ea76470eb68d67987b12b744 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260608 09:51:29.782049 12006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9523e254ea76470eb68d67987b12b744. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.782227 12155 tablet_service.cc:1511] Processing CreateTablet for tablet 9956ab39e3ab484eb9ff182fde5876c6 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:29.783563 12155 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9956ab39e3ab484eb9ff182fde5876c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.783836 12080 tablet_service.cc:1511] Processing CreateTablet for tablet 9956ab39e3ab484eb9ff182fde5876c6 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:29.786235 12156 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9523e254ea76470eb68d67987b12b744. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.787307 12004 tablet_service.cc:1511] Processing CreateTablet for tablet 21761d3a621f4b9381be26246231e70a (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:29.788619 12004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21761d3a621f4b9381be26246231e70a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.791189 12005 tablet_service.cc:1511] Processing CreateTablet for tablet 9956ab39e3ab484eb9ff182fde5876c6 (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260608 09:51:29.792539 12005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9956ab39e3ab484eb9ff182fde5876c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.782058 12082 tablet_service.cc:1511] Processing CreateTablet for tablet ee69cb7294e54567a4635306735ce52c (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260608 09:51:29.778944 12081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9523e254ea76470eb68d67987b12b744. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.802289 12082 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ee69cb7294e54567a4635306735ce52c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.803597 12080 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9956ab39e3ab484eb9ff182fde5876c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.805460 12079 tablet_service.cc:1511] Processing CreateTablet for tablet 21761d3a621f4b9381be26246231e70a (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:29.826447 12157 tablet_service.cc:1511] Processing CreateTablet for tablet 21761d3a621f4b9381be26246231e70a (DEFAULT_TABLE table=test-workload [id=99c43d2ee91342c18297fbc49c2e0206]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260608 09:51:29.831017 12157 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21761d3a621f4b9381be26246231e70a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.838285 12079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21761d3a621f4b9381be26246231e70a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:29.866740 12216 tablet_bootstrap.cc:492] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887: Bootstrap starting.
I20260608 09:51:29.877151 12216 tablet_bootstrap.cc:654] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:29.884984 12214 tablet_bootstrap.cc:492] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Bootstrap starting.
I20260608 09:51:29.885803 12215 tablet_bootstrap.cc:492] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915: Bootstrap starting.
I20260608 09:51:29.893049 12214 tablet_bootstrap.cc:654] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:29.910404 12215 tablet_bootstrap.cc:654] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:29.913127 12216 tablet_bootstrap.cc:492] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887: No bootstrap required, opened a new log
I20260608 09:51:29.913954 12216 ts_tablet_manager.cc:1403] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887: Time spent bootstrapping tablet: real 0.048s	user 0.011s	sys 0.010s
I20260608 09:51:29.915026 12214 tablet_bootstrap.cc:492] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: No bootstrap required, opened a new log
I20260608 09:51:29.915562 12214 ts_tablet_manager.cc:1403] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent bootstrapping tablet: real 0.031s	user 0.011s	sys 0.000s
I20260608 09:51:29.918337 12216 raft_consensus.cc:359] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.919219 12216 raft_consensus.cc:385] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:29.919580 12216 raft_consensus.cc:740] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 254ffd3860344409b826662f5a39e887, State: Initialized, Role: FOLLOWER
I20260608 09:51:29.922013 12216 consensus_queue.cc:260] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.918505 12214 raft_consensus.cc:359] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.923615 12214 raft_consensus.cc:385] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:29.923133 12220 raft_consensus.cc:493] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:29.924187 12220 raft_consensus.cc:515] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.925570 12215 tablet_bootstrap.cc:492] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915: No bootstrap required, opened a new log
I20260608 09:51:29.925585 12216 ts_tablet_manager.cc:1434] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887: Time spent starting tablet: real 0.010s	user 0.004s	sys 0.004s
I20260608 09:51:29.926292 12215 ts_tablet_manager.cc:1403] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915: Time spent bootstrapping tablet: real 0.041s	user 0.015s	sys 0.007s
I20260608 09:51:29.927495 12216 tablet_bootstrap.cc:492] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887: Bootstrap starting.
I20260608 09:51:29.931964 12215 raft_consensus.cc:359] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.932873 12215 raft_consensus.cc:385] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:29.933223 12215 raft_consensus.cc:740] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15ca3b5127044a05ba2fb59486eda915, State: Initialized, Role: FOLLOWER
I20260608 09:51:29.934234 12215 consensus_queue.cc:260] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.938071 12216 tablet_bootstrap.cc:654] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:29.939273 12215 ts_tablet_manager.cc:1434] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.001s
I20260608 09:51:29.939509 12214 raft_consensus.cc:740] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 406cfe3a58dc4ff4a2e886bdeaf7d2ab, State: Initialized, Role: FOLLOWER
I20260608 09:51:29.940630 12215 tablet_bootstrap.cc:492] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915: Bootstrap starting.
I20260608 09:51:29.940104 12220 leader_election.cc:290] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:29.942209 12214 consensus_queue.cc:260] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.948823 12215 tablet_bootstrap.cc:654] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:29.955415 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:29.955710 12214 ts_tablet_manager.cc:1434] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent starting tablet: real 0.040s	user 0.007s	sys 0.001s
I20260608 09:51:29.956250 12094 raft_consensus.cc:2468] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 0.
I20260608 09:51:29.957310 12214 tablet_bootstrap.cc:492] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Bootstrap starting.
I20260608 09:51:29.958552 11982 leader_election.cc:304] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:29.959551 12220 raft_consensus.cc:2804] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:29.959923 12220 raft_consensus.cc:493] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:29.960250 12220 raft_consensus.cc:3060] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:29.965444 12214 tablet_bootstrap.cc:654] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:29.968789 12220 raft_consensus.cc:515] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.974399 12216 tablet_bootstrap.cc:492] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887: No bootstrap required, opened a new log
I20260608 09:51:29.975031 12216 ts_tablet_manager.cc:1403] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887: Time spent bootstrapping tablet: real 0.048s	user 0.016s	sys 0.000s
I20260608 09:51:29.975155 12215 tablet_bootstrap.cc:492] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915: No bootstrap required, opened a new log
I20260608 09:51:29.975765 12215 ts_tablet_manager.cc:1403] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915: Time spent bootstrapping tablet: real 0.035s	user 0.015s	sys 0.010s
I20260608 09:51:29.975787 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
W20260608 09:51:29.977864 11984 leader_election.cc:343] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:29.978139 12214 tablet_bootstrap.cc:492] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: No bootstrap required, opened a new log
I20260608 09:51:29.978626 12214 ts_tablet_manager.cc:1403] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent bootstrapping tablet: real 0.022s	user 0.014s	sys 0.005s
I20260608 09:51:29.978425 12216 raft_consensus.cc:359] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:29.979266 12216 raft_consensus.cc:385] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:29.979195 12215 raft_consensus.cc:359] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:29.979727 12216 raft_consensus.cc:740] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 254ffd3860344409b826662f5a39e887, State: Initialized, Role: FOLLOWER
I20260608 09:51:29.980099 12215 raft_consensus.cc:385] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:29.980482 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
I20260608 09:51:29.980615 12215 raft_consensus.cc:740] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15ca3b5127044a05ba2fb59486eda915, State: Initialized, Role: FOLLOWER
I20260608 09:51:29.981220 12094 raft_consensus.cc:3060] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:29.980644 12216 consensus_queue.cc:260] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:29.981807 12214 raft_consensus.cc:359] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.981900 12215 consensus_queue.cc:260] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:29.982697 12214 raft_consensus.cc:385] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:29.983071 12214 raft_consensus.cc:740] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 406cfe3a58dc4ff4a2e886bdeaf7d2ab, State: Initialized, Role: FOLLOWER
I20260608 09:51:29.983548 12216 ts_tablet_manager.cc:1434] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260608 09:51:29.984584 12216 tablet_bootstrap.cc:492] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: Bootstrap starting.
I20260608 09:51:29.984117 12214 consensus_queue.cc:260] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:29.986452 12214 ts_tablet_manager.cc:1434] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 09:51:29.987656 12214 tablet_bootstrap.cc:492] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Bootstrap starting.
I20260608 09:51:29.991430 12215 ts_tablet_manager.cc:1434] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.000s
I20260608 09:51:29.995676 12214 tablet_bootstrap.cc:654] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:29.996626 12216 tablet_bootstrap.cc:654] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.000880 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915"
W20260608 09:51:30.002945 11984 leader_election.cc:343] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201): Illegal state: must be running to vote when last-logged opid is not known
I20260608 09:51:30.003790 12220 leader_election.cc:290] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 1 election: Requested vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:29.997972 12094 raft_consensus.cc:2468] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 1.
I20260608 09:51:30.005581 11982 leader_election.cc:304] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 15ca3b5127044a05ba2fb59486eda915
I20260608 09:51:30.006242 12215 tablet_bootstrap.cc:492] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915: Bootstrap starting.
I20260608 09:51:30.006913 12220 raft_consensus.cc:2804] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:30.007599 12214 tablet_bootstrap.cc:492] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: No bootstrap required, opened a new log
I20260608 09:51:30.008168 12214 ts_tablet_manager.cc:1403] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent bootstrapping tablet: real 0.021s	user 0.014s	sys 0.004s
I20260608 09:51:30.008198 12220 raft_consensus.cc:697] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 1 LEADER]: Becoming Leader. State: Replica: 254ffd3860344409b826662f5a39e887, State: Running, Role: LEADER
I20260608 09:51:30.009255 12220 consensus_queue.cc:237] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [LEADER]: Queue going to LEADER mode. State: All 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: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.011802 12214 raft_consensus.cc:359] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.012593 12214 raft_consensus.cc:385] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.012995 12214 raft_consensus.cc:740] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 406cfe3a58dc4ff4a2e886bdeaf7d2ab, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.014086 12214 consensus_queue.cc:260] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.015138 12215 tablet_bootstrap.cc:654] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.015736 12216 tablet_bootstrap.cc:492] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: No bootstrap required, opened a new log
I20260608 09:51:30.016327 12216 ts_tablet_manager.cc:1403] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.008s
I20260608 09:51:30.019490 12214 ts_tablet_manager.cc:1434] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 09:51:30.020648 12214 tablet_bootstrap.cc:492] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Bootstrap starting.
W20260608 09:51:30.024567 12121 tablet.cc:2404] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260608 09:51:30.020110 12216 raft_consensus.cc:359] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.027223 12216 raft_consensus.cc:385] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.027719 12216 raft_consensus.cc:740] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 254ffd3860344409b826662f5a39e887, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.029282 12216 consensus_queue.cc:260] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.031136 12214 tablet_bootstrap.cc:654] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.032534 12216 ts_tablet_manager.cc:1434] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.000s
I20260608 09:51:30.034119 12216 tablet_bootstrap.cc:492] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887: Bootstrap starting.
I20260608 09:51:30.029652 11915 catalog_manager.cc:5696] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 reported cstate change: term changed from 0 to 1, leader changed from <none> to 254ffd3860344409b826662f5a39e887 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "254ffd3860344409b826662f5a39e887" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:30.042296 12214 tablet_bootstrap.cc:492] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: No bootstrap required, opened a new log
I20260608 09:51:30.042923 12215 tablet_bootstrap.cc:492] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915: No bootstrap required, opened a new log
I20260608 09:51:30.042938 12214 ts_tablet_manager.cc:1403] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.004s
I20260608 09:51:30.043758 12215 ts_tablet_manager.cc:1403] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915: Time spent bootstrapping tablet: real 0.038s	user 0.017s	sys 0.018s
I20260608 09:51:30.044494 12216 tablet_bootstrap.cc:654] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.046492 12214 raft_consensus.cc:359] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:30.047230 12214 raft_consensus.cc:385] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.047839 12214 raft_consensus.cc:740] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 406cfe3a58dc4ff4a2e886bdeaf7d2ab, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.047192 12215 raft_consensus.cc:359] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.048520 12215 raft_consensus.cc:385] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.049017 12215 raft_consensus.cc:740] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15ca3b5127044a05ba2fb59486eda915, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.048794 12214 consensus_queue.cc:260] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:30.050439 12215 consensus_queue.cc:260] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.051789 12214 ts_tablet_manager.cc:1434] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 09:51:30.052943 12214 tablet_bootstrap.cc:492] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Bootstrap starting.
I20260608 09:51:30.059816 12214 tablet_bootstrap.cc:654] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.062110 12215 ts_tablet_manager.cc:1434] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915: Time spent starting tablet: real 0.018s	user 0.009s	sys 0.000s
I20260608 09:51:30.070165 12215 tablet_bootstrap.cc:492] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915: Bootstrap starting.
I20260608 09:51:30.077242 12216 tablet_bootstrap.cc:492] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887: No bootstrap required, opened a new log
I20260608 09:51:30.077814 12216 ts_tablet_manager.cc:1403] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887: Time spent bootstrapping tablet: real 0.044s	user 0.034s	sys 0.004s
I20260608 09:51:30.078890 12215 tablet_bootstrap.cc:654] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.080216 12214 tablet_bootstrap.cc:492] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: No bootstrap required, opened a new log
I20260608 09:51:30.080700 12214 ts_tablet_manager.cc:1403] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent bootstrapping tablet: real 0.028s	user 0.021s	sys 0.003s
I20260608 09:51:30.081257 12216 raft_consensus.cc:359] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.082244 12216 raft_consensus.cc:385] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.082610 12216 raft_consensus.cc:740] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 254ffd3860344409b826662f5a39e887, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.083600 12214 raft_consensus.cc:359] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.083451 12216 consensus_queue.cc:260] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.084231 12214 raft_consensus.cc:385] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.084619 12214 raft_consensus.cc:740] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 406cfe3a58dc4ff4a2e886bdeaf7d2ab, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.084697 12215 tablet_bootstrap.cc:492] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915: No bootstrap required, opened a new log
I20260608 09:51:30.085484 12215 ts_tablet_manager.cc:1403] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915: Time spent bootstrapping tablet: real 0.016s	user 0.008s	sys 0.006s
I20260608 09:51:30.085933 12216 ts_tablet_manager.cc:1434] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260608 09:51:30.085623 12214 consensus_queue.cc:260] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.087093 12216 tablet_bootstrap.cc:492] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887: Bootstrap starting.
I20260608 09:51:30.088848 12215 raft_consensus.cc:359] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.089604 12215 raft_consensus.cc:385] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.090003 12215 raft_consensus.cc:740] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15ca3b5127044a05ba2fb59486eda915, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.091019 12215 consensus_queue.cc:260] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.094489 12216 tablet_bootstrap.cc:654] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.095404 12214 ts_tablet_manager.cc:1434] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent starting tablet: real 0.014s	user 0.008s	sys 0.000s
I20260608 09:51:30.096606 12215 ts_tablet_manager.cc:1434] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915: Time spent starting tablet: real 0.011s	user 0.000s	sys 0.006s
I20260608 09:51:30.097747 12215 tablet_bootstrap.cc:492] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915: Bootstrap starting.
I20260608 09:51:30.099093 12214 tablet_bootstrap.cc:492] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Bootstrap starting.
I20260608 09:51:30.106364 12214 tablet_bootstrap.cc:654] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.111147 12214 tablet_bootstrap.cc:492] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: No bootstrap required, opened a new log
I20260608 09:51:30.111603 12214 ts_tablet_manager.cc:1403] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260608 09:51:30.113965 12214 raft_consensus.cc:359] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.114775 12214 raft_consensus.cc:385] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.115121 12214 raft_consensus.cc:740] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 406cfe3a58dc4ff4a2e886bdeaf7d2ab, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.115720 12215 tablet_bootstrap.cc:654] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.116076 12214 consensus_queue.cc:260] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.118642 12214 ts_tablet_manager.cc:1434] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260608 09:51:30.121277 12216 tablet_bootstrap.cc:492] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887: No bootstrap required, opened a new log
I20260608 09:51:30.121956 12216 ts_tablet_manager.cc:1403] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887: Time spent bootstrapping tablet: real 0.035s	user 0.028s	sys 0.004s
I20260608 09:51:30.122186 12215 tablet_bootstrap.cc:492] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915: No bootstrap required, opened a new log
I20260608 09:51:30.122733 12215 ts_tablet_manager.cc:1403] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.006s
I20260608 09:51:30.125334 12215 raft_consensus.cc:359] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.125123 12216 raft_consensus.cc:359] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.126005 12215 raft_consensus.cc:385] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.126109 12216 raft_consensus.cc:385] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.126353 12215 raft_consensus.cc:740] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15ca3b5127044a05ba2fb59486eda915, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.126498 12216 raft_consensus.cc:740] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 254ffd3860344409b826662f5a39e887, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.127295 12215 consensus_queue.cc:260] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.127491 12216 consensus_queue.cc:260] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.129447 12215 ts_tablet_manager.cc:1434] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.004s
I20260608 09:51:30.130527 12215 tablet_bootstrap.cc:492] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915: Bootstrap starting.
I20260608 09:51:30.133415 12216 ts_tablet_manager.cc:1434] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260608 09:51:30.134522 12216 tablet_bootstrap.cc:492] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887: Bootstrap starting.
I20260608 09:51:30.136667 12215 tablet_bootstrap.cc:654] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.141201 12216 tablet_bootstrap.cc:654] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887: Neither blocks nor log segments found. Creating new log.
I20260608 09:51:30.147293 12216 tablet_bootstrap.cc:492] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887: No bootstrap required, opened a new log
I20260608 09:51:30.147779 12216 ts_tablet_manager.cc:1403] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260608 09:51:30.148535 12215 tablet_bootstrap.cc:492] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915: No bootstrap required, opened a new log
I20260608 09:51:30.149073 12215 ts_tablet_manager.cc:1403] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915: Time spent bootstrapping tablet: real 0.019s	user 0.005s	sys 0.011s
I20260608 09:51:30.150900 12216 raft_consensus.cc:359] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.151746 12216 raft_consensus.cc:385] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.152053 12216 raft_consensus.cc:740] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 254ffd3860344409b826662f5a39e887, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.152038 12215 raft_consensus.cc:359] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.152962 12215 raft_consensus.cc:385] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260608 09:51:30.153285 12215 raft_consensus.cc:740] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 15ca3b5127044a05ba2fb59486eda915, State: Initialized, Role: FOLLOWER
I20260608 09:51:30.153141 12216 consensus_queue.cc:260] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.154158 12215 consensus_queue.cc:260] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.155606 12216 ts_tablet_manager.cc:1434] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.003s
I20260608 09:51:30.156642 12215 ts_tablet_manager.cc:1434] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260608 09:51:30.171499 12224 raft_consensus.cc:493] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:30.171969 12224 raft_consensus.cc:515] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.174350 12224 leader_election.cc:290] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623)
I20260608 09:51:30.186045 12019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:30.186363 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:30.187191 12094 raft_consensus.cc:2393] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 15ca3b5127044a05ba2fb59486eda915 in current term 1: Already voted for candidate 254ffd3860344409b826662f5a39e887 in this term.
I20260608 09:51:30.188297 12132 leader_election.cc:304] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915; no voters: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab
I20260608 09:51:30.188994 12224 raft_consensus.cc:3060] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.193832 12224 raft_consensus.cc:2749] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260608 09:51:30.230757 12220 raft_consensus.cc:493] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:30.231356 12220 raft_consensus.cc:515] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.233201 12220 leader_election.cc:290] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:30.234081 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:30.234328 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:30.234678 12094 raft_consensus.cc:2468] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 0.
I20260608 09:51:30.234980 12169 raft_consensus.cc:2468] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 0.
I20260608 09:51:30.235813 11982 leader_election.cc:304] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:30.236523 12220 raft_consensus.cc:2804] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:30.236892 12220 raft_consensus.cc:493] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:30.237135 12220 raft_consensus.cc:3060] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.239885 12221 raft_consensus.cc:493] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:30.240347 12221 raft_consensus.cc:515] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.242230 12221 leader_election.cc:290] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:30.242161 12220 raft_consensus.cc:515] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.242952 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9523e254ea76470eb68d67987b12b744" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:30.243326 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9523e254ea76470eb68d67987b12b744" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:30.243602 12094 raft_consensus.cc:2468] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 0.
I20260608 09:51:30.243933 12169 raft_consensus.cc:2468] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 0.
I20260608 09:51:30.244525 12220 leader_election.cc:290] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 1 election: Requested vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:30.244753 11982 leader_election.cc:304] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:30.245560 12093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
I20260608 09:51:30.245702 12220 raft_consensus.cc:2804] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:30.246222 12220 raft_consensus.cc:493] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:30.246227 12093 raft_consensus.cc:3060] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.246166 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915"
I20260608 09:51:30.246941 12220 raft_consensus.cc:3060] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.247160 12169 raft_consensus.cc:3060] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.252444 12093 raft_consensus.cc:2468] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 1.
I20260608 09:51:30.253551 11982 leader_election.cc:304] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:30.253854 12220 raft_consensus.cc:515] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.254340 12221 raft_consensus.cc:2804] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:30.254356 12169 raft_consensus.cc:2468] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 1.
I20260608 09:51:30.255918 12221 raft_consensus.cc:697] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 1 LEADER]: Becoming Leader. State: Replica: 254ffd3860344409b826662f5a39e887, State: Running, Role: LEADER
I20260608 09:51:30.257638 12093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9523e254ea76470eb68d67987b12b744" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
I20260608 09:51:30.257797 12220 leader_election.cc:290] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 1 election: Requested vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:30.258416 12093 raft_consensus.cc:3060] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.258365 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9523e254ea76470eb68d67987b12b744" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915"
I20260608 09:51:30.257272 12221 consensus_queue.cc:237] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [LEADER]: Queue going to LEADER mode. State: All 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: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.259169 12169 raft_consensus.cc:3060] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.262643 12225 raft_consensus.cc:493] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:30.263154 12225 raft_consensus.cc:515] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
W20260608 09:51:30.266862 11964 auto_rebalancer.cc:259] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260608 09:51:30.268064 12225 leader_election.cc:290] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201), 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381)
I20260608 09:51:30.272302 12224 raft_consensus.cc:493] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:30.265723 12093 raft_consensus.cc:2468] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 1.
I20260608 09:51:30.272830 12224 raft_consensus.cc:515] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.275871 12019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21761d3a621f4b9381be26246231e70a" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:30.276494 12019 raft_consensus.cc:2468] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 15ca3b5127044a05ba2fb59486eda915 in term 0.
I20260608 09:51:30.277916 12133 leader_election.cc:304] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887; no voters: 
I20260608 09:51:30.280102 11982 leader_election.cc:304] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:30.280208 12169 raft_consensus.cc:2468] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 1.
I20260608 09:51:30.281118 12221 raft_consensus.cc:2804] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:30.281536 12221 raft_consensus.cc:697] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 1 LEADER]: Becoming Leader. State: Replica: 254ffd3860344409b826662f5a39e887, State: Running, Role: LEADER
I20260608 09:51:30.281286 11914 catalog_manager.cc:5696] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 reported cstate change: term changed from 0 to 1, leader changed from <none> to 254ffd3860344409b826662f5a39e887 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "254ffd3860344409b826662f5a39e887" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:30.282336 12221 consensus_queue.cc:237] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [LEADER]: Queue going to LEADER mode. State: All 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: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.284945 12224 leader_election.cc:290] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623)
I20260608 09:51:30.285491 12224 raft_consensus.cc:2804] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:30.286734 12093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21761d3a621f4b9381be26246231e70a" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:30.288415 12224 raft_consensus.cc:493] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:30.288707 12093 raft_consensus.cc:2468] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 15ca3b5127044a05ba2fb59486eda915 in term 0.
I20260608 09:51:30.288892 12019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:30.289614 12019 raft_consensus.cc:2468] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in term 0.
I20260608 09:51:30.290253 12248 raft_consensus.cc:493] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:30.290802 12248 raft_consensus.cc:515] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:30.291119 12058 leader_election.cc:304] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:30.291965 12225 raft_consensus.cc:2804] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:30.292321 12225 raft_consensus.cc:493] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:30.292646 12225 raft_consensus.cc:3060] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.294062 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:30.295881 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:30.296022 12248 leader_election.cc:290] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381)
I20260608 09:51:30.296627 12169 raft_consensus.cc:2468] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in term 0.
I20260608 09:51:30.297345 12019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:30.298017 12019 raft_consensus.cc:2468] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 15ca3b5127044a05ba2fb59486eda915 in term 0.
I20260608 09:51:30.299309 12133 leader_election.cc:304] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887; no voters: 
I20260608 09:51:30.300083 12248 raft_consensus.cc:2804] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:30.300030 12225 raft_consensus.cc:515] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:30.300614 12248 raft_consensus.cc:493] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:30.301072 12248 raft_consensus.cc:3060] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.301487 12094 raft_consensus.cc:2393] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 15ca3b5127044a05ba2fb59486eda915 in current term 1: Already voted for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in this term.
I20260608 09:51:30.302888 12225 leader_election.cc:290] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [CANDIDATE]: Term 1 election: Requested vote from peers 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201), 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381)
I20260608 09:51:30.303076 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915"
I20260608 09:51:30.288832 12224 raft_consensus.cc:3060] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.304503 12019 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887"
I20260608 09:51:30.306186 12019 raft_consensus.cc:3060] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.307844 11915 catalog_manager.cc:5696] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 reported cstate change: term changed from 0 to 1, leader changed from <none> to 254ffd3860344409b826662f5a39e887 (127.0.150.129). New cstate: current_term: 1 leader_uuid: "254ffd3860344409b826662f5a39e887" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:30.311168 12248 raft_consensus.cc:515] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:30.312193 12169 raft_consensus.cc:2393] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in current term 1: Already voted for candidate 15ca3b5127044a05ba2fb59486eda915 in this term.
I20260608 09:51:30.313668 12019 raft_consensus.cc:2468] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in term 1.
I20260608 09:51:30.313956 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
I20260608 09:51:30.314913 12094 raft_consensus.cc:2393] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 15ca3b5127044a05ba2fb59486eda915 in current term 1: Already voted for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in this term.
I20260608 09:51:30.314980 12248 leader_election.cc:290] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 1 election: Requested vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381)
I20260608 09:51:30.315078 12058 leader_election.cc:304] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 15ca3b5127044a05ba2fb59486eda915
I20260608 09:51:30.317655 12225 raft_consensus.cc:2804] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:30.318590 12018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887"
I20260608 09:51:30.319272 12018 raft_consensus.cc:2393] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 15ca3b5127044a05ba2fb59486eda915 in current term 1: Already voted for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in this term.
I20260608 09:51:30.318989 12224 raft_consensus.cc:515] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.320268 12133 leader_election.cc:304] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915; no voters: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab
I20260608 09:51:30.321111 12248 raft_consensus.cc:2749] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260608 09:51:30.321905 12224 leader_election.cc:290] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 1 election: Requested vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623)
I20260608 09:51:30.322962 12018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21761d3a621f4b9381be26246231e70a" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887"
I20260608 09:51:30.323021 12225 raft_consensus.cc:697] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 LEADER]: Becoming Leader. State: Replica: 406cfe3a58dc4ff4a2e886bdeaf7d2ab, State: Running, Role: LEADER
I20260608 09:51:30.322957 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21761d3a621f4b9381be26246231e70a" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
I20260608 09:51:30.323714 12018 raft_consensus.cc:3060] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.323951 12094 raft_consensus.cc:3060] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.324200 12225 consensus_queue.cc:237] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [LEADER]: Queue going to LEADER mode. State: All 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: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:30.330957 12094 raft_consensus.cc:2468] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 15ca3b5127044a05ba2fb59486eda915 in term 1.
I20260608 09:51:30.330957 12018 raft_consensus.cc:2468] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 15ca3b5127044a05ba2fb59486eda915 in term 1.
I20260608 09:51:30.332278 12132 leader_election.cc:304] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:30.333060 12224 raft_consensus.cc:2804] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:30.332486 11915 catalog_manager.cc:5696] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130). New cstate: current_term: 1 leader_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:30.333557 12224 raft_consensus.cc:697] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 1 LEADER]: Becoming Leader. State: Replica: 15ca3b5127044a05ba2fb59486eda915, State: Running, Role: LEADER
I20260608 09:51:30.334439 12224 consensus_queue.cc:237] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Queue going to LEADER mode. State: All 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: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.343221 11914 catalog_manager.cc:5696] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 reported cstate change: term changed from 0 to 1, leader changed from <none> to 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131). New cstate: current_term: 1 leader_uuid: "15ca3b5127044a05ba2fb59486eda915" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:30.394541 12225 raft_consensus.cc:493] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:30.395079 12225 raft_consensus.cc:515] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.396736 12225 leader_election.cc:290] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:30.397701 12018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee69cb7294e54567a4635306735ce52c" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:30.397857 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee69cb7294e54567a4635306735ce52c" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:30.398420 12018 raft_consensus.cc:2468] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in term 0.
I20260608 09:51:30.398532 12169 raft_consensus.cc:2468] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in term 0.
I20260608 09:51:30.399467 12058 leader_election.cc:304] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:30.400179 12225 raft_consensus.cc:2804] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260608 09:51:30.400519 12225 raft_consensus.cc:493] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:30.400805 12225 raft_consensus.cc:3060] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.405507 12225 raft_consensus.cc:515] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.407102 12225 leader_election.cc:290] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [CANDIDATE]: Term 1 election: Requested vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:30.408017 12018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee69cb7294e54567a4635306735ce52c" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887"
I20260608 09:51:30.408262 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee69cb7294e54567a4635306735ce52c" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915"
I20260608 09:51:30.408545 12018 raft_consensus.cc:3060] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.408892 12169 raft_consensus.cc:3060] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 0 FOLLOWER]: Advancing to term 1
I20260608 09:51:30.413501 12018 raft_consensus.cc:2468] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in term 1.
I20260608 09:51:30.413715 12169 raft_consensus.cc:2468] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in term 1.
I20260608 09:51:30.414810 12058 leader_election.cc:304] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [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: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:30.415606 12225 raft_consensus.cc:2804] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader election won for term 1
I20260608 09:51:30.416042 12225 raft_consensus.cc:697] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 LEADER]: Becoming Leader. State: Replica: 406cfe3a58dc4ff4a2e886bdeaf7d2ab, State: Running, Role: LEADER
I20260608 09:51:30.416797 12225 consensus_queue.cc:237] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [LEADER]: Queue going to LEADER mode. State: All 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: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:30.417222 12220 consensus_queue.cc:1048] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:30.425038 11914 catalog_manager.cc:5696] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab reported cstate change: term changed from 0 to 1, leader changed from <none> to 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130). New cstate: current_term: 1 leader_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:30.434624 12244 consensus_queue.cc:1048] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:30.687860 12169 raft_consensus.cc:1275] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Refusing update from remote peer 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:30.692391 12018 raft_consensus.cc:1275] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Refusing update from remote peer 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:30.693825 12225 consensus_queue.cc:1048] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:30.695624 12250 consensus_queue.cc:1048] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:30.704677 12094 raft_consensus.cc:1275] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:30.711916 12221 consensus_queue.cc:1048] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:30.724485 12167 raft_consensus.cc:1275] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:30.724709 12168 raft_consensus.cc:1275] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Refusing update from remote peer 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:30.724857 12019 raft_consensus.cc:1275] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Refusing update from remote peer 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:30.730742 12225 consensus_queue.cc:1048] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:30.736732 12225 consensus_queue.cc:1048] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [LEADER]: Connected to new peer: Peer: permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:30.743804 12093 raft_consensus.cc:1275] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Refusing update from remote peer 15ca3b5127044a05ba2fb59486eda915: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:30.754462 12017 raft_consensus.cc:1275] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Refusing update from remote peer 15ca3b5127044a05ba2fb59486eda915: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260608 09:51:30.756982 12224 consensus_queue.cc:1048] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Connected to new peer: Peer: permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:30.770738 12224 consensus_queue.cc:1048] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:30.768335 12221 consensus_queue.cc:1048] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.008s
I20260608 09:51:31.823688 12278 raft_consensus.cc:493] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:31.824527 12278 raft_consensus.cc:515] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
W20260608 09:51:31.847968 11947 debug-util.cc:398] Leaking SignalData structure 0x7b0800222c80 after lost signal to thread 605
W20260608 09:51:31.922669   607 debug-util.cc:398] Leaking SignalData structure 0x7b080000fbc0 after lost signal to thread 12253
W20260608 09:51:31.923344   607 kernel_stack_watchdog.cc:198] Thread 12253 stuck at /apache/dev/git/kudu/src/kudu/consensus/log.cc:409 for 169ms:
Kernel stack:
(could not read kernel stack)
User stack:
<Timed out: thread did not respond: maybe it is blocking signals>
I20260608 09:51:32.210026 12278 leader_election.cc:290] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623)
I20260608 09:51:32.211023 12279 raft_consensus.cc:493] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 406cfe3a58dc4ff4a2e886bdeaf7d2ab)
I20260608 09:51:32.211715 12279 raft_consensus.cc:515] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.214280 12279 leader_election.cc:290] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623)
I20260608 09:51:32.254508 12281 raft_consensus.cc:493] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 254ffd3860344409b826662f5a39e887)
I20260608 09:51:32.255465 12093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:32.255330 12281 raft_consensus.cc:515] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.256242 12093 raft_consensus.cc:2468] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 15ca3b5127044a05ba2fb59486eda915 in term 1.
I20260608 09:51:32.257687 12132 leader_election.cc:304] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:32.258029 12281 leader_election.cc:290] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:32.258541 12281 raft_consensus.cc:493] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:32.258721 12279 raft_consensus.cc:2804] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:51:32.259157 12279 raft_consensus.cc:493] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:32.259008 12281 raft_consensus.cc:515] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.259519 12279 raft_consensus.cc:3060] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:51:32.261204 12281 leader_election.cc:290] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:32.261693 12281 raft_consensus.cc:493] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:32.262131 12281 raft_consensus.cc:515] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.264191 12281 leader_election.cc:290] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:32.266469 12279 raft_consensus.cc:515] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.268585 12279 leader_election.cc:290] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 2 election: Requested vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623)
I20260608 09:51:32.269910 12093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
I20260608 09:51:32.270625 12093 raft_consensus.cc:3060] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:51:32.278111 12093 raft_consensus.cc:2468] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 15ca3b5127044a05ba2fb59486eda915 in term 2.
I20260608 09:51:32.279276 12132 leader_election.cc:304] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:32.279997 12279 raft_consensus.cc:2804] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:51:32.280560 12279 raft_consensus.cc:697] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 2 LEADER]: Becoming Leader. State: Replica: 15ca3b5127044a05ba2fb59486eda915, State: Running, Role: LEADER
I20260608 09:51:32.280855 12015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21761d3a621f4b9381be26246231e70a" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:32.280534 12016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:32.281711 12279 consensus_queue.cc:237] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Queue going to LEADER 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: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.282261 12093 raft_consensus.cc:1240] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Rejecting Update request from peer 254ffd3860344409b826662f5a39e887 for earlier term 1. Current term is 2. Ops: [1.1-1.2]
I20260608 09:51:32.292249 12169 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:41976 (request call id 5) took 1589 ms. Trace:
I20260608 09:51:32.292760 12169 rpcz_store.cc:276] 0608 09:51:30.702939 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.703096 (+   157us) service_pool.cc:224] Handling call
0608 09:51:30.703629 (+   533us) raft_consensus.cc:1471] Updating replica for 2 ops
0608 09:51:30.704172 (+   543us) raft_consensus.cc:1534] Early marking committed up to index 0
0608 09:51:30.704212 (+    40us) raft_consensus.cc:1539] Triggering prepare for 2 ops
0608 09:51:30.735218 (+ 31006us) write_op.cc:270] Start()
0608 09:51:30.735417 (+   199us) write_op.cc:276] Timestamp: P: 1780912290678648 usec, L: 0
0608 09:51:30.801201 (+ 65784us) log.cc:844] Serialized 588 byte log entry
0608 09:51:30.813246 (+ 12045us) raft_consensus.cc:1645] Marking committed up to 0
0608 09:51:30.813321 (+    75us) raft_consensus.cc:1697] Filling consensus response to leader.
0608 09:51:30.813455 (+   134us) raft_consensus.cc:1668] Waiting on the replicates to finish logging
0608 09:51:30.816349 (+  2894us) raft_consensus.cc:1685] finished
0608 09:51:30.816389 (+    40us) raft_consensus.cc:1691] UpdateReplicas() finished
0608 09:51:32.292172 (+1475783us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.744592 (+     0us) write_op.cc:183] PREPARE: starting on tablet ee69cb7294e54567a4635306735ce52c
0608 09:51:30.745102 (+   510us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.745130 (+    28us) write_op.cc:435] Acquired schema lock
0608 09:51:30.745148 (+    18us) tablet.cc:662] Decoding operations
0608 09:51:30.745674 (+   526us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.745733 (+    59us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.745762 (+    29us) tablet.cc:685] Acquiring locks for 6 operations
0608 09:51:30.746203 (+   441us) tablet.cc:701] Row locks acquired
0608 09:51:30.746222 (+    19us) write_op.cc:260] PREPARE: finished
Metrics: {"raft.queue_time_us":4915,"raft.run_cpu_time_us":134,"raft.run_wall_time_us":134,"thread_start_us":11532,"threads_started":1,"wal-append.queue_time_us":12034,"wal-append.run_cpu_time_us":3164,"wal-append.run_wall_time_us":1003202,"child_traces":[["op",{"num_ops":6,"partition_lock_wait_us":10,"prepare.queue_time_us":8817,"prepare.run_cpu_time_us":1866,"prepare.run_wall_time_us":1865,"thread_start_us":64507,"threads_started":1}]]}
I20260608 09:51:32.296418 12221 consensus_queue.cc:1059] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:32.298318 12284 raft_consensus.cc:3055] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 09:51:32.298697 12284 raft_consensus.cc:740] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 254ffd3860344409b826662f5a39e887, State: Running, Role: LEADER
I20260608 09:51:32.299633 12284 consensus_queue.cc:260] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.2, Last appended by leader: 2, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.300038 12279 raft_consensus.cc:493] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 254ffd3860344409b826662f5a39e887)
I20260608 09:51:32.300571 12279 raft_consensus.cc:515] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.301468 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:32.302158 12169 raft_consensus.cc:2468] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in term 1.
I20260608 09:51:32.302665 12279 leader_election.cc:290] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623)
I20260608 09:51:32.304214 12167 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21761d3a621f4b9381be26246231e70a" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:32.304724 12090 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:32.305442 12090 raft_consensus.cc:2468] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 15ca3b5127044a05ba2fb59486eda915 in term 1.
I20260608 09:51:32.306983 12132 leader_election.cc:304] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 
I20260608 09:51:32.307967 12224 raft_consensus.cc:2804] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:51:32.308348 12224 raft_consensus.cc:493] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 254ffd3860344409b826662f5a39e887)
I20260608 09:51:32.308777 12015 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee69cb7294e54567a4635306735ce52c" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:32.309360 12284 raft_consensus.cc:3060] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:51:32.310359 12012 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:32.308439 12166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:32.310655 12059 leader_election.cc:304] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [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: 15ca3b5127044a05ba2fb59486eda915, 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 254ffd3860344409b826662f5a39e887
I20260608 09:51:32.313488 12059 leader_election.cc:304] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [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: 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887
I20260608 09:51:32.315114 12016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:32.315331 12250 raft_consensus.cc:2804] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:51:32.308785 12224 raft_consensus.cc:3060] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:51:32.315891 12250 raft_consensus.cc:493] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting leader election (detected failure of leader 254ffd3860344409b826662f5a39e887)
I20260608 09:51:32.316551 12250 raft_consensus.cc:3060] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:51:32.317420 12016 raft_consensus.cc:2410] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 15ca3b5127044a05ba2fb59486eda915 for term 2 because replica has last-logged OpId of term: 1 index: 2, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 09:51:32.311761 12013 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887"
I20260608 09:51:32.325481 12250 raft_consensus.cc:515] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
W20260608 09:51:32.326958 12018 thread.cc:641] prepare [worker] (thread pool) Time spent creating pthread: real 1.559s	user 0.005s	sys 0.025s
I20260608 09:51:32.329149 12014 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9956ab39e3ab484eb9ff182fde5876c6" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
W20260608 09:51:32.329557 12018 thread.cc:608] prepare [worker] (thread pool) Time spent starting thread: real 1.562s	user 0.005s	sys 0.026s
W20260608 09:51:32.330478 12094 thread.cc:641] wal-append [worker] (thread pool) Time spent creating pthread: real 1.580s	user 0.029s	sys 0.034s
W20260608 09:51:32.330971 12094 thread.cc:608] wal-append [worker] (thread pool) Time spent starting thread: real 1.581s	user 0.029s	sys 0.034s
I20260608 09:51:32.331730 12094 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:50344 (request call id 9) took 1615 ms. Trace:
I20260608 09:51:32.331960 12014 raft_consensus.cc:2410] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab for term 2 because replica has last-logged OpId of term: 1 index: 2, which is greater than that of the candidate, which has last-logged OpId of term: 0 index: 0.
I20260608 09:51:32.332103 12094 rpcz_store.cc:276] 0608 09:51:30.716029 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.716193 (+   164us) service_pool.cc:224] Handling call
0608 09:51:30.716719 (+   526us) raft_consensus.cc:1471] Updating replica for 2 ops
0608 09:51:30.717272 (+   553us) raft_consensus.cc:1534] Early marking committed up to index 0
0608 09:51:30.717305 (+    33us) raft_consensus.cc:1539] Triggering prepare for 2 ops
0608 09:51:30.717794 (+   489us) write_op.cc:270] Start()
0608 09:51:30.717936 (+   142us) write_op.cc:276] Timestamp: P: 1780912290691994 usec, L: 0
0608 09:51:30.749986 (+ 32050us) log.cc:844] Serialized 588 byte log entry
0608 09:51:32.331346 (+1581360us) raft_consensus.cc:1645] Marking committed up to 0
0608 09:51:32.331391 (+    45us) raft_consensus.cc:1697] Filling consensus response to leader.
0608 09:51:32.331474 (+    83us) raft_consensus.cc:1668] Waiting on the replicates to finish logging
0608 09:51:32.331516 (+    42us) raft_consensus.cc:1685] finished
0608 09:51:32.331534 (+    18us) raft_consensus.cc:1691] UpdateReplicas() finished
0608 09:51:32.331677 (+   143us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.744320 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9523e254ea76470eb68d67987b12b744
0608 09:51:30.744941 (+   621us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.744973 (+    32us) write_op.cc:435] Acquired schema lock
0608 09:51:30.744988 (+    15us) tablet.cc:662] Decoding operations
0608 09:51:30.745562 (+   574us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.745651 (+    89us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.745679 (+    28us) tablet.cc:685] Acquiring locks for 6 operations
0608 09:51:30.746179 (+   500us) tablet.cc:701] Row locks acquired
0608 09:51:30.746203 (+    24us) write_op.cc:260] PREPARE: finished
Metrics: {"raft.queue_time_us":2615,"raft.run_cpu_time_us":106,"raft.run_wall_time_us":107,"thread_start_us":1580923,"threads_started":1,"wal-append.queue_time_us":161450,"wal-append.run_cpu_time_us":2940,"wal-append.run_wall_time_us":1356895,"child_traces":[["op",{"num_ops":6,"partition_lock_wait_us":29,"prepare.queue_time_us":26001,"prepare.run_cpu_time_us":2200,"prepare.run_wall_time_us":2200,"thread_start_us":30814,"threads_started":1}]]}
W20260608 09:51:32.335856 11947 debug-util.cc:398] Leaking SignalData structure 0x7b08002ba300 after lost signal to thread 11950
I20260608 09:51:32.337266 12224 raft_consensus.cc:515] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.340965 12224 leader_election.cc:290] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 2 election: Requested vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623)
I20260608 09:51:32.344229 12091 raft_consensus.cc:1240] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Rejecting Update request from peer 254ffd3860344409b826662f5a39e887 for earlier term 1. Current term is 2. Ops: [1.2-1.2]
I20260608 09:51:32.347400 12169 raft_consensus.cc:1240] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 2 LEADER]: Rejecting Update request from peer 254ffd3860344409b826662f5a39e887 for earlier term 1. Current term is 2. Ops: []
I20260608 09:51:32.351317 12014 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887"
W20260608 09:51:32.353602 12168 thread.cc:641] wal-append [worker] (thread pool) Time spent creating pthread: real 1.548s	user 0.028s	sys 0.103s
W20260608 09:51:32.358251 12168 thread.cc:608] wal-append [worker] (thread pool) Time spent starting thread: real 1.552s	user 0.028s	sys 0.104s
I20260608 09:51:32.358829 12280 raft_consensus.cc:493] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 406cfe3a58dc4ff4a2e886bdeaf7d2ab)
I20260608 09:51:32.359067 12168 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:41976 (request call id 7) took 1583 ms. Trace:
I20260608 09:51:32.359380 12280 raft_consensus.cc:515] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.348708 12284 consensus_queue.cc:1048] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.010s
I20260608 09:51:32.363965 12166 raft_consensus.cc:1240] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Rejecting Update request from peer 254ffd3860344409b826662f5a39e887 for earlier term 1. Current term is 2. Ops: [1.2-1.2]
I20260608 09:51:32.364902 12279 raft_consensus.cc:493] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 406cfe3a58dc4ff4a2e886bdeaf7d2ab)
I20260608 09:51:32.365384 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
I20260608 09:51:32.365803 12014 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887"
I20260608 09:51:32.365442 12279 raft_consensus.cc:515] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:32.375353 12250 leader_election.cc:290] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [CANDIDATE]: Term 2 election: Requested vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:32.378213 12284 consensus_queue.cc:1059] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:51:32.379065 12166 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee69cb7294e54567a4635306735ce52c" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:32.383229 12132 leader_election.cc:304] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915; no voters: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab
I20260608 09:51:32.359426 12168 rpcz_store.cc:276] 0608 09:51:30.775789 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.779569 (+  3780us) service_pool.cc:224] Handling call
0608 09:51:30.780274 (+   705us) raft_consensus.cc:1471] Updating replica for 2 ops
0608 09:51:30.780916 (+   642us) raft_consensus.cc:1534] Early marking committed up to index 0
0608 09:51:30.780953 (+    37us) raft_consensus.cc:1539] Triggering prepare for 2 ops
0608 09:51:30.781586 (+   633us) write_op.cc:270] Start()
0608 09:51:30.781727 (+   141us) write_op.cc:276] Timestamp: P: 1780912290689297 usec, L: 0
0608 09:51:30.805417 (+ 23690us) log.cc:844] Serialized 631 byte log entry
0608 09:51:32.358649 (+1553232us) raft_consensus.cc:1645] Marking committed up to 0
0608 09:51:32.358699 (+    50us) raft_consensus.cc:1697] Filling consensus response to leader.
0608 09:51:32.358813 (+   114us) raft_consensus.cc:1668] Waiting on the replicates to finish logging
0608 09:51:32.358870 (+    57us) raft_consensus.cc:1685] finished
0608 09:51:32.358882 (+    12us) raft_consensus.cc:1691] UpdateReplicas() finished
0608 09:51:32.359013 (+   131us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.800751 (+     0us) write_op.cc:183] PREPARE: starting on tablet 4d64c7c5ce3b4cd29791c28fc6937ba9
0608 09:51:30.801410 (+   659us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.801445 (+    35us) write_op.cc:435] Acquired schema lock
0608 09:51:30.801465 (+    20us) tablet.cc:662] Decoding operations
0608 09:51:30.802379 (+   914us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.802509 (+   130us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.802557 (+    48us) tablet.cc:685] Acquiring locks for 7 operations
0608 09:51:30.803176 (+   619us) tablet.cc:701] Row locks acquired
0608 09:51:30.803211 (+    35us) write_op.cc:260] PREPARE: finished
Metrics: {"raft.queue_time_us":1657,"raft.run_cpu_time_us":118,"raft.run_wall_time_us":118,"thread_start_us":1552729,"threads_started":1,"wal-append.queue_time_us":652984,"child_traces":[["op",{"num_ops":7,"partition_lock_wait_us":52,"prepare.queue_time_us":4205,"prepare.run_cpu_time_us":2891,"prepare.run_wall_time_us":2890}]]}
I20260608 09:51:32.381224 12280 leader_election.cc:290] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:32.411530 12018 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:35386 (request call id 5) took 1703 ms. Trace:
I20260608 09:51:32.412693 12250 raft_consensus.cc:493] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 254ffd3860344409b826662f5a39e887)
I20260608 09:51:32.415902 12250 raft_consensus.cc:515] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.416769 12291 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41978 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=1, attempt_no=0}) took 1690 ms. Trace:
I20260608 09:51:32.386787 12224 raft_consensus.cc:2749] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
W20260608 09:51:32.369563 12059 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.150.131:33201, user_credentials={real_user=slave}} blocked reactor thread for 56203.3us
I20260608 09:51:32.419102 12014 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9523e254ea76470eb68d67987b12b744" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:32.420107 12059 leader_election.cc:304] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [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: 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887
I20260608 09:51:32.420495 12092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee69cb7294e54567a4635306735ce52c" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:32.422689 12225 raft_consensus.cc:2749] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:51:32.412942 12018 rpcz_store.cc:276] 0608 09:51:30.708193 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.708393 (+   200us) service_pool.cc:224] Handling call
0608 09:51:30.708940 (+   547us) raft_consensus.cc:1471] Updating replica for 2 ops
0608 09:51:30.709476 (+   536us) raft_consensus.cc:1534] Early marking committed up to index 0
0608 09:51:30.709513 (+    37us) raft_consensus.cc:1539] Triggering prepare for 2 ops
0608 09:51:30.710159 (+   646us) write_op.cc:270] Start()
0608 09:51:30.710296 (+   137us) write_op.cc:276] Timestamp: P: 1780912290678648 usec, L: 0
0608 09:51:32.330704 (+1620408us) log.cc:844] Serialized 588 byte log entry
0608 09:51:32.358318 (+ 27614us) raft_consensus.cc:1645] Marking committed up to 0
0608 09:51:32.358380 (+    62us) raft_consensus.cc:1697] Filling consensus response to leader.
0608 09:51:32.358503 (+   123us) raft_consensus.cc:1668] Waiting on the replicates to finish logging
0608 09:51:32.411256 (+ 52753us) raft_consensus.cc:1685] finished
0608 09:51:32.411278 (+    22us) raft_consensus.cc:1691] UpdateReplicas() finished
0608 09:51:32.411455 (+   177us) inbound_call.cc:177] Queueing success response
Related trace 'op':
Metrics: {"raft.queue_time_us":1213,"raft.run_cpu_time_us":109,"raft.run_wall_time_us":109,"thread_start_us":22782,"threads_started":1,"wal-append.queue_time_us":73130,"child_traces":[["op",{"mutex_wait_us":40014,"thread_start_us":1561929,"threads_started":1}]]}
I20260608 09:51:32.434602 12250 leader_election.cc:290] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:32.441481 12285 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50370 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=4, attempt_no=0}) took 1766 ms. Trace:
I20260608 09:51:32.432920 12132 leader_election.cc:304] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915; no voters: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab
W20260608 09:51:32.444689 12268 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 1.624s ago.
I20260608 09:51:32.445628 12268 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=6, attempt_no=0}) took 1765 ms. Trace:
I20260608 09:51:32.448047 12224 raft_consensus.cc:2749] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 09:51:32.455355 11947 debug-util.cc:398] Leaking SignalData structure 0x7b08002f0660 after lost signal to thread 12043
W20260608 09:51:32.457006 11947 debug-util.cc:398] Leaking SignalData structure 0x7b08001aa880 after lost signal to thread 12119
I20260608 09:51:32.458011 12091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
W20260608 09:51:32.464967 11947 debug-util.cc:398] Leaking SignalData structure 0x7b0800041660 after lost signal to thread 12193
I20260608 09:51:32.464129 12279 leader_election.cc:290] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381)
I20260608 09:51:32.442646 12285 rpcz_store.cc:276] 0608 09:51:30.674943 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.675108 (+   165us) service_pool.cc:224] Handling call
0608 09:51:32.441247 (+1766139us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.687152 (+     0us) write_op.cc:183] PREPARE: starting on tablet 4d64c7c5ce3b4cd29791c28fc6937ba9
0608 09:51:30.687766 (+   614us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.687798 (+    32us) write_op.cc:435] Acquired schema lock
0608 09:51:30.687826 (+    28us) tablet.cc:662] Decoding operations
0608 09:51:30.688604 (+   778us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.688655 (+    51us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.688683 (+    28us) tablet.cc:685] Acquiring locks for 7 operations
0608 09:51:30.689153 (+   470us) tablet.cc:701] Row locks acquired
0608 09:51:30.689172 (+    19us) write_op.cc:260] PREPARE: finished
0608 09:51:30.689345 (+   173us) write_op.cc:270] Start()
0608 09:51:30.689462 (+   117us) write_op.cc:276] Timestamp: P: 1780912290689297 usec, L: 0
0608 09:51:30.689482 (+    20us) op_driver.cc:348] REPLICATION: starting
0608 09:51:30.700708 (+ 11226us) log.cc:844] Serialized 605 byte log entry
0608 09:51:32.437216 (+1736508us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.437597 (+   381us) write_op.cc:301] APPLY: starting
0608 09:51:32.437710 (+   113us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.438031 (+   321us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.438156 (+   125us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.439744 (+  1588us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.440008 (+   264us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.440075 (+    67us) write_op.cc:312] APPLY: finished
0608 09:51:32.440422 (+   347us) log.cc:844] Serialized 58 byte log entry
0608 09:51:32.440694 (+   272us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.440828 (+   134us) write_op.cc:454] Released schema lock
0608 09:51:32.440879 (+    51us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":121,"num_ops":7,"prepare.queue_time_us":10507,"prepare.run_cpu_time_us":62200,"prepare.run_wall_time_us":121123,"raft.queue_time_us":13956,"raft.run_cpu_time_us":1140,"raft.run_wall_time_us":1140,"replication_time_us":1747580,"thread_start_us":162769,"threads_started":2}]]}
I20260608 09:51:32.472086 12293 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50370 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=0, attempt_no=0}) took 1797 ms. Trace:
I20260608 09:51:32.457690 12018 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "15ca3b5127044a05ba2fb59486eda915" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "254ffd3860344409b826662f5a39e887" is_pre_election: true
I20260608 09:51:32.472564 12293 rpcz_store.cc:276] 0608 09:51:30.674530 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.674724 (+   194us) service_pool.cc:224] Handling call
0608 09:51:32.471887 (+1797163us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.676624 (+     0us) write_op.cc:183] PREPARE: starting on tablet ee69cb7294e54567a4635306735ce52c
0608 09:51:30.677310 (+   686us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.677344 (+    34us) write_op.cc:435] Acquired schema lock
0608 09:51:30.677363 (+    19us) tablet.cc:662] Decoding operations
0608 09:51:30.677968 (+   605us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.678026 (+    58us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.678055 (+    29us) tablet.cc:685] Acquiring locks for 6 operations
0608 09:51:30.678508 (+   453us) tablet.cc:701] Row locks acquired
0608 09:51:30.678527 (+    19us) write_op.cc:260] PREPARE: finished
0608 09:51:30.678693 (+   166us) write_op.cc:270] Start()
0608 09:51:30.678858 (+   165us) write_op.cc:276] Timestamp: P: 1780912290678648 usec, L: 0
0608 09:51:30.678878 (+    20us) op_driver.cc:348] REPLICATION: starting
0608 09:51:30.679632 (+   754us) log.cc:844] Serialized 562 byte log entry
0608 09:51:32.302205 (+1622573us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.383208 (+ 81003us) write_op.cc:301] APPLY: starting
0608 09:51:32.383341 (+   133us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.383641 (+   300us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.383766 (+   125us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.461117 (+ 77351us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.464696 (+  3579us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.464760 (+    64us) write_op.cc:312] APPLY: finished
0608 09:51:32.465022 (+   262us) log.cc:844] Serialized 52 byte log entry
0608 09:51:32.465252 (+   230us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.465363 (+   111us) write_op.cc:454] Released schema lock
0608 09:51:32.465407 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":80716,"num_ops":6,"prepare.queue_time_us":143,"prepare.run_cpu_time_us":3660,"prepare.run_wall_time_us":10361,"raft.queue_time_us":5907,"raft.run_cpu_time_us":1286,"raft.run_wall_time_us":1282,"replication_time_us":1623197,"thread_start_us":78084,"threads_started":1}]]}
I20260608 09:51:32.476013 12133 leader_election.cc:304] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [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: 15ca3b5127044a05ba2fb59486eda915; no voters: 254ffd3860344409b826662f5a39e887, 406cfe3a58dc4ff4a2e886bdeaf7d2ab
I20260608 09:51:32.479077 12279 raft_consensus.cc:2749] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:51:32.484097 12288 raft_consensus.cc:2749] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:51:32.417227 12291 rpcz_store.cc:276] 0608 09:51:30.725990 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.728545 (+  2555us) service_pool.cc:224] Handling call
0608 09:51:32.416558 (+1688013us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.735146 (+     0us) write_op.cc:183] PREPARE: starting on tablet 21761d3a621f4b9381be26246231e70a
0608 09:51:30.735788 (+   642us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.735817 (+    29us) write_op.cc:435] Acquired schema lock
0608 09:51:30.735835 (+    18us) tablet.cc:662] Decoding operations
0608 09:51:30.736668 (+   833us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.736717 (+    49us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.736758 (+    41us) tablet.cc:685] Acquiring locks for 9 operations
0608 09:51:30.737273 (+   515us) tablet.cc:701] Row locks acquired
0608 09:51:30.737291 (+    18us) write_op.cc:260] PREPARE: finished
0608 09:51:30.737471 (+   180us) write_op.cc:270] Start()
0608 09:51:30.737598 (+   127us) write_op.cc:276] Timestamp: P: 1780912290737419 usec, L: 0
0608 09:51:30.737616 (+    18us) op_driver.cc:348] REPLICATION: starting
0608 09:51:30.738932 (+  1316us) log.cc:844] Serialized 692 byte log entry
0608 09:51:32.352078 (+1613146us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.413218 (+ 61140us) write_op.cc:301] APPLY: starting
0608 09:51:32.413322 (+   104us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.413562 (+   240us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.413650 (+    88us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.415301 (+  1651us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.415519 (+   218us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.415567 (+    48us) write_op.cc:312] APPLY: finished
0608 09:51:32.415838 (+   271us) log.cc:844] Serialized 70 byte log entry
0608 09:51:32.416058 (+   220us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.416173 (+   115us) write_op.cc:454] Released schema lock
0608 09:51:32.416220 (+    47us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":60944,"num_ops":9,"prepare.queue_time_us":4988,"prepare.run_cpu_time_us":3864,"prepare.run_wall_time_us":9296,"raft.queue_time_us":5869,"raft.run_cpu_time_us":1568,"raft.run_wall_time_us":2746,"replication_time_us":1614336,"thread_start_us":49958,"threads_started":1}]]}
I20260608 09:51:32.446254 12268 rpcz_store.cc:276] 0608 09:51:30.680719 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.704399 (+ 23680us) service_pool.cc:224] Handling call
0608 09:51:32.445542 (+1741143us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.442133 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9956ab39e3ab484eb9ff182fde5876c6
0608 09:51:32.442647 (+   514us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.442676 (+    29us) write_op.cc:435] Acquired schema lock
0608 09:51:32.442691 (+    15us) tablet.cc:662] Decoding operations
0608 09:51:32.443411 (+   720us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.443462 (+    51us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.443488 (+    26us) tablet.cc:685] Acquiring locks for 9 operations
0608 09:51:32.444037 (+   549us) tablet.cc:701] Row locks acquired
0608 09:51:32.444055 (+    18us) write_op.cc:260] PREPARE: finished
0608 09:51:32.444348 (+   293us) op_driver.cc:389] HandleFailure(Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 1.624s ago.)
0608 09:51:32.444391 (+    43us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.444476 (+    85us) write_op.cc:454] Released schema lock
0608 09:51:32.444514 (+    38us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"num_ops":9,"prepare.queue_time_us":1736249}]]}
I20260608 09:51:32.501741 12291 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41978 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=8, attempt_no=0}) took 1775 ms. Trace:
I20260608 09:51:32.504455 12244 raft_consensus.cc:493] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 406cfe3a58dc4ff4a2e886bdeaf7d2ab)
I20260608 09:51:32.505136 12244 raft_consensus.cc:515] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:32.504943 12220 raft_consensus.cc:3055] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 1 LEADER]: Stepping down as leader of term 1
I20260608 09:51:32.508699 12220 raft_consensus.cc:740] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 254ffd3860344409b826662f5a39e887, State: Running, Role: LEADER
I20260608 09:51:32.510918 12220 consensus_queue.cc:260] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.3, Last appended by leader: 3, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
W20260608 09:51:32.512907 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
I20260608 09:51:32.519315 12244 leader_election.cc:290] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:32.519979 12167 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
W20260608 09:51:32.520431 12268 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 1.700s ago.
I20260608 09:51:32.520675 12167 raft_consensus.cc:2468] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 1.
I20260608 09:51:32.521247 12268 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=14, attempt_no=0}) took 1816 ms. Trace:
I20260608 09:51:32.522187 11984 leader_election.cc:304] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [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: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887; no voters: 
I20260608 09:51:32.523145 12292 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41978 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=16, attempt_no=0}) took 1791 ms. Trace:
I20260608 09:51:32.521617 12268 rpcz_store.cc:276] 0608 09:51:30.704662 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.709290 (+  4628us) service_pool.cc:224] Handling call
0608 09:51:32.521176 (+1811886us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.500742 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9956ab39e3ab484eb9ff182fde5876c6
0608 09:51:32.501457 (+   715us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.501496 (+    39us) write_op.cc:435] Acquired schema lock
0608 09:51:32.501514 (+    18us) tablet.cc:662] Decoding operations
0608 09:51:32.502305 (+   791us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.502359 (+    54us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.502416 (+    57us) tablet.cc:685] Acquiring locks for 7 operations
0608 09:51:32.507875 (+  5459us) tablet.cc:701] Row locks acquired
0608 09:51:32.508553 (+   678us) write_op.cc:260] PREPARE: finished
0608 09:51:32.520205 (+ 11652us) op_driver.cc:389] HandleFailure(Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 1.700s ago.)
0608 09:51:32.520260 (+    55us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.520340 (+    80us) write_op.cc:454] Released schema lock
0608 09:51:32.520392 (+    52us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"mutex_wait_us":54615,"num_ops":7,"prepare.queue_time_us":1789486}]]}
I20260608 09:51:32.533644 12221 raft_consensus.cc:493] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 15ca3b5127044a05ba2fb59486eda915)
I20260608 09:51:32.534734 12221 raft_consensus.cc:515] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:32.530853 12244 raft_consensus.cc:2804] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260608 09:51:32.539098 12244 raft_consensus.cc:493] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 406cfe3a58dc4ff4a2e886bdeaf7d2ab)
I20260608 09:51:32.539460 12244 raft_consensus.cc:3060] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Advancing to term 2
I20260608 09:51:32.541145 12304 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:41978 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=19, attempt_no=0}) took 1813 ms. Trace:
I20260608 09:51:32.541456 12304 rpcz_store.cc:276] 0608 09:51:30.727222 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.733445 (+  6223us) service_pool.cc:224] Handling call
0608 09:51:32.540975 (+1807530us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.448618 (+     0us) write_op.cc:183] PREPARE: starting on tablet 21761d3a621f4b9381be26246231e70a
0608 09:51:32.449301 (+   683us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.449344 (+    43us) write_op.cc:435] Acquired schema lock
0608 09:51:32.449370 (+    26us) tablet.cc:662] Decoding operations
0608 09:51:32.454307 (+  4937us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.454372 (+    65us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.454414 (+    42us) tablet.cc:685] Acquiring locks for 6 operations
0608 09:51:32.455195 (+   781us) tablet.cc:701] Row locks acquired
0608 09:51:32.455210 (+    15us) write_op.cc:260] PREPARE: finished
0608 09:51:32.455387 (+   177us) write_op.cc:270] Start()
0608 09:51:32.455523 (+   136us) write_op.cc:276] Timestamp: P: 1780912292455334 usec, L: 0
0608 09:51:32.455546 (+    23us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.456227 (+   681us) log.cc:844] Serialized 562 byte log entry
0608 09:51:32.519643 (+ 63416us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.536723 (+ 17080us) write_op.cc:301] APPLY: starting
0608 09:51:32.536838 (+   115us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.537030 (+   192us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.537146 (+   116us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.538356 (+  1210us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.538556 (+   200us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.538602 (+    46us) write_op.cc:312] APPLY: finished
0608 09:51:32.538847 (+   245us) log.cc:844] Serialized 52 byte log entry
0608 09:51:32.540491 (+  1644us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.540588 (+    97us) write_op.cc:454] Released schema lock
0608 09:51:32.540632 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":16849,"num_ops":6,"prepare.queue_time_us":1713635,"prepare.run_cpu_time_us":3476,"prepare.run_wall_time_us":7922,"replication_time_us":63981,"thread_start_us":12369,"threads_started":1}]]}
W20260608 09:51:32.528357 12059 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.131:33201, user_credentials={real_user=slave}} blocked reactor thread for 106954us
I20260608 09:51:32.523820 12292 rpcz_store.cc:276] 0608 09:51:30.726816 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.731883 (+  5067us) service_pool.cc:224] Handling call
0608 09:51:32.517706 (+1785823us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.350983 (+     0us) write_op.cc:183] PREPARE: starting on tablet 21761d3a621f4b9381be26246231e70a
0608 09:51:32.351707 (+   724us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.351739 (+    32us) write_op.cc:435] Acquired schema lock
0608 09:51:32.351755 (+    16us) tablet.cc:662] Decoding operations
0608 09:51:32.352958 (+  1203us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.353024 (+    66us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.353065 (+    41us) tablet.cc:685] Acquiring locks for 12 operations
0608 09:51:32.403664 (+ 50599us) tablet.cc:701] Row locks acquired
0608 09:51:32.403685 (+    21us) write_op.cc:260] PREPARE: finished
0608 09:51:32.403909 (+   224us) write_op.cc:270] Start()
0608 09:51:32.404078 (+   169us) write_op.cc:276] Timestamp: P: 1780912292403848 usec, L: 0
0608 09:51:32.404098 (+    20us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.409933 (+  5835us) log.cc:844] Serialized 821 byte log entry
0608 09:51:32.445340 (+ 35407us) spinlock_profiling.cc:243] Waited 5.05 ms on lock 0x7b5400186d54. stack: 00007fe0803983a1 00007fe0803981c8 00007fe07fb73f11 000000000047cd55 000000000047cca8 00007fe083a4b5cb 00007fe083b58115 00007fe0876b0788 00007fe0876af660 00007fe0876b9950 00007fe0876b98b0 00007fe0876b9810 00007fe0876b97b0 00007fe0876b792f 0000000000497fd6 0000000000497c68
0608 09:51:32.513528 (+ 68188us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.513918 (+   390us) write_op.cc:301] APPLY: starting
0608 09:51:32.514021 (+   103us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.514312 (+   291us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.514333 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.516329 (+  1996us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.516586 (+   257us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.516634 (+    48us) write_op.cc:312] APPLY: finished
0608 09:51:32.516985 (+   351us) log.cc:844] Serialized 88 byte log entry
0608 09:51:32.517204 (+   219us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.517332 (+   128us) write_op.cc:454] Released schema lock
0608 09:51:32.517382 (+    50us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":100,"mutex_wait_us":1412,"num_ops":12,"prepare.queue_time_us":1617340,"prepare.run_cpu_time_us":7741,"prepare.run_wall_time_us":94554,"replication_time_us":109289,"spinlock_wait_cycles":11609856}]]}
W20260608 09:51:32.557912 12268 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 1.738s ago.
I20260608 09:51:32.558135 12093 raft_consensus.cc:1275] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Refusing update from remote peer 15ca3b5127044a05ba2fb59486eda915: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260608 09:51:32.558791 12268 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=22, attempt_no=0}) took 1836 ms. Trace:
I20260608 09:51:32.560636 12221 leader_election.cc:290] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:32.559168 12268 rpcz_store.cc:276] 0608 09:51:30.722447 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:32.244494 (+1522047us) service_pool.cc:224] Handling call
0608 09:51:32.558725 (+314231us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.530187 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9956ab39e3ab484eb9ff182fde5876c6
0608 09:51:32.556081 (+ 25894us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.556118 (+    37us) write_op.cc:435] Acquired schema lock
0608 09:51:32.556136 (+    18us) tablet.cc:662] Decoding operations
0608 09:51:32.556847 (+   711us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.556920 (+    73us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.556950 (+    30us) tablet.cc:685] Acquiring locks for 8 operations
0608 09:51:32.557451 (+   501us) tablet.cc:701] Row locks acquired
0608 09:51:32.557471 (+    20us) write_op.cc:260] PREPARE: finished
0608 09:51:32.557687 (+   216us) op_driver.cc:389] HandleFailure(Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 1.738s ago.)
0608 09:51:32.557721 (+    34us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.557807 (+    86us) write_op.cc:454] Released schema lock
0608 09:51:32.557848 (+    41us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"mutex_wait_us":197574,"num_ops":8,"prepare.queue_time_us":279952}]]}
I20260608 09:51:32.563552 12296 consensus_queue.cc:1048] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:32.502419 12291 rpcz_store.cc:276] 0608 09:51:30.726415 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.730252 (+  3837us) service_pool.cc:224] Handling call
0608 09:51:32.501677 (+1771425us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.746679 (+     0us) write_op.cc:183] PREPARE: starting on tablet 21761d3a621f4b9381be26246231e70a
0608 09:51:30.747398 (+   719us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.747435 (+    37us) write_op.cc:435] Acquired schema lock
0608 09:51:30.747456 (+    21us) tablet.cc:662] Decoding operations
0608 09:51:30.748319 (+   863us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.748397 (+    78us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.748437 (+    40us) tablet.cc:685] Acquiring locks for 8 operations
0608 09:51:30.749082 (+   645us) tablet.cc:701] Row locks acquired
0608 09:51:30.749104 (+    22us) write_op.cc:260] PREPARE: finished
0608 09:51:30.749346 (+   242us) write_op.cc:270] Start()
0608 09:51:30.749495 (+   149us) write_op.cc:276] Timestamp: P: 1780912290749254 usec, L: 0
0608 09:51:30.749539 (+    44us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.334134 (+1584595us) spinlock_profiling.cc:243] Waited 8.62 ms on lock 0x7b540043e598. stack: 00007fe0803983a1 00007fe0803981c8 00007fe07fb73f11 000000000047cd55 000000000047cca8 00007fe088fc9152 00007fe083ae4fb6 00007fe083a651e8 00007fe083a64ae6 00007fe083b576ff 00007fe083b58072 00007fe0876b0788 00007fe0876af660 00007fe0876b9950 00007fe0876b98b0 00007fe0876b9810
0608 09:51:32.334526 (+   392us) log.cc:844] Serialized 649 byte log entry
0608 09:51:32.492207 (+157681us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.497940 (+  5733us) write_op.cc:301] APPLY: starting
0608 09:51:32.498026 (+    86us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.498258 (+   232us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.498278 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.499729 (+  1451us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.499984 (+   255us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.500033 (+    49us) write_op.cc:312] APPLY: finished
0608 09:51:32.500303 (+   270us) log.cc:844] Serialized 64 byte log entry
0608 09:51:32.501134 (+   831us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.501251 (+   117us) write_op.cc:454] Released schema lock
0608 09:51:32.501304 (+    53us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":5479,"mutex_wait_us":14136,"num_ops":8,"prepare.queue_time_us":14831,"prepare.run_cpu_time_us":31019,"prepare.run_wall_time_us":1588206,"replication_time_us":1742537,"spinlock_wait_cycles":19826048}]]}
I20260608 09:51:32.563387 11916 catalog_manager.cc:5696] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 reported cstate change: term changed from 1 to 2, leader changed from 254ffd3860344409b826662f5a39e887 (127.0.150.129) to 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131). New cstate: current_term: 2 leader_uuid: "15ca3b5127044a05ba2fb59486eda915" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } health_report { overall_health: HEALTHY } } }
I20260608 09:51:32.566111 12167 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21761d3a621f4b9381be26246231e70a" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:32.558266 12220 raft_consensus.cc:3060] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Advancing to term 2
W20260608 09:51:32.568857 12255 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 0.122s ago.
I20260608 09:51:32.571288 12244 raft_consensus.cc:515] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:32.582973 12014 raft_consensus.cc:1275] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Refusing update from remote peer 15ca3b5127044a05ba2fb59486eda915: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 2. (term mismatch)
I20260608 09:51:32.582849 12255 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=13, attempt_no=0}) took 1878 ms. Trace:
I20260608 09:51:32.583455 12014 pending_rounds.cc:85] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: Aborting all ops after (but not including) 1
I20260608 09:51:32.584522 12014 pending_rounds.cc:107] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: Aborting uncommitted WRITE_OP operation due to leader change: 1.2
W20260608 09:51:32.587777 12014 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Aborted: Op aborted by new leader
I20260608 09:51:32.571664 12017 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:35380 (request call id 6) took 1811 ms. Trace:
I20260608 09:51:32.590493 12167 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915"
I20260608 09:51:32.610395 12167 raft_consensus.cc:2393] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 406cfe3a58dc4ff4a2e886bdeaf7d2ab in current term 2: Already voted for candidate 15ca3b5127044a05ba2fb59486eda915 in this term.
I20260608 09:51:32.593500 12019 rpcz_store.cc:275] Call kudu.consensus.ConsensusService.UpdateConsensus from 127.0.0.1:35386 (request call id 7) took 1859 ms. Trace:
I20260608 09:51:32.594254 12014 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=5, attempt_no=0}) took 1914 ms. Trace:
I20260608 09:51:32.598412 12305 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=2, attempt_no=0}) took 1918 ms. Trace:
I20260608 09:51:32.583652 12255 rpcz_store.cc:276] 0608 09:51:30.704255 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.718179 (+ 13924us) service_pool.cc:224] Handling call
0608 09:51:32.582757 (+1864578us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.566783 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8c22b3325fdf47cf8c28fe5b0e9d9037
0608 09:51:32.567363 (+   580us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.567409 (+    46us) write_op.cc:435] Acquired schema lock
0608 09:51:32.567428 (+    19us) tablet.cc:662] Decoding operations
0608 09:51:32.567851 (+   423us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.567898 (+    47us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.567927 (+    29us) tablet.cc:685] Acquiring locks for 4 operations
0608 09:51:32.568292 (+   365us) tablet.cc:701] Row locks acquired
0608 09:51:32.568311 (+    19us) write_op.cc:260] PREPARE: finished
0608 09:51:32.568538 (+   227us) op_driver.cc:389] HandleFailure(Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 0.122s ago.)
0608 09:51:32.568596 (+    58us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.568655 (+    59us) write_op.cc:454] Released schema lock
0608 09:51:32.568690 (+    35us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"mutex_wait_us":1622452,"num_ops":4,"prepare.queue_time_us":1846646}]]}
I20260608 09:51:32.608548 12017 rpcz_store.cc:276] 0608 09:51:30.760048 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.760254 (+   206us) service_pool.cc:224] Handling call
0608 09:51:30.760969 (+   715us) raft_consensus.cc:1471] Updating replica for 2 ops
0608 09:51:30.766819 (+  5850us) raft_consensus.cc:1534] Early marking committed up to index 0
0608 09:51:30.766858 (+    39us) raft_consensus.cc:1539] Triggering prepare for 2 ops
0608 09:51:30.767508 (+   650us) write_op.cc:270] Start()
0608 09:51:30.767658 (+   150us) write_op.cc:276] Timestamp: P: 1780912290737419 usec, L: 0
0608 09:51:32.449529 (+1681871us) log.cc:844] Serialized 718 byte log entry
0608 09:51:32.531059 (+ 81530us) raft_consensus.cc:1645] Marking committed up to 0
0608 09:51:32.531950 (+   891us) raft_consensus.cc:1697] Filling consensus response to leader.
0608 09:51:32.546029 (+ 14079us) raft_consensus.cc:1668] Waiting on the replicates to finish logging
0608 09:51:32.548642 (+  2613us) raft_consensus.cc:1685] finished
0608 09:51:32.549551 (+   909us) raft_consensus.cc:1691] UpdateReplicas() finished
0608 09:51:32.555640 (+  6089us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.487695 (+     0us) write_op.cc:183] PREPARE: starting on tablet 21761d3a621f4b9381be26246231e70a
0608 09:51:32.488419 (+   724us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.488464 (+    45us) write_op.cc:435] Acquired schema lock
0608 09:51:32.488488 (+    24us) tablet.cc:662] Decoding operations
0608 09:51:32.489424 (+   936us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.489527 (+   103us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.489564 (+    37us) tablet.cc:685] Acquiring locks for 9 operations
0608 09:51:32.513333 (+ 23769us) tablet.cc:701] Row locks acquired
0608 09:51:32.513358 (+    25us) write_op.cc:260] PREPARE: finished
Metrics: {"mutex_wait_us":2895,"raft.queue_time_us":15629,"raft.run_cpu_time_us":209,"raft.run_wall_time_us":209,"thread_start_us":78306,"threads_started":1,"wal-append.queue_time_us":87108,"child_traces":[["op",{"mutex_wait_us":119269,"num_ops":9,"partition_lock_wait_us":32,"prepare.queue_time_us":136698,"prepare.run_cpu_time_us":3045,"prepare.run_wall_time_us":47072}]]}
I20260608 09:51:32.621317 12167 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915"
I20260608 09:51:32.622007 12244 leader_election.cc:290] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 2 election: Requested vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:32.623381 12167 raft_consensus.cc:3060] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Advancing to term 2
W20260608 09:51:32.631286 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:32.625613 12255 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 0.179s ago.
W20260608 09:51:32.645063 12146 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:32.611187 12019 rpcz_store.cc:276] 0608 09:51:30.733833 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.734065 (+   232us) service_pool.cc:224] Handling call
0608 09:51:30.734759 (+   694us) raft_consensus.cc:1471] Updating replica for 2 ops
0608 09:51:30.735438 (+   679us) raft_consensus.cc:1534] Early marking committed up to index 0
0608 09:51:30.735498 (+    60us) raft_consensus.cc:1539] Triggering prepare for 2 ops
0608 09:51:30.736142 (+   644us) write_op.cc:270] Start()
0608 09:51:30.736303 (+   161us) write_op.cc:276] Timestamp: P: 1780912290689297 usec, L: 0
0608 09:51:32.431988 (+1695685us) log.cc:844] Serialized 631 byte log entry
0608 09:51:32.504266 (+ 72278us) raft_consensus.cc:1645] Marking committed up to 0
0608 09:51:32.504297 (+    31us) raft_consensus.cc:1697] Filling consensus response to leader.
0608 09:51:32.504408 (+   111us) raft_consensus.cc:1668] Waiting on the replicates to finish logging
0608 09:51:32.593219 (+ 88811us) raft_consensus.cc:1685] finished
0608 09:51:32.593252 (+    33us) raft_consensus.cc:1691] UpdateReplicas() finished
0608 09:51:32.593427 (+   175us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.440298 (+     0us) write_op.cc:183] PREPARE: starting on tablet 4d64c7c5ce3b4cd29791c28fc6937ba9
0608 09:51:32.440757 (+   459us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.440787 (+    30us) write_op.cc:435] Acquired schema lock
0608 09:51:32.440803 (+    16us) tablet.cc:662] Decoding operations
0608 09:51:32.441362 (+   559us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.441432 (+    70us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.441458 (+    26us) tablet.cc:685] Acquiring locks for 7 operations
0608 09:51:32.446920 (+  5462us) tablet.cc:701] Row locks acquired
0608 09:51:32.446942 (+    22us) write_op.cc:260] PREPARE: finished
Metrics: {"raft.queue_time_us":2288,"raft.run_cpu_time_us":120,"raft.run_wall_time_us":121,"thread_start_us":71884,"threads_started":1,"wal-append.queue_time_us":118311,"child_traces":[["op",{"mutex_wait_us":1657495,"num_ops":7,"partition_lock_wait_us":18,"prepare.queue_time_us":1703603,"prepare.run_cpu_time_us":1949,"prepare.run_wall_time_us":15516,"thread_start_us":37875,"threads_started":1}]]}
I20260608 09:51:32.611289 12014 rpcz_store.cc:276] 0608 09:51:30.680321 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.685243 (+  4922us) service_pool.cc:224] Handling call
0608 09:51:32.594194 (+1908951us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.702955 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9956ab39e3ab484eb9ff182fde5876c6
0608 09:51:30.703550 (+   595us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.703579 (+    29us) write_op.cc:435] Acquired schema lock
0608 09:51:30.703608 (+    29us) tablet.cc:662] Decoding operations
0608 09:51:30.704407 (+   799us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.704478 (+    71us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.704512 (+    34us) tablet.cc:685] Acquiring locks for 10 operations
0608 09:51:30.705152 (+   640us) tablet.cc:701] Row locks acquired
0608 09:51:30.705171 (+    19us) write_op.cc:260] PREPARE: finished
0608 09:51:30.705345 (+   174us) write_op.cc:270] Start()
0608 09:51:30.705478 (+   133us) write_op.cc:276] Timestamp: P: 1780912290705299 usec, L: 0
0608 09:51:30.705503 (+    25us) op_driver.cc:348] REPLICATION: starting
0608 09:51:30.812689 (+107186us) log.cc:844] Serialized 735 byte log entry
0608 09:51:32.587304 (+1774615us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.587386 (+    82us) op_driver.cc:389] HandleFailure(Aborted: Op aborted by new leader)
0608 09:51:32.587436 (+    50us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.587675 (+   239us) write_op.cc:454] Released schema lock
0608 09:51:32.587725 (+    50us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"mutex_wait_us":1622249,"num_ops":10,"prepare.queue_time_us":16211,"prepare.run_cpu_time_us":4179,"prepare.run_wall_time_us":116736,"raft.queue_time_us":236,"raft.run_cpu_time_us":865,"raft.run_wall_time_us":864,"replication_time_us":1879499,"thread_start_us":19227,"threads_started":1}]]}
I20260608 09:51:32.651265 12279 consensus_queue.cc:1048] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Connected to new peer: Peer: permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260608 09:51:32.651962 12279 consensus_queue.cc:1243] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Peer 254ffd3860344409b826662f5a39e887 log is divergent from this leader: its last log entry 1.1 is not in this leader's log and it has not received anything from this leader yet. Falling back to committed index 0
I20260608 09:51:32.659951 12255 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=18, attempt_no=0}) took 1954 ms. Trace:
I20260608 09:51:32.662850 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9523e254ea76470eb68d67987b12b744" candidate_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
W20260608 09:51:32.661243 11985 consensus_peers.cc:183] SignalRequest failed: Illegal state: peer closed
I20260608 09:51:32.668186 12019 raft_consensus.cc:1240] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Rejecting Update request from peer 406cfe3a58dc4ff4a2e886bdeaf7d2ab for earlier term 1. Current term is 2. Ops: [1.3-1.5]
I20260608 09:51:32.670337 12301 consensus_queue.cc:1059] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 }, Status: INVALID_TERM, Last received: 1.2, Next index: 3, Last known committed idx: 0, Time since last communication: 0.001s
I20260608 09:51:32.671289 12301 raft_consensus.cc:3055] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 LEADER]: Stepping down as leader of term 1
I20260608 09:51:32.671605 12301 raft_consensus.cc:740] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 406cfe3a58dc4ff4a2e886bdeaf7d2ab, State: Running, Role: LEADER
I20260608 09:51:32.672456 12301 consensus_queue.cc:260] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 2, Committed index: 2, Last appended: 1.5, Last appended by leader: 5, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
I20260608 09:51:32.675159 12014 pending_rounds.cc:85] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: Aborting all ops after (but not including) 0
I20260608 09:51:32.675638 12014 pending_rounds.cc:107] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260608 09:51:32.675989 12014 raft_consensus.cc:2889] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260608 09:51:32.673650 12301 raft_consensus.cc:3060] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Advancing to term 2
W20260608 09:51:32.680859 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
I20260608 09:51:32.681354 12059 leader_election.cc:304] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [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: 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887
I20260608 09:51:32.682888 12092 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:32.687724 12089 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4d64c7c5ce3b4cd29791c28fc6937ba9" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
I20260608 09:51:32.689265 12094 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21761d3a621f4b9381be26246231e70a" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:32.689899 12285 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50370 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=9, attempt_no=0}) took 2012 ms. Trace:
I20260608 09:51:32.696012 12297 raft_consensus.cc:2749] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260608 09:51:32.695870 12091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ee69cb7294e54567a4635306735ce52c" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:32.633136 12305 rpcz_store.cc:276] 0608 09:51:30.679598 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.681902 (+  2304us) service_pool.cc:224] Handling call
0608 09:51:32.598211 (+1916309us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.690032 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9523e254ea76470eb68d67987b12b744
0608 09:51:30.690618 (+   586us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.690649 (+    31us) write_op.cc:435] Acquired schema lock
0608 09:51:30.690666 (+    17us) tablet.cc:662] Decoding operations
0608 09:51:30.691238 (+   572us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.691321 (+    83us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.691350 (+    29us) tablet.cc:685] Acquiring locks for 6 operations
0608 09:51:30.691831 (+   481us) tablet.cc:701] Row locks acquired
0608 09:51:30.691850 (+    19us) write_op.cc:260] PREPARE: finished
0608 09:51:30.692039 (+   189us) write_op.cc:270] Start()
0608 09:51:30.692155 (+   116us) write_op.cc:276] Timestamp: P: 1780912290691994 usec, L: 0
0608 09:51:30.692182 (+    27us) op_driver.cc:348] REPLICATION: starting
0608 09:51:30.692857 (+   675us) log.cc:844] Serialized 562 byte log entry
0608 09:51:32.547838 (+1854981us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.594887 (+ 47049us) write_op.cc:301] APPLY: starting
0608 09:51:32.594972 (+    85us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.595171 (+   199us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.595286 (+   115us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.596403 (+  1117us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.596603 (+   200us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.596653 (+    50us) write_op.cc:312] APPLY: finished
0608 09:51:32.596898 (+   245us) log.cc:844] Serialized 52 byte log entry
0608 09:51:32.597746 (+   848us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.597846 (+   100us) write_op.cc:454] Released schema lock
0608 09:51:32.597909 (+    63us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":46847,"num_ops":6,"prepare.queue_time_us":6574,"prepare.run_cpu_time_us":3389,"prepare.run_wall_time_us":8054,"raft.queue_time_us":775,"raft.run_cpu_time_us":1133,"raft.run_wall_time_us":1133,"replication_time_us":1855529,"thread_start_us":36376,"threads_started":1}]]}
I20260608 09:51:32.690330 12285 rpcz_store.cc:276] 0608 09:51:30.677269 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.677456 (+   187us) service_pool.cc:224] Handling call
0608 09:51:32.689812 (+2012356us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.746086 (+     0us) write_op.cc:183] PREPARE: starting on tablet ee69cb7294e54567a4635306735ce52c
0608 09:51:30.746763 (+   677us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.746801 (+    38us) write_op.cc:435] Acquired schema lock
0608 09:51:30.746822 (+    21us) tablet.cc:662] Decoding operations
0608 09:51:30.747399 (+   577us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.747448 (+    49us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.747481 (+    33us) tablet.cc:685] Acquiring locks for 5 operations
0608 09:51:30.747946 (+   465us) tablet.cc:701] Row locks acquired
0608 09:51:30.747962 (+    16us) write_op.cc:260] PREPARE: finished
0608 09:51:30.748131 (+   169us) write_op.cc:270] Start()
0608 09:51:30.748246 (+   115us) write_op.cc:276] Timestamp: P: 1780912290748085 usec, L: 0
0608 09:51:30.748272 (+    26us) op_driver.cc:348] REPLICATION: starting
0608 09:51:30.748977 (+   705us) log.cc:844] Serialized 519 byte log entry
0608 09:51:32.686551 (+1937574us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.687279 (+   728us) write_op.cc:301] APPLY: starting
0608 09:51:32.687373 (+    94us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.687548 (+   175us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.687654 (+   106us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.688564 (+   910us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.688797 (+   233us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.688847 (+    50us) write_op.cc:312] APPLY: finished
0608 09:51:32.689078 (+   231us) log.cc:844] Serialized 46 byte log entry
0608 09:51:32.689302 (+   224us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.689403 (+   101us) write_op.cc:454] Released schema lock
0608 09:51:32.689448 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":517,"num_ops":5,"prepare.queue_time_us":54696,"prepare.run_cpu_time_us":3325,"prepare.run_wall_time_us":20323,"replication_time_us":1938139}]]}
W20260608 09:51:32.707700 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
I20260608 09:51:32.695356 12167 raft_consensus.cc:2468] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 2.
I20260608 09:51:32.711078 11984 leader_election.cc:304] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [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: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887; no voters: 
I20260608 09:51:32.716449 12220 raft_consensus.cc:2804] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Leader election won for term 2
I20260608 09:51:32.717067 12220 raft_consensus.cc:697] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 2 LEADER]: Becoming Leader. State: Replica: 254ffd3860344409b826662f5a39e887, State: Running, Role: LEADER
I20260608 09:51:32.718119 12220 consensus_queue.cc:237] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.2, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } }
W20260608 09:51:32.722082 12146 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:32.722355 12308 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=20, attempt_no=0}) took 2016 ms. Trace:
I20260608 09:51:32.728770 12059 leader_election.cc:304] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [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: 406cfe3a58dc4ff4a2e886bdeaf7d2ab; no voters: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887
I20260608 09:51:32.660758 12255 rpcz_store.cc:276] 0608 09:51:30.705464 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.712920 (+  7456us) service_pool.cc:224] Handling call
0608 09:51:32.659328 (+1946408us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.623539 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8c22b3325fdf47cf8c28fe5b0e9d9037
0608 09:51:32.624073 (+   534us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.624103 (+    30us) write_op.cc:435] Acquired schema lock
0608 09:51:32.624123 (+    20us) tablet.cc:662] Decoding operations
0608 09:51:32.624620 (+   497us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.624670 (+    50us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.624699 (+    29us) tablet.cc:685] Acquiring locks for 5 operations
0608 09:51:32.625125 (+   426us) tablet.cc:701] Row locks acquired
0608 09:51:32.625146 (+    21us) write_op.cc:260] PREPARE: finished
0608 09:51:32.625413 (+   267us) op_driver.cc:389] HandleFailure(Illegal state: Cannot assign timestamp to op. Tablet is not in leader mode. Last heard from a leader: 0.179s ago.)
0608 09:51:32.625450 (+    37us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.625518 (+    68us) write_op.cc:454] Released schema lock
0608 09:51:32.625557 (+    39us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"mutex_wait_us":1716391,"num_ops":5,"prepare.queue_time_us":1902209}]]}
I20260608 09:51:32.735667 12167 raft_consensus.cc:1240] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Rejecting Update request from peer 406cfe3a58dc4ff4a2e886bdeaf7d2ab for earlier term 1. Current term is 2. Ops: [1.3-1.5]
W20260608 09:51:32.737254 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
I20260608 09:51:32.741971 11982 leader_election.cc:304] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [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: 254ffd3860344409b826662f5a39e887; no voters: 15ca3b5127044a05ba2fb59486eda915, 406cfe3a58dc4ff4a2e886bdeaf7d2ab
I20260608 09:51:32.745304 12284 raft_consensus.cc:2749] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260608 09:51:32.752885 12146 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:32.753765 11982 leader_election.cc:304] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [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: 254ffd3860344409b826662f5a39e887; no voters: 15ca3b5127044a05ba2fb59486eda915, 406cfe3a58dc4ff4a2e886bdeaf7d2ab
I20260608 09:51:32.757068 12297 raft_consensus.cc:2749] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:51:32.762086 12284 raft_consensus.cc:2749] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260608 09:51:32.722780 12308 rpcz_store.cc:276] 0608 09:51:30.705833 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.722098 (+ 16265us) service_pool.cc:224] Handling call
0608 09:51:32.722154 (+2000056us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.494506 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9523e254ea76470eb68d67987b12b744
0608 09:51:32.495210 (+   704us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.495248 (+    38us) write_op.cc:435] Acquired schema lock
0608 09:51:32.495272 (+    24us) tablet.cc:662] Decoding operations
0608 09:51:32.495946 (+   674us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.496007 (+    61us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.496048 (+    41us) tablet.cc:685] Acquiring locks for 5 operations
0608 09:51:32.496563 (+   515us) tablet.cc:701] Row locks acquired
0608 09:51:32.496590 (+    27us) write_op.cc:260] PREPARE: finished
0608 09:51:32.496797 (+   207us) write_op.cc:270] Start()
0608 09:51:32.496957 (+   160us) write_op.cc:276] Timestamp: P: 1780912292496736 usec, L: 0
0608 09:51:32.496987 (+    30us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.497780 (+   793us) log.cc:844] Serialized 519 byte log entry
0608 09:51:32.710516 (+212736us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.719216 (+  8700us) write_op.cc:301] APPLY: starting
0608 09:51:32.719314 (+    98us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.719486 (+   172us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.719597 (+   111us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.720403 (+   806us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.720621 (+   218us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.720666 (+    45us) write_op.cc:312] APPLY: finished
0608 09:51:32.720890 (+   224us) log.cc:844] Serialized 46 byte log entry
0608 09:51:32.721644 (+   754us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.721743 (+    99us) write_op.cc:454] Released schema lock
0608 09:51:32.721788 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":2135,"mutex_wait_us":1620996,"num_ops":5,"prepare.queue_time_us":1770854,"prepare.run_cpu_time_us":3705,"prepare.run_wall_time_us":14647,"replication_time_us":213411}]]}
W20260608 09:51:32.769613 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
I20260608 09:51:32.770299 12310 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=7, attempt_no=0}) took 2053 ms. Trace:
W20260608 09:51:32.776803 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
I20260608 09:51:32.770792 12310 rpcz_store.cc:276] 0608 09:51:30.703461 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.705973 (+  2512us) service_pool.cc:224] Handling call
0608 09:51:32.756509 (+2050536us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.743111 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9523e254ea76470eb68d67987b12b744
0608 09:51:30.743798 (+   687us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.743832 (+    34us) write_op.cc:435] Acquired schema lock
0608 09:51:30.743848 (+    16us) tablet.cc:662] Decoding operations
0608 09:51:30.744639 (+   791us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.744694 (+    55us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.744735 (+    41us) tablet.cc:685] Acquiring locks for 7 operations
0608 09:51:30.745256 (+   521us) tablet.cc:701] Row locks acquired
0608 09:51:30.745279 (+    23us) write_op.cc:260] PREPARE: finished
0608 09:51:30.745474 (+   195us) write_op.cc:270] Start()
0608 09:51:30.745619 (+   145us) write_op.cc:276] Timestamp: P: 1780912290745425 usec, L: 0
0608 09:51:30.745639 (+    20us) op_driver.cc:348] REPLICATION: starting
0608 09:51:30.808821 (+ 63182us) log.cc:844] Serialized 605 byte log entry
0608 09:51:32.584674 (+1775853us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.665289 (+ 80615us) write_op.cc:301] APPLY: starting
0608 09:51:32.665397 (+   108us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.665611 (+   214us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.665741 (+   130us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.738582 (+ 72841us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.738805 (+   223us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.738855 (+    50us) write_op.cc:312] APPLY: finished
0608 09:51:32.739104 (+   249us) log.cc:844] Serialized 58 byte log entry
0608 09:51:32.747983 (+  8879us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.748087 (+   104us) write_op.cc:454] Released schema lock
0608 09:51:32.748143 (+    56us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":80281,"mutex_wait_us":139754,"num_ops":7,"prepare.queue_time_us":35560,"prepare.run_cpu_time_us":4137,"prepare.run_wall_time_us":89144,"replication_time_us":1838905,"thread_start_us":69886,"threads_started":1}]]}
I20260608 09:51:32.782886 12305 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=15, attempt_no=0}) took 2077 ms. Trace:
W20260608 09:51:32.786253 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
I20260608 09:51:32.789711 12293 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50370 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=21, attempt_no=0}) took 2091 ms. Trace:
I20260608 09:51:32.788663 12306 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50370 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=17, attempt_no=0}) took 2092 ms. Trace:
I20260608 09:51:32.783284 12305 rpcz_store.cc:276] 0608 09:51:30.705075 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.711190 (+  6115us) service_pool.cc:224] Handling call
0608 09:51:32.782824 (+2071634us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.443947 (+     0us) write_op.cc:183] PREPARE: starting on tablet 9523e254ea76470eb68d67987b12b744
0608 09:51:32.444435 (+   488us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.444471 (+    36us) write_op.cc:435] Acquired schema lock
0608 09:51:32.444487 (+    16us) tablet.cc:662] Decoding operations
0608 09:51:32.444981 (+   494us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.445027 (+    46us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.445052 (+    25us) tablet.cc:685] Acquiring locks for 5 operations
0608 09:51:32.445477 (+   425us) tablet.cc:701] Row locks acquired
0608 09:51:32.445502 (+    25us) write_op.cc:260] PREPARE: finished
0608 09:51:32.445710 (+   208us) write_op.cc:270] Start()
0608 09:51:32.445833 (+   123us) write_op.cc:276] Timestamp: P: 1780912292445656 usec, L: 0
0608 09:51:32.445853 (+    20us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.446487 (+   634us) log.cc:844] Serialized 519 byte log entry
0608 09:51:32.698262 (+251775us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.711770 (+ 13508us) write_op.cc:301] APPLY: starting
0608 09:51:32.711857 (+    87us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.712050 (+   193us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.713004 (+   954us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.780979 (+ 67975us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.781194 (+   215us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.781243 (+    49us) write_op.cc:312] APPLY: finished
0608 09:51:32.781492 (+   249us) log.cc:844] Serialized 46 byte log entry
0608 09:51:32.782346 (+   854us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.782439 (+    93us) write_op.cc:454] Released schema lock
0608 09:51:32.782493 (+    54us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":12367,"mutex_wait_us":73882,"num_ops":5,"prepare.queue_time_us":1730990,"prepare.run_cpu_time_us":9885,"prepare.run_wall_time_us":18930,"replication_time_us":248703,"thread_start_us":15935,"threads_started":1,"wal-append.queue_time_us":16332}]]}
W20260608 09:51:32.795861 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
I20260608 09:51:32.790357 12293 rpcz_store.cc:276] 0608 09:51:30.698450 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.699037 (+   587us) service_pool.cc:224] Handling call
0608 09:51:32.789649 (+2090612us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.392398 (+     0us) write_op.cc:183] PREPARE: starting on tablet ee69cb7294e54567a4635306735ce52c
0608 09:51:32.393070 (+   672us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.393119 (+    49us) write_op.cc:435] Acquired schema lock
0608 09:51:32.393146 (+    27us) tablet.cc:662] Decoding operations
0608 09:51:32.404858 (+ 11712us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.404915 (+    57us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.404943 (+    28us) tablet.cc:685] Acquiring locks for 12 operations
0608 09:51:32.405736 (+   793us) tablet.cc:701] Row locks acquired
0608 09:51:32.405756 (+    20us) write_op.cc:260] PREPARE: finished
0608 09:51:32.405957 (+   201us) write_op.cc:270] Start()
0608 09:51:32.406069 (+   112us) write_op.cc:276] Timestamp: P: 1780912292405905 usec, L: 0
0608 09:51:32.406086 (+    17us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.406836 (+   750us) log.cc:844] Serialized 821 byte log entry
0608 09:51:32.778426 (+371590us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.783572 (+  5146us) write_op.cc:301] APPLY: starting
0608 09:51:32.783654 (+    82us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.783914 (+   260us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.784001 (+    87us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.786121 (+  2120us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.786376 (+   255us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.786445 (+    69us) write_op.cc:312] APPLY: finished
0608 09:51:32.786781 (+   336us) log.cc:844] Serialized 88 byte log entry
0608 09:51:32.789129 (+  2348us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.789267 (+   138us) write_op.cc:454] Released schema lock
0608 09:51:32.789323 (+    56us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":4967,"num_ops":12,"prepare.queue_time_us":1692008,"prepare.run_cpu_time_us":4290,"prepare.run_wall_time_us":14702,"replication_time_us":372232}]]}
W20260608 09:51:32.811777 12146 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:32.815524 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:32.819168 12092 raft_consensus.cc:2410] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 254ffd3860344409b826662f5a39e887 for term 2 because replica has last-logged OpId of term: 1 index: 5, which is greater than that of the candidate, which has last-logged OpId of term: 1 index: 2.
I20260608 09:51:32.793705 12306 rpcz_store.cc:276] 0608 09:51:30.695833 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.697983 (+  2150us) service_pool.cc:224] Handling call
0608 09:51:32.788473 (+2090490us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.805241 (+     0us) write_op.cc:183] PREPARE: starting on tablet ee69cb7294e54567a4635306735ce52c
0608 09:51:32.366393 (+1561152us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.366428 (+    35us) write_op.cc:435] Acquired schema lock
0608 09:51:32.366446 (+    18us) tablet.cc:662] Decoding operations
0608 09:51:32.367367 (+   921us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.367418 (+    51us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.367448 (+    30us) tablet.cc:685] Acquiring locks for 13 operations
0608 09:51:32.390438 (+ 22990us) tablet.cc:701] Row locks acquired
0608 09:51:32.390464 (+    26us) write_op.cc:260] PREPARE: finished
0608 09:51:32.390719 (+   255us) write_op.cc:270] Start()
0608 09:51:32.390906 (+   187us) write_op.cc:276] Timestamp: P: 1780912292390656 usec, L: 0
0608 09:51:32.390939 (+    33us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.391858 (+   919us) log.cc:844] Serialized 864 byte log entry
0608 09:51:32.778085 (+386227us) op_driver.cc:464] REPLICATION: finished
0608 09:51:32.779751 (+  1666us) write_op.cc:301] APPLY: starting
0608 09:51:32.779838 (+    87us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:32.780114 (+   276us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:32.780206 (+    92us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:32.782203 (+  1997us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:32.782457 (+   254us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:32.782501 (+    44us) write_op.cc:312] APPLY: finished
0608 09:51:32.782787 (+   286us) log.cc:844] Serialized 94 byte log entry
0608 09:51:32.787563 (+  4776us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:32.787698 (+   135us) write_op.cc:454] Released schema lock
0608 09:51:32.787758 (+    60us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":1464,"num_ops":13,"prepare.queue_time_us":96417,"prepare.run_cpu_time_us":104159,"prepare.run_wall_time_us":1592884,"replication_time_us":387024}]]}
I20260608 09:51:32.888767 12268 mvcc.cc:204] Tried to move back new op lower bound from 7294616750529212416 to 7294616749195493376. Current Snapshot: MvccSnapshot[applied={T|T < 7294616750181355520}]
W20260608 09:51:32.902369 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:32.909914 11990 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:32.922895 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
I20260608 09:51:32.921653 11909 catalog_manager.cc:5696] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 reported cstate change: term changed from 1 to 2, leader changed from 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130) to 254ffd3860344409b826662f5a39e887 (127.0.150.129). New cstate: current_term: 2 leader_uuid: "254ffd3860344409b826662f5a39e887" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: HEALTHY } } }
W20260608 09:51:32.928016 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:32.939774 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:32.944686 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:32.966593 11990 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:32.968865 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:32.986280 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:32.989256 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.004328 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.008057 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.030756 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.035216 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.052050 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.059674 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.073449 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.085227 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.105065 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.117472 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.126394 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.144142 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.150799 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.173523 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.183038 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.205813 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.210367 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.233513 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:33.240567 12093 raft_consensus.cc:1275] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 1 index: 5. Preceding OpId from leader: term: 2 index: 3. (term mismatch)
W20260608 09:51:33.240792 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:33.241027 12093 pending_rounds.cc:85] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Aborting all ops after (but not including) 2
I20260608 09:51:33.241428 12093 pending_rounds.cc:107] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Aborting uncommitted WRITE_OP operation due to leader change: 1.3
W20260608 09:51:33.242378 12093 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Aborted: Op aborted by new leader
I20260608 09:51:33.243162 12093 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50370 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=11, attempt_no=0}) took 2560 ms. Trace:
I20260608 09:51:33.243530 12093 rpcz_store.cc:276] 0608 09:51:30.682566 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.682771 (+   205us) service_pool.cc:224] Handling call
0608 09:51:33.243097 (+2560326us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.284793 (+     0us) write_op.cc:183] PREPARE: starting on tablet 4d64c7c5ce3b4cd29791c28fc6937ba9
0608 09:51:32.285191 (+   398us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.285211 (+    20us) write_op.cc:435] Acquired schema lock
0608 09:51:32.285219 (+     8us) tablet.cc:662] Decoding operations
0608 09:51:32.285825 (+   606us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.285935 (+   110us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.285979 (+    44us) tablet.cc:685] Acquiring locks for 12 operations
0608 09:51:32.286516 (+   537us) tablet.cc:701] Row locks acquired
0608 09:51:32.286526 (+    10us) write_op.cc:260] PREPARE: finished
0608 09:51:32.286658 (+   132us) write_op.cc:270] Start()
0608 09:51:32.286747 (+    89us) write_op.cc:276] Timestamp: P: 1780912292286624 usec, L: 0
0608 09:51:32.286763 (+    16us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.287241 (+   478us) log.cc:844] Serialized 821 byte log entry
0608 09:51:33.241944 (+954703us) op_driver.cc:464] REPLICATION: finished
0608 09:51:33.241994 (+    50us) op_driver.cc:389] HandleFailure(Aborted: Op aborted by new leader)
0608 09:51:33.242028 (+    34us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:33.242260 (+   232us) write_op.cc:454] Released schema lock
0608 09:51:33.242329 (+    69us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"num_ops":12,"prepare.queue_time_us":133715,"prepare.run_cpu_time_us":21030,"prepare.run_wall_time_us":1456832,"replication_time_us":954947,"thread_start_us":453,"threads_started":1,"wal-append.queue_time_us":805}]]}
I20260608 09:51:33.247124 12093 pending_rounds.cc:107] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Aborting uncommitted WRITE_OP operation due to leader change: 1.4
W20260608 09:51:33.247988 12093 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Aborted: Op aborted by new leader
I20260608 09:51:33.248697 12093 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50370 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=12, attempt_no=0}) took 2553 ms. Trace:
I20260608 09:51:33.249114 12093 rpcz_store.cc:276] 0608 09:51:30.695396 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.696009 (+   613us) service_pool.cc:224] Handling call
0608 09:51:33.248622 (+2552613us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.288302 (+     0us) write_op.cc:183] PREPARE: starting on tablet 4d64c7c5ce3b4cd29791c28fc6937ba9
0608 09:51:32.288954 (+   652us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.288982 (+    28us) write_op.cc:435] Acquired schema lock
0608 09:51:32.289001 (+    19us) tablet.cc:662] Decoding operations
0608 09:51:32.289716 (+   715us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.289764 (+    48us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.289805 (+    41us) tablet.cc:685] Acquiring locks for 9 operations
0608 09:51:32.290337 (+   532us) tablet.cc:701] Row locks acquired
0608 09:51:32.290356 (+    19us) write_op.cc:260] PREPARE: finished
0608 09:51:32.290515 (+   159us) write_op.cc:270] Start()
0608 09:51:32.290643 (+   128us) write_op.cc:276] Timestamp: P: 1780912292290470 usec, L: 0
0608 09:51:32.290677 (+    34us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.291377 (+   700us) log.cc:844] Serialized 692 byte log entry
0608 09:51:33.247621 (+956244us) op_driver.cc:464] REPLICATION: finished
0608 09:51:33.247670 (+    49us) op_driver.cc:389] HandleFailure(Aborted: Op aborted by new leader)
0608 09:51:33.247707 (+    37us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:33.247886 (+   179us) write_op.cc:454] Released schema lock
0608 09:51:33.247947 (+    61us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"num_ops":9,"prepare.queue_time_us":1590952,"prepare.run_cpu_time_us":3378,"prepare.run_wall_time_us":3396,"replication_time_us":956754}]]}
I20260608 09:51:33.252190 12093 pending_rounds.cc:107] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: Aborting uncommitted WRITE_OP operation due to leader change: 1.5
W20260608 09:51:33.253064 12093 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Aborted: Op aborted by new leader
I20260608 09:51:33.253743 12093 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:50370 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=23, attempt_no=0}) took 2555 ms. Trace:
W20260608 09:51:33.254261 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:33.254213 12093 rpcz_store.cc:276] 0608 09:51:30.698861 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.699470 (+   609us) service_pool.cc:224] Handling call
0608 09:51:33.253684 (+2554214us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.291850 (+     0us) write_op.cc:183] PREPARE: starting on tablet 4d64c7c5ce3b4cd29791c28fc6937ba9
0608 09:51:32.292360 (+   510us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.292392 (+    32us) write_op.cc:435] Acquired schema lock
0608 09:51:32.292411 (+    19us) tablet.cc:662] Decoding operations
0608 09:51:32.293349 (+   938us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.293413 (+    64us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.293444 (+    31us) tablet.cc:685] Acquiring locks for 14 operations
0608 09:51:32.294133 (+   689us) tablet.cc:701] Row locks acquired
0608 09:51:32.294143 (+    10us) write_op.cc:260] PREPARE: finished
0608 09:51:32.294261 (+   118us) write_op.cc:270] Start()
0608 09:51:32.294344 (+    83us) write_op.cc:276] Timestamp: P: 1780912292294227 usec, L: 0
0608 09:51:32.294357 (+    13us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.294848 (+   491us) log.cc:844] Serialized 907 byte log entry
0608 09:51:33.252674 (+957826us) op_driver.cc:464] REPLICATION: finished
0608 09:51:33.252723 (+    49us) op_driver.cc:389] HandleFailure(Aborted: Op aborted by new leader)
0608 09:51:33.252768 (+    45us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:33.252963 (+   195us) write_op.cc:454] Released schema lock
0608 09:51:33.253025 (+    62us) write_op.cc:335] FINISH: Op aborted
Metrics: {"child_traces":[["op",{"num_ops":14,"prepare.queue_time_us":1590901,"prepare.run_cpu_time_us":3249,"prepare.run_wall_time_us":3248,"replication_time_us":958134}]]}
I20260608 09:51:33.259435 12220 consensus_queue.cc:1048] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260608 09:51:33.259812 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.270005 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.274796 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.271198 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:33.283216 12167 raft_consensus.cc:1275] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 2 index: 3. (index mismatch)
I20260608 09:51:33.286680 12220 consensus_queue.cc:1048] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 0, Time since last communication: 0.000s
W20260608 09:51:33.299857 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.325527 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.339155 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.358135 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.376720 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.390607 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.407068 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.428545 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.437180 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.464844 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.474716 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.502161 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.510084 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.543167 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.545843 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.585269 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.586520 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.621531 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.623744 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.658666 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.715394 11999 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.717564 11990 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:35398: Illegal state: replica 254ffd3860344409b826662f5a39e887 is not leader of this config: current role FOLLOWER
W20260608 09:51:33.761610 12071 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
W20260608 09:51:33.764449 12073 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:50370: Illegal state: replica 406cfe3a58dc4ff4a2e886bdeaf7d2ab is not leader of this config: current role FOLLOWER
I20260608 09:51:33.774097 12318 raft_consensus.cc:493] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260608 09:51:33.774932 12318 raft_consensus.cc:515] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:33.777542 12318 leader_election.cc:290] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:33.779345 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 3 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915" is_pre_election: true
I20260608 09:51:33.779202 12093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 3 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" is_pre_election: true
I20260608 09:51:33.780547 12169 raft_consensus.cc:2468] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 2.
I20260608 09:51:33.780632 12093 raft_consensus.cc:2468] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 2.
I20260608 09:51:33.782816 11984 leader_election.cc:304] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [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: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887; no voters: 
I20260608 09:51:33.784461 12318 raft_consensus.cc:2804] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260608 09:51:33.784822 12318 raft_consensus.cc:493] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260608 09:51:33.785153 12318 raft_consensus.cc:3060] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Advancing to term 3
I20260608 09:51:33.794265 12318 raft_consensus.cc:515] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:33.796778 12318 leader_election.cc:290] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [CANDIDATE]: Term 3 election: Requested vote from peers 406cfe3a58dc4ff4a2e886bdeaf7d2ab (127.0.150.130:43623), 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:33.797556 12169 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 3 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "15ca3b5127044a05ba2fb59486eda915"
I20260608 09:51:33.797523 12093 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8c22b3325fdf47cf8c28fe5b0e9d9037" candidate_uuid: "254ffd3860344409b826662f5a39e887" candidate_term: 3 candidate_status { last_received { term: 1 index: 3 } } ignore_live_leader: false dest_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab"
I20260608 09:51:33.798373 12169 raft_consensus.cc:3060] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Advancing to term 3
I20260608 09:51:33.798445 12093 raft_consensus.cc:3060] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Advancing to term 3
W20260608 09:51:33.808681 12147 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:33.809362 12169 raft_consensus.cc:2468] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 3.
I20260608 09:51:33.811059 11984 leader_election.cc:304] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [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: 15ca3b5127044a05ba2fb59486eda915, 254ffd3860344409b826662f5a39e887; no voters: 
W20260608 09:51:33.811959 12146 tablet_service.cc:731] failed op from {username='slave'} at 127.0.0.1:41978: Illegal state: replica 15ca3b5127044a05ba2fb59486eda915 is not leader of this config: current role FOLLOWER
I20260608 09:51:33.812179 12093 raft_consensus.cc:2468] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 254ffd3860344409b826662f5a39e887 in term 3.
I20260608 09:51:33.812013 12318 raft_consensus.cc:2804] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 3 FOLLOWER]: Leader election won for term 3
I20260608 09:51:33.815258 12318 raft_consensus.cc:697] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 3 LEADER]: Becoming Leader. State: Replica: 254ffd3860344409b826662f5a39e887, State: Running, Role: LEADER
I20260608 09:51:33.816845 12318 consensus_queue.cc:237] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 1, Committed index: 1, Last appended: 1.3, Last appended by leader: 3, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } }
I20260608 09:51:33.836081 11914 catalog_manager.cc:5696] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 reported cstate change: term changed from 1 to 3. New cstate: current_term: 3 leader_uuid: "254ffd3860344409b826662f5a39e887" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } health_report { overall_health: UNKNOWN } } }
I20260608 09:51:33.871027 12169 raft_consensus.cc:1275] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 3 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 09:51:33.871179 12093 raft_consensus.cc:1275] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 3 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 3 index: 5. (index mismatch)
I20260608 09:51:33.873239 12318 consensus_queue.cc:1048] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 1, Time since last communication: 0.001s
I20260608 09:51:33.875351 12220 consensus_queue.cc:1048] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 1, Time since last communication: 0.000s
I20260608 09:51:33.959714 12333 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=3, attempt_no=0}) took 3279 ms. Trace:
I20260608 09:51:33.960695 12333 rpcz_store.cc:276] 0608 09:51:30.679977 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.683467 (+  3490us) service_pool.cc:224] Handling call
0608 09:51:33.959459 (+3275992us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:30.698243 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8c22b3325fdf47cf8c28fe5b0e9d9037
0608 09:51:30.715481 (+ 17238us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:30.715516 (+    35us) write_op.cc:435] Acquired schema lock
0608 09:51:30.715531 (+    15us) tablet.cc:662] Decoding operations
0608 09:51:30.716390 (+   859us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:30.716444 (+    54us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:30.716486 (+    42us) tablet.cc:685] Acquiring locks for 12 operations
0608 09:51:30.717284 (+   798us) tablet.cc:701] Row locks acquired
0608 09:51:30.717315 (+    31us) write_op.cc:260] PREPARE: finished
0608 09:51:30.717485 (+   170us) write_op.cc:270] Start()
0608 09:51:30.717608 (+   123us) write_op.cc:276] Timestamp: P: 1780912290717439 usec, L: 0
0608 09:51:30.717630 (+    22us) op_driver.cc:348] REPLICATION: starting
0608 09:51:30.718357 (+   727us) log.cc:844] Serialized 821 byte log entry
0608 09:51:32.378947 (+1660590us) spinlock_profiling.cc:243] Waited 79.8 ms on lock 0x7b54005fa3a0. stack: 00007fe0803983a1 00007fe0803981c8 00007fe07fb73f11 000000000047cd55 000000000047cca8 00007fe083a4b5cb 00007fe083a736ca 00007fe083a97c4b 00007fe083a97b80 00007fe083a97ae0 00007fe083a97a80 00007fe083a95daf 0000000000497fd6 0000000000497c68 00007fe0803f7131 00007fe0803fbb0b
0608 09:51:32.483408 (+104461us) spinlock_profiling.cc:243] Waited 10.2 ms on lock 0x7b18002ad8a0. stack: 00007fe0803983a1 00007fe0803981c8 00007fe07fb73f11 000000000047cd55 000000000047cca8 00007fe08a62be0b 00007fe08a6402ec 00007fe083599af8 00007fe0803beaa3 00007fe08a528e6a 00007fe0803f4f3e 00007fe0803f11a6 00007fe0803f0453 00007fe083b50594 00007fe083b5cd7c 00007fe083a9a4ab
0608 09:51:33.911410 (+1428002us) op_driver.cc:464] REPLICATION: finished
0608 09:51:33.942897 (+ 31487us) write_op.cc:301] APPLY: starting
0608 09:51:33.943231 (+   334us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:33.943898 (+   667us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:33.943920 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:33.951571 (+  7651us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:33.952141 (+   570us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:33.952221 (+    80us) write_op.cc:312] APPLY: finished
0608 09:51:33.952681 (+   460us) log.cc:844] Serialized 88 byte log entry
0608 09:51:33.953046 (+   365us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:33.953292 (+   246us) write_op.cc:454] Released schema lock
0608 09:51:33.953370 (+    78us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":31155,"mutex_wait_us":1718471,"num_ops":12,"prepare.queue_time_us":13295,"prepare.run_cpu_time_us":4002,"prepare.run_wall_time_us":26677,"raft.queue_time_us":19936,"raft.run_cpu_time_us":79467,"raft.run_wall_time_us":3302262,"replication_time_us":3193461,"spinlock_wait_cycles":207042944,"thread_start_us":168180,"threads_started":4}]]}
I20260608 09:51:33.985834 12337 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35398 (ReqId={client: 72306986958844a99eb72c19b9c0aa38, seq_no=10, attempt_no=0}) took 3282 ms. Trace:
I20260608 09:51:33.986400 12337 rpcz_store.cc:276] 0608 09:51:30.703859 (+     0us) service_pool.cc:167] Inserting onto call queue
0608 09:51:30.707555 (+  3696us) service_pool.cc:224] Handling call
0608 09:51:33.985647 (+3278092us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0608 09:51:32.443655 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8c22b3325fdf47cf8c28fe5b0e9d9037
0608 09:51:32.444148 (+   493us) write_op.cc:432] Acquiring schema lock in shared mode
0608 09:51:32.444177 (+    29us) write_op.cc:435] Acquired schema lock
0608 09:51:32.444200 (+    23us) tablet.cc:662] Decoding operations
0608 09:51:32.444930 (+   730us) write_op.cc:620] Acquiring the partition lock for write op
0608 09:51:32.444981 (+    51us) write_op.cc:641] Partition lock acquired for write op
0608 09:51:32.445015 (+    34us) tablet.cc:685] Acquiring locks for 9 operations
0608 09:51:32.445588 (+   573us) tablet.cc:701] Row locks acquired
0608 09:51:32.445621 (+    33us) write_op.cc:260] PREPARE: finished
0608 09:51:32.445788 (+   167us) write_op.cc:270] Start()
0608 09:51:32.445910 (+   122us) write_op.cc:276] Timestamp: P: 1780912292445735 usec, L: 0
0608 09:51:32.445924 (+    14us) op_driver.cc:348] REPLICATION: starting
0608 09:51:32.446486 (+   562us) log.cc:844] Serialized 692 byte log entry
0608 09:51:32.566483 (+119997us) spinlock_profiling.cc:243] Waited 1.09 ms on lock 0x7b1800199ea0. stack: 00007fe0803983a1 00007fe0803981c8 00007fe07fb73f11 000000000047cd55 000000000047cca8 00007fe08a62be0b 00007fe08a6402ec 00007fe0803f72fc 00007fe0803fbb0b 00007fe0803fba60 00007fe0803fb9c0 00007fe0803fb960 00007fe0803f9c8f 0000000000497fd6 0000000000497c68 00007fe0803beee6
0608 09:51:33.943781 (+1377298us) op_driver.cc:464] REPLICATION: finished
0608 09:51:33.982128 (+ 38347us) write_op.cc:301] APPLY: starting
0608 09:51:33.982259 (+   131us) tablet.cc:1367] starting BulkCheckPresence
0608 09:51:33.982552 (+   293us) tablet.cc:1370] finished BulkCheckPresence
0608 09:51:33.982573 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0608 09:51:33.984121 (+  1548us) tablet.cc:1383] finished ApplyRowOperation cycle
0608 09:51:33.984373 (+   252us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0608 09:51:33.984420 (+    47us) write_op.cc:312] APPLY: finished
0608 09:51:33.984692 (+   272us) log.cc:844] Serialized 70 byte log entry
0608 09:51:33.984931 (+   239us) write_op.cc:489] Releasing partition, row and schema locks
0608 09:51:33.985108 (+   177us) write_op.cc:454] Released schema lock
0608 09:51:33.985170 (+    62us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":38032,"mutex_wait_us":34002,"num_ops":9,"prepare.queue_time_us":1734586,"prepare.run_cpu_time_us":11367,"prepare.run_wall_time_us":84874,"raft.queue_time_us":18744,"raft.run_cpu_time_us":289,"raft.run_wall_time_us":3426,"replication_time_us":1497601,"spinlock_wait_cycles":2580480,"thread_start_us":85065,"threads_started":2,"wal-append.queue_time_us":86868,"wal-append.run_cpu_time_us":1940,"wal-append.run_wall_time_us":1020143}]]}
W20260608 09:51:34.315488 12199 outbound_call.cc:321] RPC callback for RPC call kudu.tserver.TabletServerService.Write -> {remote=127.0.150.129:43381, user_credentials={real_user=slave}} blocked reactor thread for 77053.9us
W20260608 09:51:34.518324 12133 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.129:43381, user_credentials={real_user=slave}} blocked reactor thread for 69936.9us
W20260608 09:51:34.591523 12132 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.150.130:43623, user_credentials={real_user=slave}} blocked reactor thread for 86325.1us
I20260608 09:51:35.471202   602 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260608 09:51:35.486058 12379 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:35.488579 12380 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260608 09:51:35.491888 12382 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260608 09:51:35.492892   602 server_base.cc:1061] running on GCE node
I20260608 09:51:35.494740   602 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260608 09:51:35.495011   602 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260608 09:51:35.495234   602 hybrid_clock.cc:648] HybridClock initialized: now 1780912295495218 us; error 0 us; skew 500 ppm
I20260608 09:51:35.495860   602 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260608 09:51:35.499169   602 webserver.cc:533] Webserver started at http://127.0.150.132:33365/ using document root <none> and password file <none>
I20260608 09:51:35.499804   602 fs_manager.cc:362] Metadata directory not provided
I20260608 09:51:35.500048   602 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260608 09:51:35.500397   602 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260608 09:51:35.501724   602 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-3-root/instance:
uuid: "c613d31323114ba582f7c14ed2ba9e85"
format_stamp: "Formatted at 2026-06-08 09:51:35 on dist-test-slave-g93p"
I20260608 09:51:35.507231   602 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.000s	sys 0.004s
I20260608 09:51:35.511286 12387 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:35.512254   602 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260608 09:51:35.512578   602 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-3-root
uuid: "c613d31323114ba582f7c14ed2ba9e85"
format_stamp: "Formatted at 2026-06-08 09:51:35 on dist-test-slave-g93p"
I20260608 09:51:35.512863   602 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskPW_EWG/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1780912041960821-602-0/minicluster-data/ts-3-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260608 09:51:35.529486   602 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260608 09:51:35.530962   602 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260608 09:51:35.532816   602 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260608 09:51:35.535696   602 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260608 09:51:35.535919   602 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:35.536204   602 ts_tablet_manager.cc:616] Registered 0 tablets
I20260608 09:51:35.536401   602 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260608 09:51:35.596217   602 rpc_server.cc:307] RPC server started. Bound to: 127.0.150.132:33081
I20260608 09:51:35.596365 12450 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.150.132:33081 every 8 connection(s)
I20260608 09:51:35.619400 12451 heartbeater.cc:344] Connected to a master server at 127.0.150.190:36683
I20260608 09:51:35.619830 12451 heartbeater.cc:461] Registering TS with master...
I20260608 09:51:35.620610 12451 heartbeater.cc:507] Master 127.0.150.190:36683 requested a full tablet report, sending...
I20260608 09:51:35.622658 11914 ts_manager.cc:194] Registered new tserver with Master: c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132:33081)
I20260608 09:51:35.624035 11914 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:60140
I20260608 09:51:35.675841 12166 consensus_queue.cc:237] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 2.17, Last appended by leader: 0, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } }
I20260608 09:51:35.682933 12093 raft_consensus.cc:1275] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Refusing update from remote peer 15ca3b5127044a05ba2fb59486eda915: Log matching property violated. Preceding OpId in replica: term: 2 index: 17. Preceding OpId from leader: term: 2 index: 18. (index mismatch)
I20260608 09:51:35.683038 12014 raft_consensus.cc:1275] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Refusing update from remote peer 15ca3b5127044a05ba2fb59486eda915: Log matching property violated. Preceding OpId in replica: term: 2 index: 17. Preceding OpId from leader: term: 2 index: 18. (index mismatch)
I20260608 09:51:35.686039 12296 consensus_queue.cc:1048] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Connected to new peer: Peer: permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.001s
I20260608 09:51:35.686959 12373 consensus_queue.cc:1048] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 09:51:35.697048 12374 raft_consensus.cc:2955] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 2 LEADER]: Committing config change with OpId 2.18: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.698582 12014 raft_consensus.cc:2955] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Committing config change with OpId 2.18: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.699002 12093 raft_consensus.cc:2955] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Committing config change with OpId 2.18: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
W20260608 09:51:35.706517 12135 consensus_peers.cc:597] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 -> Peer c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132:33081): Couldn't send request to peer c613d31323114ba582f7c14ed2ba9e85. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9956ab39e3ab484eb9ff182fde5876c6. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:35.718129 11914 catalog_manager.cc:5696] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 reported cstate change: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New cstate: current_term: 2 leader_uuid: "15ca3b5127044a05ba2fb59486eda915" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.733425 12014 consensus_queue.cc:237] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 18, Committed index: 18, Last appended: 2.18, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } attrs { replace: true } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } }
I20260608 09:51:35.743234 12166 raft_consensus.cc:1275] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 2 index: 18. Preceding OpId from leader: term: 2 index: 19. (index mismatch)
I20260608 09:51:35.745153 12220 consensus_queue.cc:1048] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.000s
I20260608 09:51:35.751852 12093 raft_consensus.cc:1275] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 2 index: 18. Preceding OpId from leader: term: 2 index: 19. (index mismatch)
I20260608 09:51:35.754158 12348 consensus_queue.cc:1048] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 19, Last known committed idx: 18, Time since last communication: 0.001s
I20260608 09:51:35.760987 12093 raft_consensus.cc:2955] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Committing config change with OpId 2.19: config changed from index -1 to 19, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } attrs { replace: true } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.753497 12365 raft_consensus.cc:2955] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 2 LEADER]: Committing config change with OpId 2.19: config changed from index -1 to 19, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } attrs { replace: true } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.772943 12166 raft_consensus.cc:2955] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Committing config change with OpId 2.19: config changed from index -1 to 19, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } attrs { replace: true } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.785248 12167 consensus_queue.cc:237] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } attrs { replace: true } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } }
I20260608 09:51:35.784885 11907 catalog_manager.cc:5696] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 reported cstate change: config changed from index -1 to 19, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New cstate: current_term: 2 leader_uuid: "254ffd3860344409b826662f5a39e887" committed_config { opid_index: 19 OBSOLETE_local: false peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260608 09:51:35.788651 11985 consensus_peers.cc:597] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 -> Peer c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132:33081): Couldn't send request to peer c613d31323114ba582f7c14ed2ba9e85. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 4d64c7c5ce3b4cd29791c28fc6937ba9. This is attempt 1: this message will repeat every 5th retry.
W20260608 09:51:35.798934 12135 consensus_peers.cc:597] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 -> Peer c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132:33081): Couldn't send request to peer c613d31323114ba582f7c14ed2ba9e85. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 21761d3a621f4b9381be26246231e70a. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:35.800688 12014 raft_consensus.cc:1275] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Refusing update from remote peer 15ca3b5127044a05ba2fb59486eda915: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 09:51:35.801065 12093 raft_consensus.cc:1275] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Refusing update from remote peer 15ca3b5127044a05ba2fb59486eda915: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 09:51:35.802791 12296 consensus_queue.cc:1048] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Connected to new peer: Peer: permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 09:51:35.804930 12296 consensus_queue.cc:1048] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 09:51:35.812044 12374 raft_consensus.cc:2955] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } attrs { replace: true } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.813825 12014 raft_consensus.cc:2955] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } attrs { replace: true } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.824867 12093 raft_consensus.cc:2955] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } attrs { replace: true } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.831285 12014 consensus_queue.cc:237] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 17, Committed index: 17, Last appended: 1.17, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } }
I20260608 09:51:35.832391 11907 catalog_manager.cc:5696] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 reported cstate change: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "15ca3b5127044a05ba2fb59486eda915" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } attrs { replace: true } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.844831 12093 raft_consensus.cc:1275] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
W20260608 09:51:35.845155 11985 consensus_peers.cc:597] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 -> Peer c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132:33081): Couldn't send request to peer c613d31323114ba582f7c14ed2ba9e85. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9523e254ea76470eb68d67987b12b744. This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:35.846632 12465 consensus_queue.cc:1048] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 09:51:35.847084 12167 raft_consensus.cc:1275] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Refusing update from remote peer 254ffd3860344409b826662f5a39e887: Log matching property violated. Preceding OpId in replica: term: 1 index: 17. Preceding OpId from leader: term: 1 index: 18. (index mismatch)
I20260608 09:51:35.854167 12465 consensus_queue.cc:1048] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [LEADER]: Connected to new peer: Peer: permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 18, Last known committed idx: 17, Time since last communication: 0.000s
I20260608 09:51:35.859683 12365 raft_consensus.cc:2955] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 1 LEADER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.860844 12093 raft_consensus.cc:2955] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.864807 12167 raft_consensus.cc:2955] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Committing config change with OpId 1.18: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New config: { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:35.876502 11909 catalog_manager.cc:5696] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab reported cstate change: config changed from index -1 to 18, NON_VOTER c613d31323114ba582f7c14ed2ba9e85 (127.0.150.132) added. New cstate: current_term: 1 leader_uuid: "254ffd3860344409b826662f5a39e887" committed_config { opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } } }
I20260608 09:51:36.120110   602 tablet_server.cc:179] TabletServer@127.0.150.129:0 shutting down...
I20260608 09:51:36.182657   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:36.183728   602 tablet_replica.cc:333] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887: stopping tablet replica
I20260608 09:51:36.184803   602 raft_consensus.cc:2243] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.185429   602 raft_consensus.cc:2272] T 21761d3a621f4b9381be26246231e70a P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.189111   602 tablet_replica.cc:333] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887: stopping tablet replica
I20260608 09:51:36.189806   602 raft_consensus.cc:2243] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:51:36.191054   602 raft_consensus.cc:2272] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.195103   602 tablet_replica.cc:333] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887: stopping tablet replica
I20260608 09:51:36.196182   602 raft_consensus.cc:2243] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.197017   602 raft_consensus.cc:2272] T 9956ab39e3ab484eb9ff182fde5876c6 P 254ffd3860344409b826662f5a39e887 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.200655   602 tablet_replica.cc:333] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887: stopping tablet replica
I20260608 09:51:36.201386   602 raft_consensus.cc:2243] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:36.202644   602 raft_consensus.cc:2272] T 9523e254ea76470eb68d67987b12b744 P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.205858   602 tablet_replica.cc:333] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887: stopping tablet replica
I20260608 09:51:36.206624   602 raft_consensus.cc:2243] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.207137   602 raft_consensus.cc:2272] T ee69cb7294e54567a4635306735ce52c P 254ffd3860344409b826662f5a39e887 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.210431   602 tablet_replica.cc:333] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887: stopping tablet replica
I20260608 09:51:36.211022   602 raft_consensus.cc:2243] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 3 LEADER]: Raft consensus shutting down.
I20260608 09:51:36.211963   602 raft_consensus.cc:2272] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 254ffd3860344409b826662f5a39e887 [term 3 FOLLOWER]: Raft consensus is shut down!
W20260608 09:51:36.235412 12133 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43381: connect: Connection refused (error 111) [suppressed 54 similar messages]
W20260608 09:51:36.240928 12133 consensus_peers.cc:597] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 -> Peer 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381): Couldn't send request to peer 254ffd3860344409b826662f5a39e887. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43381: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:36.244807   602 tablet_server.cc:196] TabletServer@127.0.150.129:0 shutdown complete.
I20260608 09:51:36.274842   602 tablet_server.cc:179] TabletServer@127.0.150.130:0 shutting down...
I20260608 09:51:36.291947 12468 ts_tablet_manager.cc:933] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: Initiating tablet copy from peer 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:36.307924 12468 tablet_copy_client.cc:323] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:33201
W20260608 09:51:36.345503 12133 consensus_peers.cc:597] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 -> Peer 254ffd3860344409b826662f5a39e887 (127.0.150.129:43381): Couldn't send request to peer 254ffd3860344409b826662f5a39e887. Status: Network error: Client connection negotiation failed: client connection to 127.0.150.129:43381: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260608 09:51:36.349016 12472 ts_tablet_manager.cc:933] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: Initiating tablet copy from peer 15ca3b5127044a05ba2fb59486eda915 (127.0.150.131:33201)
I20260608 09:51:36.353952   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:36.356357   602 tablet_replica.cc:333] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: stopping tablet replica
I20260608 09:51:36.357416   602 raft_consensus.cc:2243] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.358239   602 raft_consensus.cc:2272] T 21761d3a621f4b9381be26246231e70a P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.362983 12472 tablet_copy_client.cc:323] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Beginning tablet copy session from remote peer at address 127.0.150.131:33201
I20260608 09:51:36.365218   602 tablet_replica.cc:333] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: stopping tablet replica
I20260608 09:51:36.366456   602 raft_consensus.cc:2243] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.367252   602 raft_consensus.cc:2272] T 9523e254ea76470eb68d67987b12b744 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.367381 12179 tablet_copy_service.cc:140] P 15ca3b5127044a05ba2fb59486eda915: Received BeginTabletCopySession request for tablet 9956ab39e3ab484eb9ff182fde5876c6 from peer c613d31323114ba582f7c14ed2ba9e85 ({username='slave'} at 127.0.0.1:46650)
I20260608 09:51:36.368073 12179 tablet_copy_service.cc:161] P 15ca3b5127044a05ba2fb59486eda915: Beginning new tablet copy session on tablet 9956ab39e3ab484eb9ff182fde5876c6 from peer c613d31323114ba582f7c14ed2ba9e85 at {username='slave'} at 127.0.0.1:46650: session id = c613d31323114ba582f7c14ed2ba9e85-9956ab39e3ab484eb9ff182fde5876c6
I20260608 09:51:36.374298 12178 tablet_copy_service.cc:140] P 15ca3b5127044a05ba2fb59486eda915: Received BeginTabletCopySession request for tablet 21761d3a621f4b9381be26246231e70a from peer c613d31323114ba582f7c14ed2ba9e85 ({username='slave'} at 127.0.0.1:46650)
I20260608 09:51:36.375015 12178 tablet_copy_service.cc:161] P 15ca3b5127044a05ba2fb59486eda915: Beginning new tablet copy session on tablet 21761d3a621f4b9381be26246231e70a from peer c613d31323114ba582f7c14ed2ba9e85 at {username='slave'} at 127.0.0.1:46650: session id = c613d31323114ba582f7c14ed2ba9e85-21761d3a621f4b9381be26246231e70a
I20260608 09:51:36.379580   602 tablet_replica.cc:333] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: stopping tablet replica
I20260608 09:51:36.380591   602 raft_consensus.cc:2243] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.381319   602 raft_consensus.cc:2272] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.384613 12178 tablet_copy_source_session.cc:215] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:36.388715   602 tablet_replica.cc:333] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: stopping tablet replica
I20260608 09:51:36.389626 12472 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21761d3a621f4b9381be26246231e70a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:36.389814   602 raft_consensus.cc:2243] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.390967   602 raft_consensus.cc:2272] T 9956ab39e3ab484eb9ff182fde5876c6 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.385164 12179 tablet_copy_source_session.cc:215] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915: Tablet Copy: opened 0 blocks and 1 log segments
I20260608 09:51:36.395740   602 tablet_replica.cc:333] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: stopping tablet replica
I20260608 09:51:36.396940   602 raft_consensus.cc:2243] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:36.398360   602 raft_consensus.cc:2272] T ee69cb7294e54567a4635306735ce52c P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.400851 12468 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9956ab39e3ab484eb9ff182fde5876c6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260608 09:51:36.403714   602 tablet_replica.cc:333] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab: stopping tablet replica
I20260608 09:51:36.404667   602 raft_consensus.cc:2243] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.405431   602 raft_consensus.cc:2272] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 406cfe3a58dc4ff4a2e886bdeaf7d2ab [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.410061 12472 tablet_copy_client.cc:806] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:36.410800 12472 tablet_copy_client.cc:670] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:36.415920 12472 tablet_copy_client.cc:538] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:36.426622 12472 tablet_bootstrap.cc:492] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: Bootstrap starting.
I20260608 09:51:36.434058 12468 tablet_copy_client.cc:806] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Starting download of 0 data blocks...
I20260608 09:51:36.434847 12468 tablet_copy_client.cc:670] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Starting download of 1 WAL segments...
I20260608 09:51:36.439896 12468 tablet_copy_client.cc:538] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260608 09:51:36.444882   602 tablet_server.cc:196] TabletServer@127.0.150.130:0 shutdown complete.
I20260608 09:51:36.449932 12468 tablet_bootstrap.cc:492] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: Bootstrap starting.
I20260608 09:51:36.505650   602 tablet_server.cc:179] TabletServer@127.0.150.131:0 shutting down...
I20260608 09:51:36.537940   602 tablet_copy_service.cc:362] P 15ca3b5127044a05ba2fb59486eda915: Destroying tablet copy session c613d31323114ba582f7c14ed2ba9e85-21761d3a621f4b9381be26246231e70a due to service shutdown
I20260608 09:51:36.538424   602 tablet_copy_service.cc:434] P 15ca3b5127044a05ba2fb59486eda915: ending tablet copy session c613d31323114ba582f7c14ed2ba9e85-21761d3a621f4b9381be26246231e70a on tablet 21761d3a621f4b9381be26246231e70a with peer c613d31323114ba582f7c14ed2ba9e85
I20260608 09:51:36.539139   602 tablet_copy_service.cc:362] P 15ca3b5127044a05ba2fb59486eda915: Destroying tablet copy session c613d31323114ba582f7c14ed2ba9e85-9956ab39e3ab484eb9ff182fde5876c6 due to service shutdown
I20260608 09:51:36.539510   602 tablet_copy_service.cc:434] P 15ca3b5127044a05ba2fb59486eda915: ending tablet copy session c613d31323114ba582f7c14ed2ba9e85-9956ab39e3ab484eb9ff182fde5876c6 on tablet 9956ab39e3ab484eb9ff182fde5876c6 with peer c613d31323114ba582f7c14ed2ba9e85
I20260608 09:51:36.590996   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:36.593887   602 tablet_replica.cc:333] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915: stopping tablet replica
I20260608 09:51:36.594964   602 raft_consensus.cc:2243] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.595798   602 raft_consensus.cc:2272] T 8c22b3325fdf47cf8c28fe5b0e9d9037 P 15ca3b5127044a05ba2fb59486eda915 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.599495   602 tablet_replica.cc:333] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915: stopping tablet replica
I20260608 09:51:36.600471   602 raft_consensus.cc:2243] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.601920   602 raft_consensus.cc:2272] T 9523e254ea76470eb68d67987b12b744 P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.609966   602 tablet_replica.cc:333] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915: stopping tablet replica
I20260608 09:51:36.615415   602 raft_consensus.cc:2243] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:36.616966   602 raft_consensus.cc:2272] T 21761d3a621f4b9381be26246231e70a P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.626598 12451 heartbeater.cc:499] Master 127.0.150.190:36683 was elected leader, sending a full tablet report...
I20260608 09:51:36.631877   602 tablet_replica.cc:333] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915: stopping tablet replica
I20260608 09:51:36.632889   602 raft_consensus.cc:2243] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 2 LEADER]: Raft consensus shutting down.
I20260608 09:51:36.634380   602 raft_consensus.cc:2272] T 9956ab39e3ab484eb9ff182fde5876c6 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.636452 12468 tablet_bootstrap.cc:492] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: Bootstrap replayed 1/1 log segments. Stats: ops{read=18 overwritten=0 applied=18 ignored=0} inserts{seen=141 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260608 09:51:36.637413 12468 tablet_bootstrap.cc:492] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: Bootstrap complete.
I20260608 09:51:36.638195 12468 ts_tablet_manager.cc:1403] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: Time spent bootstrapping tablet: real 0.189s	user 0.134s	sys 0.028s
I20260608 09:51:36.639474   602 tablet_replica.cc:333] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915: stopping tablet replica
I20260608 09:51:36.640407   602 raft_consensus.cc:2243] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.641122   602 raft_consensus.cc:2272] T 4d64c7c5ce3b4cd29791c28fc6937ba9 P 15ca3b5127044a05ba2fb59486eda915 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.645547   602 tablet_replica.cc:333] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915: stopping tablet replica
I20260608 09:51:36.646379   602 raft_consensus.cc:2243] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260608 09:51:36.647023   602 raft_consensus.cc:2272] T ee69cb7294e54567a4635306735ce52c P 15ca3b5127044a05ba2fb59486eda915 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.641135 12468 raft_consensus.cc:359] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } }
I20260608 09:51:36.656919 12468 raft_consensus.cc:740] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: c613d31323114ba582f7c14ed2ba9e85, State: Initialized, Role: LEARNER
I20260608 09:51:36.658120 12468 consensus_queue.cc:260] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 18, Last appended: 2.18, Last appended by leader: 18, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } attrs { replace: true } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } }
I20260608 09:51:36.699986 12468 ts_tablet_manager.cc:1434] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: Time spent starting tablet: real 0.061s	user 0.018s	sys 0.009s
I20260608 09:51:36.700541   602 tablet_server.cc:196] TabletServer@127.0.150.131:0 shutdown complete.
I20260608 09:51:36.707335 12472 tablet_bootstrap.cc:492] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: Bootstrap replayed 1/1 log segments. Stats: ops{read=18 overwritten=0 applied=18 ignored=0} inserts{seen=146 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
W20260608 09:51:36.707129 12468 tablet_copy_client.cc:1131] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.150.131:33201: connect: Connection refused (error 111)
I20260608 09:51:36.708461 12472 tablet_bootstrap.cc:492] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: Bootstrap complete.
I20260608 09:51:36.709213 12472 ts_tablet_manager.cc:1403] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: Time spent bootstrapping tablet: real 0.283s	user 0.159s	sys 0.017s
I20260608 09:51:36.711477 12472 raft_consensus.cc:359] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } attrs { replace: true } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } }
I20260608 09:51:36.712112 12472 raft_consensus.cc:740] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: c613d31323114ba582f7c14ed2ba9e85, State: Initialized, Role: LEARNER
I20260608 09:51:36.712713 12472 consensus_queue.cc:260] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 18, Last appended: 1.18, Last appended by leader: 18, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 18 OBSOLETE_local: false peers { permanent_uuid: "254ffd3860344409b826662f5a39e887" member_type: VOTER last_known_addr { host: "127.0.150.129" port: 43381 } attrs { replace: true } } peers { permanent_uuid: "406cfe3a58dc4ff4a2e886bdeaf7d2ab" member_type: VOTER last_known_addr { host: "127.0.150.130" port: 43623 } } peers { permanent_uuid: "15ca3b5127044a05ba2fb59486eda915" member_type: VOTER last_known_addr { host: "127.0.150.131" port: 33201 } } peers { permanent_uuid: "c613d31323114ba582f7c14ed2ba9e85" member_type: NON_VOTER last_known_addr { host: "127.0.150.132" port: 33081 } attrs { promote: true } }
I20260608 09:51:36.715440 12472 ts_tablet_manager.cc:1434] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
W20260608 09:51:36.727352 12472 tablet_copy_client.cc:1131] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.150.131:33201: connect: Connection refused (error 111)
I20260608 09:51:36.732271   602 tablet_server.cc:179] TabletServer@127.0.150.132:0 shutting down...
I20260608 09:51:36.775036   602 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260608 09:51:36.776969   602 tablet_replica.cc:333] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85: stopping tablet replica
I20260608 09:51:36.777837   602 raft_consensus.cc:2243] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85 [term 2 LEARNER]: Raft consensus shutting down.
I20260608 09:51:36.778471   602 raft_consensus.cc:2272] T 9956ab39e3ab484eb9ff182fde5876c6 P c613d31323114ba582f7c14ed2ba9e85 [term 2 LEARNER]: Raft consensus is shut down!
I20260608 09:51:36.783169   602 tablet_replica.cc:333] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85: stopping tablet replica
I20260608 09:51:36.783982   602 raft_consensus.cc:2243] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85 [term 1 LEARNER]: Raft consensus shutting down.
I20260608 09:51:36.784559   602 raft_consensus.cc:2272] T 21761d3a621f4b9381be26246231e70a P c613d31323114ba582f7c14ed2ba9e85 [term 1 LEARNER]: Raft consensus is shut down!
I20260608 09:51:36.809816   602 tablet_server.cc:196] TabletServer@127.0.150.132:0 shutdown complete.
I20260608 09:51:36.829306   602 master.cc:562] Master@127.0.150.190:36683 shutting down...
W20260608 09:51:36.869288 11964 auto_rebalancer.cc:835] Removing replace marker failed: Catalog manager is not initialized. State: Closing
W20260608 09:51:36.869598 11964 auto_rebalancer.cc:863] Could not move replica: Service unavailable: Catalog manager is not initialized. State: Closing
W20260608 09:51:36.869858 11964 auto_rebalancer.cc:301] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260608 09:51:36.871459   602 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 1 LEADER]: Raft consensus shutting down.
I20260608 09:51:36.872017   602 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa [term 1 FOLLOWER]: Raft consensus is shut down!
I20260608 09:51:36.872413   602 tablet_replica.cc:333] T 00000000000000000000000000000000 P 629b99e063d844b4a0fde6542043bfaa: stopping tablet replica
W20260608 09:51:37.892092   602 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 11947)
W20260608 09:51:38.892565   602 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 11947)
W20260608 09:51:39.893013   602 thread.cc:527] Waited for 3000ms trying to join with diag-logger (tid 11947)
I20260608 09:51:40.617532   602 master.cc:584] Master@127.0.150.190:36683 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (12540 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (22678 ms total)

[----------] Global test environment tear-down
[==========] 24 tests from 2 test suites ran. (258536 ms total)
[  PASSED  ] 24 tests.
I20260608 09:51:40.679416   602 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:600: suppressed but not reported on 7 messages since previous log ~49 seconds ago
I20260608 09:51:40.679684   602 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/ts_tablet_manager.cc:548: suppressed but not reported on 7 messages since previous log ~49 seconds ago
I20260608 09:51:40.679915   602 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4754: suppressed but not reported on 19 messages since previous log ~50 seconds ago
I20260608 09:51:40.680102   602 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:5374: suppressed but not reported on 16 messages since previous log ~86 seconds ago
I20260608 09:51:40.680312   602 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4809: suppressed but not reported on 6 messages since previous log ~176 seconds ago
I20260608 09:51:40.680555   602 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 10 messages since previous log ~240 seconds ago
I20260608 09:51:40.680912   602 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2404: suppressed but not reported on 17 messages since previous log ~10 seconds ago
I20260608 09:51:40.681125   602 logging.cc:424] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 1 messages since previous log ~4 seconds ago
